Skip to content

Commit 7eb239b

Browse files
author
Nate McMaster
committed
Change build tools version to 2.1.7
1 parent f36f699 commit 7eb239b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<KoreBuildChannel>release/2.1</KoreBuildChannel>
4-
<VersionPrefix>2.1.3</VersionPrefix>
5-
<VersionSuffix>rtm</VersionSuffix>
4+
<VersionPrefix>2.1.7</VersionPrefix>
5+
<VersionSuffix>build</VersionSuffix>
66
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>
77
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
88
</PropertyGroup>

0 commit comments

Comments
 (0)