We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c62fe1 commit e5fa203Copy full SHA for e5fa203
Directory.build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<VersionPrefix Condition="'$(APPVEYOR_REPO_TAG_NAME)' != ''">$(APPVEYOR_REPO_TAG_NAME)</VersionPrefix>
4
- <VersionPrefix Condition="'$(VersionPrefix)' == ''">1.1</VersionPrefix>
+ <VersionPrefix Condition="'$(VersionPrefix)' == ''">1.2</VersionPrefix>
5
<VersionSuffix Condition="'$(CI)' == ''">local</VersionSuffix>
6
<VersionSuffix Condition="'$(CI)' != '' AND '$(APPVEYOR_REPO_TAG_NAME)' == ''">ci$(APPVEYOR_BUILD_NUMBER)</VersionSuffix>
7
<Authors>jkoritzinsky</Authors>
0 commit comments