Urho.Forms.nuspec 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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.Forms</id>
  5. <version>1.5</version>
  6. <title>UrhoSharp.Forms</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# (Android, iOS, Windows, Mac).</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>Urho Forms Urho3D UrhoSharp Xamarin 2D 3D games engine</tags>
  22. <dependencies>
  23. <dependency id="Xamarin.Forms" version="2.3.0.107" />
  24. </dependencies>
  25. </metadata>
  26. <files>
  27. <!--CoreData-->
  28. <file src="Urho3D/CoreData.pak" target="native/CoreData.pak" />
  29. <!--PCL-->
  30. <file src="Bin/Common/Urho.Forms.dll" target="lib/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Urho.Forms.dll" />
  31. <file src="docs/Urho.XML" target="lib/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Urho.Forms.XML" />
  32. <!--Android-->
  33. <file src="Nuget/Android/UrhoSharp.Forms.targets" target="build/MonoAndroid" />
  34. <file src="Bin/Android/Urho.Forms.dll" target="lib/MonoAndroid/Urho.Forms.dll" />
  35. <file src="Bin/Android/Urho.Droid.SdlBinding.dll" target="lib/MonoAndroid/Urho.Droid.SdlBinding.dll" />
  36. <file src="docs/Urho.XML" target="lib/MonoAndroid/Urho.Forms.XML" />
  37. <file src="Bin/Android/x86_64/libmono-urho.so" target="native/Android/x86_64/libmono-urho.so" />
  38. <file src="Bin/Android/arm64-v8a/libmono-urho.so" target="native/Android/arm64-v8a/libmono-urho.so" />
  39. <file src="Bin/Android/x86/libmono-urho.so" target="native/Android/x86/libmono-urho.so" />
  40. <file src="Bin/Android/armeabi-v7a/libmono-urho.so" target="native/Android/armeabi-v7a/libmono-urho.so" />
  41. <file src="Bin/Android/armeabi/libmono-urho.so" target="native/Android/armeabi/libmono-urho.so" />
  42. <!--iOS-->
  43. <file src="Bin/iOS/Urho.Forms.dll" target="lib/Xamarin.iOS10/Urho.Forms.dll" />
  44. <file src="docs/Urho.XML" target="lib/Xamarin.iOS10/Urho.Forms.XML" />
  45. <!--UWP-->
  46. <file src="Nuget/UWP/UrhoSharp.Forms.targets" target="build/uap10.0" />
  47. <file src="docs/Urho.XML" target="lib/uap10.0/Urho.Forms.XML" />
  48. <file src="Bin/UWP/Urho.Forms.dll" target="lib/uap10.0/Urho.Forms.dll" />
  49. <file src="Bin/UWP/mono-urho.dll" target="native/UWP32/mono-urho.dll" />
  50. </files>
  51. </package>