-
Notifications
You must be signed in to change notification settings - Fork 11
/
ThreeLib.nuspec
21 lines (21 loc) · 1003 Bytes
/
ThreeLib.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ThreeLib</id>
<version>$version$</version>
<title>ThreeLib</title>
<authors>Robert McNeel and Associates</authors>
<copyright>Copyright (c) 2017 Robert McNeel and Associates</copyright>
<tags>three.js csharp rhino3d json</tags>
<licenseUrl>https://github.com/mcneel/ThreeLib/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mcneel/ThreeLib</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.net Class Library to create Three.js compatible objects.</description>
<dependencies>
<dependency id="Newtonsoft.Json" version="10.0.3" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>