ENet-CSharp.nuspec 778 B

123456789101112131415161718
  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.5</version>
  6. <title>ENet-CSharp</title>
  7. <authors>Matt Coburn</authors>
  8. <owners>coburn64</owners>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <license type="file">license\license.txt</license>
  11. <projectUrl>https://github.com/SoftwareGuy/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-2020 Matt Coburn</copyright>
  16. <tags>networking udp protocol ipv4 ipv6 gamedev</tags>
  17. </metadata>
  18. </package>