Skip to content

Commit f3b45c1

Browse files
committed
Bump package versions for release 2017-2-23
1 parent 3ad1b75 commit f3b45c1

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
@@ -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.2.3")]
31+
[assembly: AssemblyInformationalVersion("1.2.4")]

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

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.3";
385+
var UWPAssemblyVersion = "1.2.4";
386386
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
387387
#elif PCL
388-
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.0.22";
388+
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.4";
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.3")]
36+
[assembly: AssemblyInformationalVersion("1.2.4")]

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.3")]
39+
[assembly: AssemblyInformationalVersion("1.2.4")]

0 commit comments

Comments
 (0)