Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f835596

Browse files
authored
[release/2.2] Change prerelease label to be more accurate (#19776)
* [release/2.2] Change prerelease label to be more accurate Not critical, but better than servicing * CHange label
1 parent 4a7e9ea commit f835596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
1919
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
2020

21-
<PreReleaseLabel>servicing</PreReleaseLabel>
21+
<PreReleaseLabel>preview2</PreReleaseLabel>
2222
</PropertyGroup>
2323

2424
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->

0 commit comments

Comments
 (0)