-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.targets
27 lines (26 loc) · 1.13 KB
/
version.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-Debug</Version>
<Authors>Patrick Kranz</Authors>
<PackageLicenseUrl>https://github.com/LokiMidgard/NDProperty/blob/master/license.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/LokiMidgard/NDProperty</PackageProjectUrl>
<RepositoryUrl>https://github.com/LokiMidgard/NDProperty.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Copyright>Patrick Kranz</Copyright>
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
<PackageReleaseNotes>
<![CDATA[
Changes:
- Fix Spellings.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup >
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
<PackageReference Include="GitVersionTask" Version="4.0.1-beta*" PrivateAssets="All"/>
</ItemGroup>
</Project>