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

Commit 2bed495

Browse files
committed
Update branding to preview5 in release/3.0
1 parent 8651946 commit 2bed495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.props

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

24-
<PreReleaseLabel>preview4</PreReleaseLabel>
24+
<PreReleaseLabel>preview5</PreReleaseLabel>
2525
</PropertyGroup>
2626

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

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<!-- This repo version -->
55
<VersionPrefix>3.0.0</VersionPrefix>
6-
<PreReleaseVersionLabel>preview4</PreReleaseVersionLabel>
6+
<PreReleaseVersionLabel>preview5</PreReleaseVersionLabel>
77
<!-- Opt-out repo features -->
88
<UsingToolXliff>false</UsingToolXliff>
99
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>

0 commit comments

Comments
 (0)