Skip to content

Commit

Permalink
Bump package versions for release 2017-4-20
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineymlo committed Apr 21, 2017
1 parent f46eb89 commit 65f396a
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,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.8")]
[assembly: AssemblyInformationalVersion("1.2.9")]
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.8")]
[assembly: AssemblyInformationalVersion("1.2.9")]
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.8")]
[assembly: AssemblyInformationalVersion("1.2.9")]
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 @@ -423,10 +423,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.8";
var UWPAssemblyVersion = "1.2.9";
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
#elif PCL
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.8";
string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.9";
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.8")]
[assembly: AssemblyInformationalVersion("1.2.9")]
8 changes: 4 additions & 4 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.9" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.10" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="PCLCrypto" version="2.0.147" />
</group>
Expand All @@ -29,15 +29,15 @@
<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.9" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.10" />
</group>

<group targetFramework="uap10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="[5.2.2,)"/>
<dependency id="PCLCrypto" version="2.0.147" />
<dependency id="Microsoft.Azure.Amqp" version="2.0.4" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.9" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.10" />
<dependency id="EnterpriseLibrary.TransientFaultHandling" version="6.0.1304" />
<dependency id="DotNetty.Buffers" version="0.4.4" />
<dependency id="DotNetty.Codecs" version="0.4.4" />
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency id="System.Threading.Overlapped" version="4.3.0" />
<dependency id="Validation" version="2.4.13" />
<dependency id="WindowsAzure.Storage" version="8.1.1" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.9" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.10" />
</group>

<group targetFramework="win8">
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.9" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.10" />
<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.4" />
<dependency id="PCLCrypto" version="2.0.147" />
</group>
<group targetFramework="uap10.0">
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.9" />
<dependency id="Microsoft.Azure.Devices.Shared" version="1.0.10" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.Azure.Amqp" version="2.0.4" />
<dependency id="PCLCrypto" version="2.0.147" />
Expand Down
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.9")]
[assembly: AssemblyInformationalVersion("1.0.10")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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.9")]
[assembly: AssemblyInformationalVersion("1.0.10")]

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.0.9")]
[assembly: AssemblyInformationalVersion("1.0.10")]
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.0.9")]
[assembly: AssemblyInformationalVersion("1.0.10")]

0 comments on commit 65f396a

Please sign in to comment.