File tree Expand file tree Collapse file tree 14 files changed +19
-19
lines changed
Microsoft.Azure.Devices.Client.NetStandard/Properties
Microsoft.Azure.Devices.Client.UWP/Properties
Microsoft.Azure.Devices.Client
Microsoft.Azure.Devices.NetStandard/Properties
Microsoft.Azure.Devices.Uwp/Properties
Microsoft.Azure.Devices/Properties
Microsoft.Azure.Devices.Shared.NetStandard/Properties
Microsoft.Azure.Devices.Shared.UWP/Properties
Microsoft.Azure.Devices.Shared/Properties
tools/DeviceExplorer/DeviceExplorer/Properties Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public static string GetClientVersion()
6161#if WINDOWS_UWP || NETSTANDARD1_3
6262 // System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
6363 // (This string is picked up by the bump_version script, so don't change the line below)
64- var UWPAssemblyVersion = "1.4.1 " ;
64+ var UWPAssemblyVersion = "1.5.0 " ;
6565 return UWPAssemblyVersion ;
6666#else
6767 var a = Assembly . GetExecutingAssembly ( ) ;
Original file line number Diff line number Diff line change 3939
4040// Version information for an assembly follows semantic versioning 1.0.0 (because
4141// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
42- [ assembly: AssemblyInformationalVersion ( "1.6.0 " ) ]
42+ [ assembly: AssemblyInformationalVersion ( "1.6.1 " ) ]
Original file line number Diff line number Diff line change 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.6.0 " ) ]
33+ [ assembly: AssemblyInformationalVersion ( "1.6.1 " ) ]
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ public override string ToString()
1515 const string Name = "Microsoft.Azure.Devices.Client" ;
1616#if PCL
1717 // DO NOT EDIT the following line; it is updated by the bump_version script (https://github.com/Azure/iot-sdks-internals/blob/master/release/csharp/inputs.js)
18- const string Version = "1.6.0 " ; // PCLAssemblyVersion
18+ const string Version = "undefined " ; // PCLAssemblyVersion
1919
2020 string userAgent = $ "{ Name } /{ Version } (PCL)";
2121#else
2222 // DO NOT EDIT the following line; it is updated by the bump_version script (https://github.com/Azure/iot-sdks-internals/blob/master/release/csharp/inputs.js)
23- const string Version = "1.6.0 " ; // CommonAssemblyVersion
23+ const string Version = "1.6.1 " ; // CommonAssemblyVersion
2424
2525 string runtime = RuntimeInformation . FrameworkDescription . Trim ( ) ;
2626 string operatingSystem = RuntimeInformation . OSDescription . Trim ( ) ;
Original file line number Diff line number Diff line change 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.6.0 " ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.6.1 " ) ]
Original file line number Diff line number Diff line change 1515 <language >en-US</language >
1616 <dependencies >
1717 <group targetFramework =" net451" >
18- <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.3 .0" />
18+ <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.4 .0" />
1919 <dependency id =" DotNetty.Codecs.Mqtt" version =" 0.4.7" />
2020 <dependency id =" DotNetty.Handlers" version =" 0.4.7" />
2121 <dependency id =" Microsoft.Azure.Amqp" version =" 2.1.3" />
4040 </group >
4141
4242 <group targetFramework =" uap10.0" >
43- <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.3 .0" />
43+ <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.4 .0" />
4444 <dependency id =" DotNetty.Codecs.Mqtt" version =" 0.4.7" />
4545 <dependency id =" DotNetty.Handlers" version =" 0.4.7" />
4646 <dependency id =" Microsoft.Azure.Amqp" version =" 2.1.3" />
5656 </group >
5757
5858 <group targetFramework =" netstandard1.3" >
59- <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.3 .0" />
59+ <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.4 .0" />
6060 <dependency id =" DotNetty.Codecs.Mqtt" version =" 0.4.7" />
6161 <dependency id =" DotNetty.Handlers" version =" 0.4.7" />
6262 <dependency id =" Microsoft.Azure.Amqp" version =" 2.1.3" />
Original file line number Diff line number Diff line change 3939
4040// Version information for an assembly follows semantic versioning 1.0.0 (because
4141// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
42- [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
42+ [ assembly: AssemblyInformationalVersion ( "1.5.0 " ) ]
Original file line number Diff line number Diff line change 2525
2626// Version information for an assembly follows semantic versioning 1.0.0 (because
2727// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
28- [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
28+ [ assembly: AssemblyInformationalVersion ( "1.5.0 " ) ]
2929
3030#if ( ! DEBUG )
3131[ assembly: AssemblyDelaySignAttribute ( true ) ]
Original file line number Diff line number Diff line change 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.4.1 " ) ]
30+ [ assembly: AssemblyInformationalVersion ( "1.5.0 " ) ]
3131
3232// Type forwarding
3333[ assembly: TypeForwardedTo ( typeof ( AuthenticationType ) ) ]
Original file line number Diff line number Diff line change 1515 <language >en-US</language >
1616 <dependencies >
1717 <group targetFramework =" net45" >
18- <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.3 .0" />
18+ <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.4 .0" />
1919 <dependency id =" Microsoft.AspNet.WebApi.Core" version =" 5.2.3" />
2020 <dependency id =" Microsoft.Azure.Amqp" version =" 2.1.3" />
2121 <dependency id =" Microsoft.Owin" version =" 3.1.0" />
2525 <dependency id =" Validation" version =" 2.4.18" />
2626 </group >
2727 <group targetFramework =" uap10.0" >
28- <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.3 .0" />
28+ <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.4 .0" />
2929 <dependency id =" Microsoft.Azure.Amqp" version =" 2.1.3" />
3030 <dependency id =" Newtonsoft.Json" version =" 10.0.3" />
3131 <dependency id =" PCLCrypto" version =" 2.0.147" />
3232 </group >
3333 <group targetFramework =" netstandard1.3" >
34- <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.3.0 " exclude = " Build,Analyzers " />
34+ <dependency id =" Microsoft.Azure.Devices.Shared" version =" 1.4.0 " />
3535 <dependency id =" Microsoft.Azure.Amqp" version =" 2.1.3" exclude =" Build,Analyzers" />
3636 <dependency id =" NETStandard.Library" version =" 1.6.1" exclude =" Build,Analyzers" />
3737 <dependency id =" Newtonsoft.Json" version =" 10.0.3" exclude =" Build,Analyzers" />
You can’t perform that action at this time.
0 commit comments