-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRT.Coordinates.nuspec
29 lines (29 loc) · 1.43 KB
/
RT.Coordinates.nuspec
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
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RT.Coordinates</id>
<version>3.1.0</version>
<authors>Timwi</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<owners>Timwi</owners>
<projectUrl>http://github.com/RT-Projects/RT.Coordinates</projectUrl>
<license type="expression">MIT</license>
<icon>Icon.png</icon>
<title>RT.Coordinates</title>
<description>A library to work with grids of various geometries (rectilinear, hexagonal, triangular, octagonal, pentagonal, etc.), generate mazes, find paths and generate SVG graphics. Useful for 2D games and puzzles.</description>
<copyright>Copyright © 2022–24 Timwi</copyright>
<tags>game games puzzle puzzles grid grids coordinate coordinates maze graphics svg hexagonal hexagon hex triangle triangular tri octagon octagonal pentagon pentagonal</tags>
<dependencies>
<group targetFramework=".NETFramework3.5" />
</dependencies>
</metadata>
<files>
<file src="Builds\Release\RT.Coordinates.dll" target="lib\net35" />
<file src="Builds\Release\RT.Coordinates.xml" target="lib\net35" />
<file src="Builds\Release\RT.Coordinates.pdb" target="lib\net35" />
<file src="Icon.png" target="" />
<file src="*.cs" target="src" />
<file src="*.csproj" target="src" />
<file src="README.md" target="" />
</files>
</package>