File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Microsoft.Azure.Devices.Client.PCL/Properties
Microsoft.Azure.Devices.Client.UWP/Properties
Microsoft.Azure.Devices.Client
Microsoft.Azure.Devices.Uwp/Properties
tools/DeviceExplorer/DeviceExplorer/Properties Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828
2929// Version information for an assembly follows semantic versioning 1.0.0 (because
3030// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
31- [ assembly: AssemblyInformationalVersion ( "1.2.0 " ) ]
31+ [ assembly: AssemblyInformationalVersion ( "1.2.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.2.0 " ) ]
33+ [ assembly: AssemblyInformationalVersion ( "1.2.1 " ) ]
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
380380#if WINDOWS_UWP
381381 // System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
382382 // (This string is picked up by the bump_version script, so don't change the line below)
383- var UWPAssemblyVersion = "1.2.0 " ;
383+ var UWPAssemblyVersion = "1.2.1 " ;
384384 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , UWPAssemblyVersion ) ;
385385#else
386386 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.0 " ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.2.1 " ) ]
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.0 " ) ]
28+ [ assembly: AssemblyInformationalVersion ( "1.2.1 " ) ]
2929
3030#if ( RELEASE_DELAY_SIGN )
3131[ assembly: AssemblyDelaySignAttribute ( true ) ]
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public static string GetClientVersion()
6666#if WINDOWS_UWP
6767 // System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
6868 // (This string is picked up by the bump_version script, so don't change the line below)
69- var UWPAssemblyVersion = "1.2.0 " ;
69+ var UWPAssemblyVersion = "1.2.1 " ;
7070 return UWPAssemblyVersion ;
7171#else
7272 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.0 " ) ]
28+ [ assembly: AssemblyInformationalVersion ( "1.2.1 " ) ]
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.0 " ) ]
39+ [ assembly: AssemblyInformationalVersion ( "1.2.1 " ) ]
You can’t perform that action at this time.
0 commit comments