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 1.0.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed May 7, 2017
1 parent db99001 commit 7d9324e
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>1.0.0-*</AspNetContribOpenIdExtensionsVersion>
<AspNetContribOpenIdExtensionsVersion>1.0.0</AspNetContribOpenIdExtensionsVersion>
<AspNetCoreVersion>1.0.0</AspNetCoreVersion>
<IdentityModelVersion>1.0.4.403061554</IdentityModelVersion>
<IdentityModelCoreVersion>2.0.0</IdentityModelCoreVersion>
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>1.0.0</VersionPrefix>
<VersionSuffix>rtm</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<Version>1.0.0</Version>
</PropertyGroup>

</Project>

0 comments on commit 7d9324e

Please sign in to comment.