Skip to content

Commit

Permalink
Merge pull request #2666 from aspnet/rtm
Browse files Browse the repository at this point in the history
Update PreReleaseVersionLabel to RTM
  • Loading branch information
wtgodbe committed Nov 15, 2019
2 parents 5033889 + 0168a57 commit 736fc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -10,7 +10,7 @@
<MinorVersion>1</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>preview3</PreReleaseVersionLabel>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<AssemblyVersion Condition="'$(IsReferenceAssemblyProject)' != 'true'">$(VersionPrefix).0</AssemblyVersion>
<!-- Blazor WASM packages will not RTM with 3.1 -->
<BlazorWASMPreReleaseVersionLabel>preview4</BlazorWASMPreReleaseVersionLabel>
Expand Down

0 comments on commit 736fc40

Please sign in to comment.