Skip to content

Commit 301f971

Browse files
Generate stable version
Try and generate a 3.0.0 version, instead of 3.0.{build}.
1 parent ba5f2fe commit 301f971

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/Versions.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<PropertyGroup>
33
<VersionPrefix>3.0.0</VersionPrefix>
44
<PreReleaseVersionLabel></PreReleaseVersionLabel>
5+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
6+
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
57
</PropertyGroup>
68
<PropertyGroup>
79
<AngleSharpVersion>0.9.9</AngleSharpVersion>

0 commit comments

Comments
 (0)