-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.build.props
More file actions
15 lines (15 loc) · 934 Bytes
/
Directory.build.props
File metadata and controls
15 lines (15 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<VersionPrefix Condition="'$(APPVEYOR_REPO_TAG_NAME)' != ''">$(APPVEYOR_REPO_TAG_NAME)</VersionPrefix>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">1.0.4</VersionPrefix>
<VersionSuffix Condition="'$(CI)' == ''">local</VersionSuffix>
<VersionSuffix Condition="'$(CI)' != '' AND '$(APPVEYOR_REPO_TAG_NAME)' == ''">ci$(APPVEYOR_BUILD_NUMBER)</VersionSuffix>
<Authors>jkoritzinsky</Authors>
<Copyright>(c) 2010-2017 Alexandre Mutel, 2017-2018 Jeremy Koritzinsky</Copyright>
<PackageLicenseUrl>https://github.com/jkoritzinsky/SharpGen.Doc.Msdn/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/jkoritzinsky/SharpGen.Doc.Msdn</PackageProjectUrl>
<Tags>SharpGen;Documentation;MSDN</Tags>
<RepositoryUrl>https://github.com/jkoritzinsky/SharpGen.Doc.Msdn</RepositoryUrl>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
</Project>