-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaiv-fast3d.nuspec
24 lines (24 loc) · 1020 Bytes
/
aiv-fast3d.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Aiv.Fast3D</id>
<version>@AUTO_TAG</version>
<authors>Aiv srl</authors>
<owners>Aiv srl</owners>
<licenseUrl>https://github.com/aiv01/aiv-fast3d/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/aiv01/aiv-fast3d</projectUrl>
<iconUrl>https://avatars2.githubusercontent.com/u/15378741</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Hardware accelerated 3d drawing library built over Aiv.Fast2D</description>
<copyright>Copyright @AUTO_YEAR</copyright>
<tags>aiv gaming 3d drawing opengl</tags>
<dependencies>
<dependency id="OpenTK" version="[3.2.0]" />
<dependency id="Aiv.Fast2D" version="1.0.3" />
<dependency id="AssimpNet" version="[4.1.0]" />
</dependencies>
</metadata>
<files>
<file src="aiv-fast3d/bin/Release/aiv-fast3d.dll" target="lib/net48" />
</files>
</package>