Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Update version.props to build 2.0.0-rc2-final packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Feb 7, 2018
1 parent 058907c commit 8d2c250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AngleSharpVersion>0.9.9</AngleSharpVersion>
<AspNetContribOpenIdExtensionsVersion>2.0.0-*</AspNetContribOpenIdExtensionsVersion>
<AspNetContribOpenIdExtensionsVersion>2.0.0-rc2-final</AspNetContribOpenIdExtensionsVersion>
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
<CoreFxVersion>4.4.0</CoreFxVersion>
<IdentityModelVersion>5.2.0-preview1-408290725</IdentityModelVersion>
Expand Down
4 changes: 1 addition & 3 deletions build/version.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>rc2</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<Version>2.0.0-rc2-final</Version>
</PropertyGroup>

</Project>

0 comments on commit 8d2c250

Please sign in to comment.