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

Commit 17e1c1f

Browse files
committed
Update common.props/version.props
1 parent 4e19fe6 commit 17e1c1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/common.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
2020
<RepositoryType>git</RepositoryType>
2121
<RepositoryUrl>git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions</RepositoryUrl>
22-
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
2322
</PropertyGroup>
2423

2524
</Project>

build/version.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<VersionPrefix>1.0.0</VersionPrefix>
55
<VersionSuffix>rtm</VersionSuffix>
6+
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
67
</PropertyGroup>
78

89
</Project>

0 commit comments

Comments
 (0)