-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch nuspecs and bump versions (#4335)
* cleanup nuspec files * bump version * bump connector version
- Loading branch information
Tom Laird-McConnell
authored
Mar 20, 2018
1 parent
992e29f
commit aa5a37b
Showing
19 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 29 additions & 31 deletions
60
CSharp/Library/Microsoft.Bot.Builder.Calling/Microsoft.Bot.Builder.Calling.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,32 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>Microsoft.Bot.Builder.Calling</id> | ||
<version>$version$</version> | ||
<authors>Microsoft</authors> | ||
<owners>microsoft, BotFramework, nugetbotbuilder </owners> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl> | ||
<description> | ||
Microsoft Bot Builder extension for Skype Calling API. It provides the required constructs to extend your bot to handle incoming calls from Skype. | ||
</description> | ||
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl> | ||
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl> | ||
<summary>A Microsoft Bot Builder extension for Skype Calling API.</summary> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="Autofac" version="3.5.2"/> | ||
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" /> | ||
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" /> | ||
<dependency id="Microsoft.Bot.Builder" version="$builder$" /> | ||
<dependency id="Newtonsoft.Json" version="8.0.3" /> | ||
<dependency id="System.IdentityModel.Tokens.Jwt" version="[4.0.4.403061554,5.0)" /> | ||
<dependency id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.4.403061554" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\release\Microsoft.Bot.Builder.Calling.dll" target="lib\net46"/> | ||
<file src="bin\release\Microsoft.Bot.Builder.Calling.xml" target="lib\net46" /> | ||
<file src="bin\release\Microsoft.Bot.Builder.Calling.pdb" target="lib\net46" /> | ||
<file src="*.cs" target="src" /> | ||
</files> | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>Microsoft.Bot.Builder.Calling</id> | ||
<version>$version$</version> | ||
<authors>Microsoft</authors> | ||
<owners>microsoft, BotFramework, nugetbotbuilder </owners> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl> | ||
<description> | ||
Microsoft Bot Builder extension for Skype Calling API. It provides the required constructs to extend your bot to handle incoming calls from Skype. | ||
</description> | ||
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl> | ||
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl> | ||
<summary>A Microsoft Bot Builder extension for Skype Calling API.</summary> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="Autofac" version="3.5.2"/> | ||
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" /> | ||
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" /> | ||
<dependency id="Microsoft.Bot.Builder" version="$builder$" /> | ||
<dependency id="Newtonsoft.Json" version="9.0.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\release\Microsoft.Bot.Builder.Calling.dll" target="lib\net46"/> | ||
<file src="bin\release\Microsoft.Bot.Builder.Calling.xml" target="lib\net46" /> | ||
<file src="bin\release\Microsoft.Bot.Builder.Calling.pdb" target="lib\net46" /> | ||
<file src="*.cs" target="src" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 26 additions & 25 deletions
51
CSharp/Library/Microsoft.Bot.Builder.History/Microsoft.Bot.Builder.History.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>Microsoft.Bot.Builder.History</id> | ||
<version>$version$</version> | ||
<authors>Microsoft</authors> | ||
<owners>microsoft, BotFramework, nugetbotbuilder </owners> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl> | ||
<description> | ||
Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder. | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>Microsoft.Bot.Builder.History</id> | ||
<version>$version$</version> | ||
<authors>Microsoft</authors> | ||
<owners>microsoft, BotFramework, nugetbotbuilder </owners> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl> | ||
<description> | ||
Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder. | ||
In particular this includes facilities to walk across stored histories and replay them. | ||
</description> | ||
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl> | ||
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl> | ||
<summary>Microsoft History extensions for Microsoft.Bot.Builder.</summary> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="Microsoft.Bot.Builder" version="$builder$"/> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\release\Microsoft.Bot.Builder.History.dll" target="lib\net46"/> | ||
<file src="bin\release\Microsoft.Bot.Builder.History.xml" target="lib\net46" /> | ||
<file src="bin\release\Microsoft.Bot.Builder.History.pdb" target="lib\net46" /> | ||
<file src="**\*.cs" exclude="**\obj\**\*.cs" target="src" /> | ||
</files> | ||
</description> | ||
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl> | ||
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl> | ||
<summary>Microsoft History extensions for Microsoft.Bot.Builder.</summary> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="Microsoft.Bot.Builder" version="$builder$"/> | ||
<dependency id="Newtonsoft.Json" version="9.0.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\release\Microsoft.Bot.Builder.History.dll" target="lib\net46"/> | ||
<file src="bin\release\Microsoft.Bot.Builder.History.xml" target="lib\net46" /> | ||
<file src="bin\release\Microsoft.Bot.Builder.History.pdb" target="lib\net46" /> | ||
<file src="**\*.cs" exclude="**\obj\**\*.cs" target="src" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
CSharp/Library/Microsoft.Bot.Connector.NetCore/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
using System.Reflection; | ||
using System.Resources; | ||
|
||
[assembly: AssemblyVersion("3.14.1.0")] | ||
[assembly: AssemblyFileVersion("3.14.1.0")] | ||
[assembly: AssemblyVersion("3.14.1.1")] | ||
[assembly: AssemblyFileVersion("3.14.1.1")] | ||
|
||
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")] | ||
//[assembly: AssemblyDelaySignAttribute(true)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
CSharp/Library/Microsoft.Bot.Connector.Standard/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
[assembly: AssemblyVersion("3.14.1.0")] | ||
[assembly: AssemblyFileVersion("3.14.1.0")] | ||
[assembly: AssemblyVersion("3.14.1.1")] | ||
[assembly: AssemblyFileVersion("3.14.1.1")] | ||
|
||
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")] | ||
//[assembly: AssemblyDelaySignAttribute(true)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters