Skip to content

Commit

Permalink
Fix InformationalVersion in corelib generators
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Oct 16, 2024
1 parent 19f895d commit ee99d7c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS3001</NoWarn>
<!-- Override InformationalVersion during servicing as it's returned via public api. -->
<InformationalVersion Condition="'$(PreReleaseVersionLabel)' == 'servicing'">$(ProductVersion)</InformationalVersion>
<InformationalVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)</InformationalVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ee99d7c

Please sign in to comment.