| 12345678910111213141516171819202122 |
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
- <metadata>
- <id>MonoGame.SceneGraph</id>
- <version>1.1.0.0</version>
- <authors>Ronen Ness</authors>
- <owners>RonenNess</owners>
- <licenseUrl>https://en.wikipedia.org/wiki/MIT_License</licenseUrl>
- <projectUrl>https://github.com/RonenNess/MonoGame-SceneGraph</projectUrl>
- <iconUrl>https://raw.githubusercontent.com/RonenNess/MonoGame-SceneGraph/master/icon.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <releaseNotes>Stable version with nodes, transformations, and basic model entity.</releaseNotes>
- <description>Basic scene graph (node-based transformations) for 3D MonoGame projects.</description>
- <tags>monogame scene graph gamedev nodes 3d animations</tags>
- <dependencies>
- </dependencies>
- </metadata>
- <files>
- <file src="readme.txt" target="" />
- <file src="MonoGameSceneGraph\bin\DesktopGL\x86\Release\MonoGameSceneGraph.dll" target="lib\scenegraph\MonoGameSceneGraph.dll"/>
- </files>
- </package>
|