Skip to content

Commit aa5a37b

Browse files
author
Tom Laird-McConnell
authored
Patch nuspecs and bump versions (#4335)
* cleanup nuspec files * bump version * bump connector version
1 parent 992e29f commit aa5a37b

File tree

19 files changed

+85
-85
lines changed

19 files changed

+85
-85
lines changed

CSharp/Library/Microsoft.Bot.Builder.Autofac/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.14.1.0")]
36-
[assembly: AssemblyFileVersion("3.14.1.0")]
35+
[assembly: AssemblyVersion("3.14.1.1")]
36+
[assembly: AssemblyFileVersion("3.14.1.1")]
3737

3838
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
3939
[assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]
Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
<?xml version="1.0"?>
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4-
<id>Microsoft.Bot.Builder.Calling</id>
5-
<version>$version$</version>
6-
<authors>Microsoft</authors>
7-
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
8-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
9-
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10-
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl>
11-
<description>
12-
Microsoft Bot Builder extension for Skype Calling API. It provides the required constructs to extend your bot to handle incoming calls from Skype.
13-
</description>
14-
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl>
15-
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl>
16-
<summary>A Microsoft Bot Builder extension for Skype Calling API.</summary>
17-
<language>en-US</language>
18-
<dependencies>
19-
<dependency id="Autofac" version="3.5.2"/>
20-
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
21-
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
22-
<dependency id="Microsoft.Bot.Builder" version="$builder$" />
23-
<dependency id="Newtonsoft.Json" version="8.0.3" />
24-
<dependency id="System.IdentityModel.Tokens.Jwt" version="[4.0.4.403061554,5.0)" />
25-
<dependency id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.4.403061554" />
26-
</dependencies>
27-
</metadata>
28-
<files>
29-
<file src="bin\release\Microsoft.Bot.Builder.Calling.dll" target="lib\net46"/>
30-
<file src="bin\release\Microsoft.Bot.Builder.Calling.xml" target="lib\net46" />
31-
<file src="bin\release\Microsoft.Bot.Builder.Calling.pdb" target="lib\net46" />
32-
<file src="*.cs" target="src" />
33-
</files>
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>Microsoft.Bot.Builder.Calling</id>
5+
<version>$version$</version>
6+
<authors>Microsoft</authors>
7+
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
8+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl>
11+
<description>
12+
Microsoft Bot Builder extension for Skype Calling API. It provides the required constructs to extend your bot to handle incoming calls from Skype.
13+
</description>
14+
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl>
15+
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl>
16+
<summary>A Microsoft Bot Builder extension for Skype Calling API.</summary>
17+
<language>en-US</language>
18+
<dependencies>
19+
<dependency id="Autofac" version="3.5.2"/>
20+
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
21+
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
22+
<dependency id="Microsoft.Bot.Builder" version="$builder$" />
23+
<dependency id="Newtonsoft.Json" version="9.0.1" />
24+
</dependencies>
25+
</metadata>
26+
<files>
27+
<file src="bin\release\Microsoft.Bot.Builder.Calling.dll" target="lib\net46"/>
28+
<file src="bin\release\Microsoft.Bot.Builder.Calling.xml" target="lib\net46" />
29+
<file src="bin\release\Microsoft.Bot.Builder.Calling.pdb" target="lib\net46" />
30+
<file src="*.cs" target="src" />
31+
</files>
3432
</package>

CSharp/Library/Microsoft.Bot.Builder.Calling/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.14.1.0")]
35-
[assembly: AssemblyFileVersion("3.14.1.0")]
34+
[assembly: AssemblyVersion("3.14.1.1")]
35+
[assembly: AssemblyFileVersion("3.14.1.1")]
3636

3737
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
3838
//[assembly: AssemblyDelaySignAttribute(true)]

CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.14.1.0")]
37-
[assembly: AssemblyFileVersion("3.14.1.0")]
36+
[assembly: AssemblyVersion("3.14.1.1")]
37+
[assembly: AssemblyFileVersion("3.14.1.1")]
3838

3939
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
4040
[assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]
Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
<?xml version="1.0"?>
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4-
<id>Microsoft.Bot.Builder.History</id>
5-
<version>$version$</version>
6-
<authors>Microsoft</authors>
7-
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
8-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
9-
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10-
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl>
11-
<description>
12-
Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder.
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>Microsoft.Bot.Builder.History</id>
5+
<version>$version$</version>
6+
<authors>Microsoft</authors>
7+
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
8+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl>
11+
<description>
12+
Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder.
1313
In particular this includes facilities to walk across stored histories and replay them.
14-
</description>
15-
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl>
16-
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl>
17-
<summary>Microsoft History extensions for Microsoft.Bot.Builder.</summary>
18-
<language>en-US</language>
19-
<dependencies>
20-
<dependency id="Microsoft.Bot.Builder" version="$builder$"/>
21-
</dependencies>
22-
</metadata>
23-
<files>
24-
<file src="bin\release\Microsoft.Bot.Builder.History.dll" target="lib\net46"/>
25-
<file src="bin\release\Microsoft.Bot.Builder.History.xml" target="lib\net46" />
26-
<file src="bin\release\Microsoft.Bot.Builder.History.pdb" target="lib\net46" />
27-
<file src="**\*.cs" exclude="**\obj\**\*.cs" target="src" />
28-
</files>
14+
</description>
15+
<projectUrl>https://github.com/Microsoft/BotBuilder</projectUrl>
16+
<iconUrl>http://docs.botframework.com/images/bot_icon.png</iconUrl>
17+
<summary>Microsoft History extensions for Microsoft.Bot.Builder.</summary>
18+
<language>en-US</language>
19+
<dependencies>
20+
<dependency id="Microsoft.Bot.Builder" version="$builder$"/>
21+
<dependency id="Newtonsoft.Json" version="9.0.1" />
22+
</dependencies>
23+
</metadata>
24+
<files>
25+
<file src="bin\release\Microsoft.Bot.Builder.History.dll" target="lib\net46"/>
26+
<file src="bin\release\Microsoft.Bot.Builder.History.xml" target="lib\net46" />
27+
<file src="bin\release\Microsoft.Bot.Builder.History.pdb" target="lib\net46" />
28+
<file src="**\*.cs" exclude="**\obj\**\*.cs" target="src" />
29+
</files>
2930
</package>

CSharp/Library/Microsoft.Bot.Builder.History/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.14.1.0")]
35-
[assembly: AssemblyFileVersion("3.14.1.0")]
34+
[assembly: AssemblyVersion("3.14.1.1")]
35+
[assembly: AssemblyFileVersion("3.14.1.1")]
3636

3737
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
3838
//[assembly: AssemblyDelaySignAttribute(true)]

CSharp/Library/Microsoft.Bot.Builder/Microsoft.Bot.Builder.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency id="Autofac" version="3.5.2"/>
2929
<dependency id="Chronic.Signed" version="0.3.2" />
3030
<dependency id="Microsoft.AspNet.WebAPI.Core" version="5.2.3" />
31-
<dependency id="Microsoft.Bot.Connector" version="3.14.1.0" />
31+
<dependency id="Microsoft.Bot.Connector" version="3.14.1.1" />
3232
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.2" />
3333
<dependency id="Newtonsoft.Json" version="9.0.1" />
3434
<dependency id="System.IdentityModel.Tokens.Jwt" version="5.1.4" />

CSharp/Library/Microsoft.Bot.Builder/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.14.1.0")]
37-
[assembly: AssemblyFileVersion("3.14.1.0")]
36+
[assembly: AssemblyVersion("3.14.1.1")]
37+
[assembly: AssemblyFileVersion("3.14.1.1")]
3838

3939

4040
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]

CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Microsoft.Bot.Connector.AspNetCore.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Microsoft.Bot.Connector.AspNetCore</id>
5-
<version>1.1.3.10</version>
5+
<version>1.1.3.11</version>
66
<authors>Microsoft</authors>
77
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
88
<iconUrl>https://bots.botframework.com/Client/Images/bot-framework-default-7.png</iconUrl>
@@ -22,7 +22,7 @@
2222
<dependency id="Newtonsoft.Json" version="9.0.1" />
2323
<dependency id="System.IdentityModel.Tokens.Jwt" version="5.1.4" />
2424
<dependency id="Microsoft.AspNetCore.Mvc.Core" version="1.1.4" />
25-
<dependency id="Microsoft.Bot.Connector" version="3.14.1.0" />
25+
<dependency id="Microsoft.Bot.Connector" version="3.14.1.1" />
2626
</group>
2727
</dependencies>
2828
</metadata>

CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
[assembly: AssemblyCulture("")]
1313

1414

15-
[assembly: AssemblyVersion("1.1.3.10")]
16-
[assembly: AssemblyFileVersion("1.1.3.10")]
15+
[assembly: AssemblyVersion("1.1.3.11")]
16+
[assembly: AssemblyFileVersion("1.1.3.11")]
1717

1818
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
1919
//[assembly: AssemblyDelaySignAttribute(true)]

CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
[assembly: AssemblyCulture("")]
1111

1212

13-
[assembly: AssemblyVersion("2.0.1.2")]
14-
[assembly: AssemblyFileVersion("2.0.1.2")]
13+
[assembly: AssemblyVersion("2.0.1.3")]
14+
[assembly: AssemblyFileVersion("2.0.1.3")]
1515

1616
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
1717
//[assembly: AssemblyDelaySignAttribute(true)]

CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/Microsoft.Bot.Connector.AspNetCore2.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Microsoft.Bot.Connector.AspNetCore</id>
5-
<version>2.0.1.2</version>
5+
<version>2.0.1.3</version>
66
<authors>Microsoft</authors>
77
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
88
<iconUrl>https://bots.botframework.com/Client/Images/bot-framework-default-7.png</iconUrl>
@@ -19,7 +19,7 @@
1919
<dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="2.0.0" />
2020
<dependency id="Microsoft.AspNetCore.Mvc" version="2.0.0" />
2121
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.10" />
22-
<dependency id="Microsoft.Bot.Connector" version="3.14.1.0" />
22+
<dependency id="Microsoft.Bot.Connector" version="3.14.1.1" />
2323
</group>
2424
</dependencies>
2525
</metadata>

CSharp/Library/Microsoft.Bot.Connector.Falcon/Microsoft.Bot.Connector.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Microsoft.Bot.Connector</id>
5-
<version>3.14.1.0</version>
5+
<version>3.14.1.1</version>
66
<authors>Microsoft</authors>
77
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
88
<iconUrl>https://bots.botframework.com/Client/Images/bot-framework-default-7.png</iconUrl>

CSharp/Library/Microsoft.Bot.Connector.Falcon/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("3.14.1.0")]
14-
[assembly: AssemblyFileVersion("3.14.1.0")]
13+
[assembly: AssemblyVersion("3.14.1.1")]
14+
[assembly: AssemblyFileVersion("3.14.1.1")]
1515

1616
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
1717
//[assembly: AssemblyDelaySignAttribute(true)]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System.Reflection;
22
using System.Resources;
33

4-
[assembly: AssemblyVersion("3.14.1.0")]
5-
[assembly: AssemblyFileVersion("3.14.1.0")]
4+
[assembly: AssemblyVersion("3.14.1.1")]
5+
[assembly: AssemblyFileVersion("3.14.1.1")]
66

77
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
88
//[assembly: AssemblyDelaySignAttribute(true)]

CSharp/Library/Microsoft.Bot.Connector.NetFramework/Microsoft.Bot.Connector.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Microsoft.Bot.Connector</id>
5-
<version>3.14.1.0</version>
5+
<version>3.14.1.1</version>
66
<authors>Microsoft</authors>
77
<owners>microsoft, BotFramework, nugetbotbuilder </owners>
88
<iconUrl>https://bots.botframework.com/Client/Images/bot-framework-default-7.png</iconUrl>

CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("3.14.1.0")]
14-
[assembly: AssemblyFileVersion("3.14.1.0")]
13+
[assembly: AssemblyVersion("3.14.1.1")]
14+
[assembly: AssemblyFileVersion("3.14.1.1")]
1515

1616
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
1717
//[assembly: AssemblyDelaySignAttribute(true)]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
[assembly: AssemblyVersion("3.14.1.0")]
5-
[assembly: AssemblyFileVersion("3.14.1.0")]
4+
[assembly: AssemblyVersion("3.14.1.1")]
5+
[assembly: AssemblyFileVersion("3.14.1.1")]
66

77
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
88
//[assembly: AssemblyDelaySignAttribute(true)]

CSharp/Microsoft.Bot.Builder.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ Global
195195
{AA997154-61D1-49FA-A4C6-E6AC79A7508A} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
196196
{32013CA6-2B38-4B59-9093-538167DF31E1} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
197197
{09C14EF5-F94A-480F-82CA-4D934A977C7F} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
198+
{48E4B834-49A5-48EB-BBA7-20A7CD9690D2} = {8E05398E-3CBE-4DCD-9382-072DC8859427}
198199
{BC07AED8-F885-4810-8C41-66C05D4C1EAD} = {8E05398E-3CBE-4DCD-9382-072DC8859427}
199200
EndGlobalSection
200201
GlobalSection(ExtensibilityGlobals) = postSolution

0 commit comments

Comments
 (0)