Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.1KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>Svelto.ECS</id>
  5. <authors>Sebastiano Mandala</authors>
  6. <version>$version$</version>
  7. <description>C# Lightweight Data Oriented Entity Component System Framework</description>
  8. <projectUrl>https://github.com/sebas77/Svelto.ECS</projectUrl>
  9. <licenseUrl>https://raw.githubusercontent.com/sebas77/Svelto.ECS/master/LICENSE</licenseUrl>
  10. <repository type="git" url="https://github.com/sebas77/Svelto.ECS.git" />
  11. <dependencies>
  12. <group targetFramework="netstandard2.0" />
  13. </dependencies>
  14. <readme>docs/README.md</readme>
  15. </metadata>
  16. <files>
  17. <file src="Svelto.ECS.targets" target="build/" />
  18. <file src="../temp/bin/debug/Svelto.ECS.dll" target="lib/Debug/netstandard2.0/" />
  19. <file src="../temp/bin/release/Svelto.ECS.dll" target="lib/Release/netstandard2.0/" />
  20. <file src="../README.md" target="docs/" />
  21. </files>
  22. </package>