File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Microsoft.Azure.Devices.Client.PCL/Properties
Microsoft.Azure.Devices.Client.UWP/Properties
Microsoft.Azure.Devices.Client
tools/DeviceExplorer/DeviceExplorer/Properties Expand file tree Collapse file tree 5 files changed +6
-6
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.3 " ) ]
31+ [ assembly: AssemblyInformationalVersion ( "1.2.4 " ) ]
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.3 " ) ]
33+ [ assembly: AssemblyInformationalVersion ( "1.2.4 " ) ]
Original file line number Diff line number Diff line change @@ -382,10 +382,10 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
382382#if WINDOWS_UWP
383383 // System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
384384 // (This string is picked up by the bump_version script, so don't change the line below)
385- var UWPAssemblyVersion = "1.2.3 " ;
385+ var UWPAssemblyVersion = "1.2.4 " ;
386386 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , UWPAssemblyVersion ) ;
387387#elif PCL
388- string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.0.22 " ;
388+ string PCLAssemblyVersion = "Microsoft.Azure.Devices.Client/1.2.4 " ;
389389 linkSettings . AddProperty ( IotHubAmqpProperty . ClientVersion , PCLAssemblyVersion ) ;
390390#else
391391 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.3 " ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.2.4 " ) ]
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.3 " ) ]
39+ [ assembly: AssemblyInformationalVersion ( "1.2.4 " ) ]
You can’t perform that action at this time.
0 commit comments