-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
21 lines (21 loc) · 850 Bytes
/
Directory.Build.props
File metadata and controls
21 lines (21 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<Version>0.8.0</Version>
<Authors>VanderCat</Authors>
<Copyright>VanderCat</Copyright>
<PackageId>VanderCat.$(MSBuildProjectName)</PackageId>
<PackageProjectUrl>https://github.com/VanderCat/NekoLib</PackageProjectUrl>
<RepositoryUrl>https://github.com/VanderCat/NekoLib.git</RepositoryUrl>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<Company>VanderCat</Company>
<AssemblyVersion>0.8.0</AssemblyVersion>
<FileVersion>0.8.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>content/README.MD</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Content Include="..\LICENSE.MD">
<Link>LICENSE.MD</Link>
</Content>
</ItemGroup>
</Project>