ENet-CSharp.nuspec 1.6 KB

12345678910111213141516171819202122232425262728293031
  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.2.4</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\netcoreapp2.0\ENet-CSharp.dll" target="lib\netcoreapp2.0\ENet-CSharp.dll" />
  22. <file src="lib\netcoreapp2.0\enet.dll" target="lib\netcoreapp2.0\enet.dll" />
  23. <file src="lib\netcoreapp2.0\enet.dylib" target="lib\netcoreapp2.0\enet.dylib" />
  24. <file src="lib\netcoreapp2.0\libenet.so" target="lib\netcoreapp2.0\libenet.so" />
  25. <file src="lib\netstandard2.0\ENet-CSharp.dll" target="lib\netstandard2.0\ENet-CSharp.dll" />
  26. <file src="lib\enet.dll" target="lib\enet.dll" />
  27. <file src="lib\enet.dylib" target="lib\enet.dylib" />
  28. <file src="lib\libenet.so" target="lib\libenet.so" />
  29. <file src="license\license.txt" target="license\license.txt" />
  30. </files>
  31. </package>