MonoGameSceneGraph.nuspec 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <id>MonoGame.SceneGraph</id>
  5. <version>1.0.0.1</version>
  6. <authors>Ronen Ness</authors>
  7. <owners>RonenNess</owners>
  8. <licenseUrl>https://en.wikipedia.org/wiki/MIT_License</licenseUrl>
  9. <projectUrl>https://github.com/RonenNess/MonoGame-SceneGraph</projectUrl>
  10. <iconUrl>https://raw.githubusercontent.com/RonenNess/MonoGame-SceneGraph/master/icon.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <releaseNotes>Stable version with nodes, transformations, and basic model entity.</releaseNotes>
  13. <description>Basic scene graph (node-based transformations) for 3D MonoGame projects.</description>
  14. <tags>monogame scene graph gamedev nodes 3d animations</tags>
  15. <dependencies>
  16. </dependencies>
  17. </metadata>
  18. <files>
  19. <file src="readme.txt" target="" />
  20. <file src="MonoGameSceneGraph\bin\DesktopGL\x86\Release\MonoGameSceneGraph.dll" target="lib\ronenness\MonoGameSceneGraph.dll"/>
  21. </files>
  22. </package>