Skip to content

Commit

Permalink
Bump package versions for release 2017-2-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineymlo committed Feb 10, 2017
1 parent ad7abaa commit 695eddc
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,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.2")]
[assembly: AssemblyInformationalVersion("1.2.3")]
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.2")]
[assembly: AssemblyInformationalVersion("1.2.3")]
2 changes: 1 addition & 1 deletion device/Microsoft.Azure.Devices.Client/IotHubConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ 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.2";
var UWPAssemblyVersion = "1.2.3";
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
#elif PCL
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.0.22";
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.2")]
[assembly: AssemblyInformationalVersion("1.2.3")]
6 changes: 3 additions & 3 deletions device/NuGet/Microsoft.Azure.Devices.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependencies>

<group>
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.6" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.7" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="PCLCrypto" version="2.0.147" />
</group>
Expand All @@ -29,13 +29,13 @@
<dependency id="EnterpriseLibrary.TransientFaultHandling" version="6.0.1304" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="WindowsAzure.Storage" version="7.0.0" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.6" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.7" />
</group>
<group targetFramework="uap10.0">
<dependency id="PCLCrypto" version="2.0.147" />
<dependency id="Microsoft.Azure.Amqp" version="2.0.3" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.6" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.7" />
<dependency id="EnterpriseLibrary.TransientFaultHandling" version="6.0.1304" />
<dependency id="DotNetty.Buffers" version="0.4.2" />
<dependency id="DotNetty.Codecs" version="0.4.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// 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.2")]
[assembly: AssemblyInformationalVersion("1.2.3")]

#if (RELEASE_DELAY_SIGN)
[assembly: AssemblyDelaySignAttribute(true)]
Expand Down
2 changes: 1 addition & 1 deletion service/Microsoft.Azure.Devices/Common/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static string GetClientVersion()
#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.2";
var UWPAssemblyVersion = "1.2.3";
return UWPAssemblyVersion;
#else
var a = Assembly.GetExecutingAssembly();
Expand Down
2 changes: 1 addition & 1 deletion service/Microsoft.Azure.Devices/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// 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.2")]
[assembly: AssemblyInformationalVersion("1.2.3")]

#if (RELEASE_DELAY_SIGN)
[assembly: AssemblyDelaySignAttribute(true)]
Expand Down
4 changes: 2 additions & 2 deletions service/NuGet/Microsoft.Azure.Devices.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<language>en-US</language>
<dependencies>
<group targetFramework="net45" >
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.6" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.7" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
<dependency id="Microsoft.Azure.Amqp" version="2.0.3" />
<dependency id="PCLCrypto" version="2.0.147" />
</group>
<group targetFramework="uap10.0">
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.6" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.7" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.Azure.Amqp" version="2.0.3" />
<dependency id="PCLCrypto" version="2.0.147" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

// 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.0.6")]
[assembly: AssemblyInformationalVersion("1.0.7")]

Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,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.0.6")]
[assembly: AssemblyInformationalVersion("1.0.7")]
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,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.0.6")]
[assembly: AssemblyInformationalVersion("1.0.7")]
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.2")]
[assembly: AssemblyInformationalVersion("1.2.3")]

0 comments on commit 695eddc

Please sign in to comment.