File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Microsoft.Azure.Devices.Client.NetStandard/Properties
Microsoft.Azure.Devices.Client.PCL/Properties
Microsoft.Azure.Devices.Client.UWP/Properties
Microsoft.Azure.Devices.Client
Microsoft.Azure.Devices.NetStandard/Properties
Microsoft.Azure.Devices.Uwp/Properties
tools/DeviceExplorer/DeviceExplorer/Properties Expand file tree Collapse file tree 10 files changed +11
-11
lines changed 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.2.12 " ) ]
42+ [ assembly: AssemblyInformationalVersion ( "1.2.13 " ) ]
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.2.12 " ) ]
30+ [ assembly: AssemblyInformationalVersion ( "1.2.13 " ) ]
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.2.12 " ) ]
33+ [ assembly: AssemblyInformationalVersion ( "1.2.13 " ) ]
Original file line number Diff line number Diff line change @@ -423,10 +423,10 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
423423#if WINDOWS_UWP
424424 // System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
425425 // (This string is picked up by the bump_version script, so don't change the line below)
426- var UWPAssemblyVersion = "1.2.12 " ;
426+ var UWPAssemblyVersion = "1.2.13 " ;
427427 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , UWPAssemblyVersion ) ;
428428#elif PCL
429- string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.12 " ;
429+ string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.13 " ;
430430 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , PCLAssemblyVersion ) ;
431431#else
432432 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , Utils . GetClientVersion ( ) ) ;
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.2.12 " ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.2.13 " ) ]
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.2.7 " ) ]
42+ [ assembly: AssemblyInformationalVersion ( "1.2.8 " ) ]
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.2.7 " ) ]
28+ [ assembly: AssemblyInformationalVersion ( "1.2.8 " ) ]
2929
3030#if ( RELEASE_DELAY_SIGN )
3131[ assembly: AssemblyDelaySignAttribute ( true ) ]
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.2.7 " ;
64+ var UWPAssemblyVersion = "1.2.8 " ;
6565 return UWPAssemblyVersion ;
6666#else
6767 var a = Assembly . GetExecutingAssembly ( ) ;
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.2.7 " ) ]
28+ [ assembly: AssemblyInformationalVersion ( "1.2.8 " ) ]
2929
3030#if ( RELEASE_DELAY_SIGN )
3131[ assembly: AssemblyDelaySignAttribute ( true ) ]
Original file line number Diff line number Diff line change 3636
3737// Version information for an assembly follows semantic versioning 1.0.0. See
3838// semver.org for details.
39- [ assembly: AssemblyInformationalVersion ( "1.2.8 " ) ]
39+ [ assembly: AssemblyInformationalVersion ( "1.2.9 " ) ]
You can’t perform that action at this time.
0 commit comments