Skip to content

Commit

Permalink
Fix patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Dec 13, 2018
1 parent 682f980 commit 0f9f692
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.18607.6</MicrosoftDotNetBuildTasksFeedVersion>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<MajorVersion>3</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<PackageLicenseUrl>https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt</PackageLicenseUrl>
<Serviceable Condition="'$(Configuration)' == 'Release'">true</Serviceable>
Expand Down

0 comments on commit 0f9f692

Please sign in to comment.