Skip to content

Commit 678419e

Browse files
committed
Bump package versions for release 2017-5-5
1 parent 5df541e commit 678419e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.2.9")]
42+
[assembly: AssemblyInformationalVersion("1.2.10")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
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.2.9")]
30+
[assembly: AssemblyInformationalVersion("1.2.10")]

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.2.9")]
33+
[assembly: AssemblyInformationalVersion("1.2.10")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,10 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
423423
#if WINDOWS_UWP
424424
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
425425
// (This string is picked up by the bump_version script, so don't change the line below)
426-
var UWPAssemblyVersion = "1.2.9";
426+
var UWPAssemblyVersion = "1.2.10";
427427
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
428428
#elif PCL
429-
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.9";
429+
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.10";
430430
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, PCLAssemblyVersion);
431431
#else
432432
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
@@ -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.2.9")]
36+
[assembly: AssemblyInformationalVersion("1.2.10")]

0 commit comments

Comments
 (0)