Skip to content

Commit a3a3027

Browse files
committed
Bump package versions for release 2017-3-10
1 parent 405974b commit a3a3027

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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
@@ -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.4")]
30+
[assembly: AssemblyInformationalVersion("1.2.5")]

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,10 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
382382
#if WINDOWS_UWP
383383
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
384384
// (This string is picked up by the bump_version script, so don't change the line below)
385-
var UWPAssemblyVersion = "1.2.4";
385+
var UWPAssemblyVersion = "1.2.5";
386386
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
387387
#elif PCL
388-
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.4";
388+
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.5";
389389
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, PCLAssemblyVersion);
390390
#else
391391
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.4")]
36+
[assembly: AssemblyInformationalVersion("1.2.5")]

tools/DeviceExplorer/DeviceExplorer/Properties/AssemblyInfo.cs

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

3737
// Version information for an assembly follows semantic versioning 1.0.0. See
3838
// semver.org for details.
39-
[assembly: AssemblyInformationalVersion("1.2.4")]
39+
[assembly: AssemblyInformationalVersion("1.2.5")]

0 commit comments

Comments
 (0)