ENet-CSharp.nuspec 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>ENet-CSharp</id>
  5. <version>2.4.7</version>
  6. <title>ENet-CSharp</title>
  7. <authors>Stanislav Denisov</authors>
  8. <owners>nxrighthere</owners>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <license type="file">license\license.txt</license>
  11. <projectUrl>https://github.com/nxrighthere/ENet-CSharp</projectUrl>
  12. <description>Reliable UDP networking library extended for the .NET environment</description>
  13. <summary></summary>
  14. <releaseNotes></releaseNotes>
  15. <copyright>(c) 2019 Stanislav Denisov</copyright>
  16. <tags>networking udp protocol ipv4 ipv6 gamedev</tags>
  17. </metadata>
  18. <files>
  19. <file src="build\ENet-CSharp.targets" target="build\ENet-CSharp.targets" />
  20. <file src="lib\net35\ENet-CSharp.dll" target="lib\net35\ENet-CSharp.dll" />
  21. <file src="lib\net5.0\ENet-CSharp.dll" target="lib\net5.0\ENet-CSharp.dll" />
  22. <file src="lib\netcoreapp3.1\ENet-CSharp.dll" target="lib\netcoreapp2.0\ENet-CSharp.dll" />
  23. <file src="lib\netstandard2.1\ENet-CSharp.dll" target="lib\netstandard2.0\ENet-CSharp.dll" />
  24. <file src="license\license.txt" target="license\license.txt" />
  25. <file src="runtimes\linux\native\libenet.so" target="runtimes\linux\native\libenet.so" />
  26. <file src="runtimes\osx\native\libenet.dylib" target="runtimes\osx\native\libenet.dylib" />
  27. <file src="runtimes\win\native\enet.dll" target="runtimes\win\native\enet.dll" />
  28. </files>
  29. </package>