Skip to content

Commit 4fa7338

Browse files
authored
Enable Stable Branding .NET 8 RTM (#3905)
Enable stable branding
1 parent 715d0fc commit 4fa7338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PreReleaseVersionIteration>
88
</PreReleaseVersionIteration>
99
<!-- Enable to remove prerelease label. -->
10-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
10+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1111
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1212
</PropertyGroup>
1313
<PropertyGroup>

0 commit comments

Comments
 (0)