Skip to content

Commit 484a461

Browse files
committed
add nuspec
1 parent 5a8b4ea commit 484a461

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

QuadTrees.nuspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>QuadTrees</id>
5+
<version>$version$</version>
6+
<title>IPTables.Net</title>
7+
<authors>SplitIce</authors>
8+
<owners>SplitIce</owners>
9+
<projectUrl>https://github.com/splitice/QuadTrees</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>A library for high performance QuadTrees of various forms</description>
12+
<releaseNotes>Automatic Updates via GitHub</releaseNotes>
13+
<copyright>Copyright Never</copyright>
14+
<language>en-US</language>
15+
</metadata>
16+
<files>
17+
<file src="bin/Release/QuadTrees.dll" target="lib" />
18+
</files>
19+
</package>

0 commit comments

Comments
 (0)