File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Microsoft.Azure.Devices.Client.NetStandard/Properties
Microsoft.Azure.Devices.Client.PCL/Properties
Microsoft.Azure.Devices.Client.UWP/Properties
Microsoft.Azure.Devices.Client Expand file tree Collapse file tree 5 files changed +6
-6
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.9 " ) ]
42+ [ assembly: AssemblyInformationalVersion ( "1.2.10 " ) ]
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.9 " ) ]
30+ [ assembly: AssemblyInformationalVersion ( "1.2.10 " ) ]
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.9 " ) ]
33+ [ assembly: AssemblyInformationalVersion ( "1.2.10 " ) ]
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.9 " ;
426+ var UWPAssemblyVersion = "1.2.10 " ;
427427 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , UWPAssemblyVersion ) ;
428428#elif PCL
429- string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.9 " ;
429+ string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.10 " ;
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.9 " ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.2.10 " ) ]
You can’t perform that action at this time.
0 commit comments