Skip to content

Commit

Permalink
Bump package versions for release 2017-3-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineymlo committed Mar 10, 2017
1 parent 405974b commit a3a3027
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.2.4")]
[assembly: AssemblyInformationalVersion("1.2.5")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.2.4")]
[assembly: AssemblyInformationalVersion("1.2.5")]
4 changes: 2 additions & 2 deletions device/Microsoft.Azure.Devices.Client/IotHubConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
#if WINDOWS_UWP
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
// (This string is picked up by the bump_version script, so don't change the line below)
var UWPAssemblyVersion = "1.2.4";
var UWPAssemblyVersion = "1.2.5";
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
#elif PCL
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.4";
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.5";
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, PCLAssemblyVersion);
#else
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, Utils.GetClientVersion());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.2.4")]
[assembly: AssemblyInformationalVersion("1.2.5")]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@

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

0 comments on commit a3a3027

Please sign in to comment.