Skip to content

Commit

Permalink
Merge pull request #2664 from aspnet/BlazorPreview4
Browse files Browse the repository at this point in the history
Bump Blazor package versions to preview4
  • Loading branch information
wtgodbe committed Nov 14, 2019
2 parents c273f3c + a96d843 commit 77d27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -13,7 +13,7 @@
<PreReleaseVersionLabel>preview3</PreReleaseVersionLabel>
<AssemblyVersion Condition="'$(IsReferenceAssemblyProject)' != 'true'">$(VersionPrefix).0</AssemblyVersion>
<!-- Blazor WASM packages will not RTM with 3.1 -->
<BlazorWASMPreReleaseVersionLabel>preview3</BlazorWASMPreReleaseVersionLabel>
<BlazorWASMPreReleaseVersionLabel>preview4</BlazorWASMPreReleaseVersionLabel>
<!--
We do not support changing reference assemblies in a patch. This ignores
the patch version number to ensure assembly version of ref assemblies stays constant
Expand Down

0 comments on commit 77d27ab

Please sign in to comment.