forked from lontivero/Open.NAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.build.props
25 lines (25 loc) · 1.13 KB
/
Directory.build.props
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
<Project>
<PropertyGroup Label="Packaging">
<Description>.NET Library for automatic network address translation</Description>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<PackageVersion>$(VersionPrefix)$(VersionSuffix)</PackageVersion>
<Authors>Alan McGovern, Ben Motmans, Lucas Ontivero</Authors>
<Copyright>Copyright Alan McGovern, Ben Motmans, Lucas Ontivero © 2006-2014</Copyright>
<Product>AscensionGameDev.Open.Nat</Product>
<PackageTags>Networking</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryUrl>https://github.com/AscensionGameDev/Open.NAT</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackOnBuild>true</PackOnBuild>
</PropertyGroup>
<PropertyGroup Label="Outputs">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
</PropertyGroup>
<PropertyGroup Label="Assembly Properties">
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>
</Project>