| 123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>ENet-CSharp</id>
- <version>2.4.5</version>
- <title>ENet-CSharp</title>
- <authors>Matt Coburn</authors>
- <owners>coburn64</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <license type="file">license\license.txt</license>
- <projectUrl>https://github.com/SoftwareGuy/ENet-CSharp</projectUrl>
- <description>Reliable UDP networking library extended for the .NET environment</description>
- <summary></summary>
- <releaseNotes></releaseNotes>
- <copyright>(c) 2019-2020 Matt Coburn</copyright>
- <tags>networking udp protocol ipv4 ipv6 gamedev</tags>
- </metadata>
- </package>
|