Urho.SharpReality.nuspec 2.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata minClientVersion="2.8.1">
  4. <id>UrhoSharp.SharpReality</id>
  5. <version>1.5</version>
  6. <title>UrhoSharp.SharpReality</title>
  7. <authors>Xamarin Inc.</authors>
  8. <owners>Xamarin</owners>
  9. <licenseUrl>https://github.com/xamarin/urho/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>http://developer.xamarin.com/guides/cross-platform/urho/</projectUrl>
  11. <iconUrl>http://developer.xamarin.com/guides/cross-platform/urho/introduction/Images/UrhoSharp_icon.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <summary>Cross Platform, 2D and 3D Game Engine for C# (This package contains extensions for SharpReality).</summary>
  14. <description>UrhoSharp is a lightweight Game Engine suitable for using with C# and F# to create games that run on Android, iOS, Mac, Windows and Unix. The game engine is available as a portable class library, allowing your game code to be written once and shared across all platforms. UrhoSharp is powered by Urho3D (http://urho3d.github.io/), a game engine that has been under development for more than a decade. All the samples from Urho3D have been ported to C# to help you get started: https://github.com/xamarin/urho-samples</description>
  15. <releaseNotes>
  16. Optimize Node.GetComponent for native components (O(1))
  17. Fix Node.GetComponent(recursive:true)
  18. Fix Android crashes
  19. Initial built-in ARKit supprot (YuvVideo component + ARKit shader)
  20. </releaseNotes>
  21. <tags>HoloLens Urho UrhoSharp Urho3D Xamarin 2D 3D games engine</tags>
  22. </metadata>
  23. <files>
  24. <file src="Urho3D/CoreData.pak" target="native/CoreData.pak" />
  25. <file src="Nuget/SharpReality/UrhoSharp.SharpReality.targets" target="build/uap10.0" />
  26. <file src="docs/Urho.XML" target="lib/uap10.0/Urho.XML" />
  27. <file src="Bin/SharpReality/Urho.dll" target="lib/uap10.0/Urho.dll" />
  28. <file src="Bin/SharpReality/Win32/UrhoSharp.SharpReality/mono-holourho.dll" target="native/SharpReality32/mono-holourho.dll" />
  29. <file src="Bin/SharpReality/x64/UrhoSharp.SharpReality/mono-holourho.dll" target="native/SharpReality64/mono-holourho.dll" />
  30. </files>
  31. </package>