forked from izrik/FbxSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFbxSharp.nuspec
25 lines (25 loc) · 1.16 KB
/
FbxSharp.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FbxSharp</id>
<version>$version$</version>
<title>FbxSharp</title>
<authors>izrik,metaindu</authors>
<owners>izrik,metaindu</owners>
<licenseUrl>https://github.com/izrik/FbxSharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/izrik/FbxSharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/izrik/FbxSharp/master/FbxSharp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A pure C# library for loading FBX files</description>
<releaseNotes>Added a paramter to ObjectPrinter methods to allow specifying a TextWriter to print to</releaseNotes>
<copyright>Copyright 2016 izrik and Metaphysics Industries, Inc.</copyright>
<tags>fbx 3d model files</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin/Debug/FbxSharp.dll" target="lib/net40" />
<file src="FbxPrint/bin/Debug/FbxPrint.exe" target="tools" />
</files>
</package>