Skip to content

Commit 1f5a259

Browse files
author
Pierre Cauchois
committed
Bump version for release 2016-11-30
1 parent ac6a63b commit 1f5a259

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

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

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

2929
// Version information for an assembly follows semantic versioning 1.0.0 (because
3030
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
31-
[assembly: AssemblyInformationalVersion("1.1.0")]
31+
[assembly: AssemblyInformationalVersion("1.1.1")]

device/Microsoft.Azure.Devices.Client.WinRT/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.1.0")]
33+
[assembly: AssemblyInformationalVersion("1.1.1")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
380380
#if WINDOWS_UWP
381381
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
382382
// (This string is picked up by the bump_version script, so don't change the line below)
383-
var UWPAssemblyVersion = "1.1.0";
383+
var UWPAssemblyVersion = "1.1.1";
384384
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
385385
#else
386386
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, Utils.GetClientVersion());

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependencies>
1717

1818
<group>
19-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.1" />
19+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.2" />
2020
<dependency id="Newtonsoft.Json" version="6.0.8" />
2121
<dependency id="PCLCrypto" version="1.0.86" />
2222
<dependency id="Validation" version="2.2.8" />

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.1.1")]
28+
[assembly: AssemblyInformationalVersion("1.1.2")]
2929

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

service/Microsoft.Azure.Devices/Common/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static string GetClientVersion()
6666
#if WINDOWS_UWP
6767
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
6868
// (This string is picked up by the bump_version script, so don't change the line below)
69-
var UWPAssemblyVersion = "1.1.1";
69+
var UWPAssemblyVersion = "1.1.2";
7070
return UWPAssemblyVersion;
7171
#else
7272
var a = Assembly.GetExecutingAssembly();

service/Microsoft.Azure.Devices/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.1.1")]
28+
[assembly: AssemblyInformationalVersion("1.1.2")]
2929

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

service/NuGet/Microsoft.Azure.Devices.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<language>en-US</language>
1313
<dependencies>
1414
<group targetFramework="net45" >
15-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.1" />
15+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.2" />
1616
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
1717
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
1818
<dependency id="Microsoft.Azure.Amqp" version="[1.1.1,2.0.0)" />
1919
<dependency id="PCLCrypto" version="1.0.86" />
2020
</group>
2121
<group targetFramework="uap">
22-
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.1" />
22+
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.2" />
2323
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
2424
<dependency id="Microsoft.Azure.Amqp" version="1.1.5" />
2525
<dependency id="PCLCrypto" version="1.0.86" />

shared/Microsoft.Azure.Devices.Shared.PCL/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434

3535
// Version information for an assembly follows semantic versioning 1.0.0 (because
3636
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
37-
[assembly: AssemblyInformationalVersion("1.0.1")]
37+
[assembly: AssemblyInformationalVersion("1.0.2")]
3838

0 commit comments

Comments
 (0)