Skip to content

Commit 896a02e

Browse files
Cristian PopCristian Pop
authored andcommitted
Bump package versions for release 2017-12-21
1 parent f77ec3d commit 896a02e

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

common/src/service/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static string GetClientVersion()
6161
#if WINDOWS_UWP || NETSTANDARD1_3
6262
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
6363
// (This string is picked up by the bump_version script, so don't change the line below)
64-
var UWPAssemblyVersion = "1.4.1";
64+
var UWPAssemblyVersion = "1.5.0";
6565
return UWPAssemblyVersion;
6666
#else
6767
var a = Assembly.GetExecutingAssembly();

device/Microsoft.Azure.Devices.Client.NetStandard/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939

4040
// Version information for an assembly follows semantic versioning 1.0.0 (because
4141
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
42-
[assembly: AssemblyInformationalVersion("1.6.0")]
42+
[assembly: AssemblyInformationalVersion("1.6.1")]

device/Microsoft.Azure.Devices.Client.UWP/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
// Version information for an assembly follows semantic versioning 1.0.0 (because
3232
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
33-
[assembly: AssemblyInformationalVersion("1.6.0")]
33+
[assembly: AssemblyInformationalVersion("1.6.1")]

device/Microsoft.Azure.Devices.Client/ProductInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public override string ToString()
1515
const string Name = "Microsoft.Azure.Devices.Client";
1616
#if PCL
1717
// DO NOT EDIT the following line; it is updated by the bump_version script (https://github.com/Azure/iot-sdks-internals/blob/master/release/csharp/inputs.js)
18-
const string Version = "1.6.0"; // PCLAssemblyVersion
18+
const string Version = "undefined"; // PCLAssemblyVersion
1919

2020
string userAgent = $"{Name}/{Version} (PCL)";
2121
#else
2222
// DO NOT EDIT the following line; it is updated by the bump_version script (https://github.com/Azure/iot-sdks-internals/blob/master/release/csharp/inputs.js)
23-
const string Version = "1.6.0"; // CommonAssemblyVersion
23+
const string Version = "1.6.1"; // CommonAssemblyVersion
2424

2525
string runtime = RuntimeInformation.FrameworkDescription.Trim();
2626
string operatingSystem = RuntimeInformation.OSDescription.Trim();

device/Microsoft.Azure.Devices.Client/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
// Version information for an assembly follows semantic versioning 1.0.0 (because
3535
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
36-
[assembly: AssemblyInformationalVersion("1.6.0")]
36+
[assembly: AssemblyInformationalVersion("1.6.1")]

device/NuGet/Microsoft.Azure.Devices.Client.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<language>en-US</language>
1616
<dependencies>
1717
<group targetFramework="net451" >
18-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.3.0" />
18+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.4.0" />
1919
<dependency id="DotNetty.Codecs.Mqtt" version="0.4.7" />
2020
<dependency id="DotNetty.Handlers" version="0.4.7" />
2121
<dependency id="Microsoft.Azure.Amqp" version="2.1.3" />
@@ -40,7 +40,7 @@
4040
</group>
4141

4242
<group targetFramework="uap10.0">
43-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.3.0" />
43+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.4.0" />
4444
<dependency id="DotNetty.Codecs.Mqtt" version="0.4.7" />
4545
<dependency id="DotNetty.Handlers" version="0.4.7" />
4646
<dependency id="Microsoft.Azure.Amqp" version="2.1.3" />
@@ -56,7 +56,7 @@
5656
</group>
5757

5858
<group targetFramework="netstandard1.3" >
59-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.3.0" />
59+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.4.0" />
6060
<dependency id="DotNetty.Codecs.Mqtt" version="0.4.7" />
6161
<dependency id="DotNetty.Handlers" version="0.4.7" />
6262
<dependency id="Microsoft.Azure.Amqp" version="2.1.3" />

service/Microsoft.Azure.Devices.NetStandard/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939

4040
// Version information for an assembly follows semantic versioning 1.0.0 (because
4141
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
42-
[assembly: AssemblyInformationalVersion("1.4.1")]
42+
[assembly: AssemblyInformationalVersion("1.5.0")]

service/Microsoft.Azure.Devices.Uwp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// Version information for an assembly follows semantic versioning 1.0.0 (because
2727
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
28-
[assembly: AssemblyInformationalVersion("1.4.1")]
28+
[assembly: AssemblyInformationalVersion("1.5.0")]
2929

3030
#if (!DEBUG)
3131
[assembly: AssemblyDelaySignAttribute(true)]

service/Microsoft.Azure.Devices/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// Version information for an assembly follows semantic versioning 1.0.0 (because
2929
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
30-
[assembly: AssemblyInformationalVersion("1.4.1")]
30+
[assembly: AssemblyInformationalVersion("1.5.0")]
3131

3232
// Type forwarding
3333
[assembly: TypeForwardedTo(typeof(AuthenticationType))]

service/NuGet/Microsoft.Azure.Devices.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<language>en-US</language>
1616
<dependencies>
1717
<group targetFramework="net45" >
18-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.3.0" />
18+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.4.0" />
1919
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
2020
<dependency id="Microsoft.Azure.Amqp" version="2.1.3" />
2121
<dependency id="Microsoft.Owin" version="3.1.0" />
@@ -25,13 +25,13 @@
2525
<dependency id="Validation" version="2.4.18" />
2626
</group>
2727
<group targetFramework="uap10.0">
28-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.3.0" />
28+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.4.0" />
2929
<dependency id="Microsoft.Azure.Amqp" version="2.1.3" />
3030
<dependency id="Newtonsoft.Json" version="10.0.3" />
3131
<dependency id="PCLCrypto" version="2.0.147" />
3232
</group>
3333
<group targetFramework="netstandard1.3" >
34-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.3.0" exclude="Build,Analyzers" />
34+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.4.0" />
3535
<dependency id="Microsoft.Azure.Amqp" version="2.1.3" exclude="Build,Analyzers" />
3636
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
3737
<dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />

0 commit comments

Comments
 (0)