|
|
@@ -0,0 +1,33 @@
|
|
|
+<?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.2.0</version>
|
|
|
+ <title>ENet-CSharp</title>
|
|
|
+ <authors>Stanislav Denisov</authors>
|
|
|
+ <owners>nxrighthere</owners>
|
|
|
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
+ <license type="file">license\license.txt</license>
|
|
|
+ <projectUrl>https://github.com/nxrighthere/ENet-CSharp</projectUrl>
|
|
|
+ <description>Reliable UDP networking library extended for the .NET environment</description>
|
|
|
+ <summary></summary>
|
|
|
+ <releaseNotes></releaseNotes>
|
|
|
+ <copyright>(c) 2019 Stanislav Denisov</copyright>
|
|
|
+ <tags>networking udp protocol ipv4 ipv6 gamedev</tags>
|
|
|
+ </metadata>
|
|
|
+ <files>
|
|
|
+ <file src="lib\net35\ENet-CSharp.dll" target="lib\net35\ENet-CSharp.dll" />
|
|
|
+ <file src="lib\net35\enet.dll" target="lib\net35\enet.dll" />
|
|
|
+ <file src="lib\net35\enet.dylib" target="lib\net35\enet.dylib" />
|
|
|
+ <file src="lib\net35\libenet.so" target="lib\net35\libenet.so" />
|
|
|
+ <file src="lib\netcoreapp2.0\ENet-CSharp.dll" target="lib\netcoreapp2.0\ENet-CSharp.dll" />
|
|
|
+ <file src="lib\netcoreapp2.0\enet.dll" target="lib\netcoreapp2.0\enet.dll" />
|
|
|
+ <file src="lib\netcoreapp2.0\enet.dylib" target="lib\netcoreapp2.0\enet.dylib" />
|
|
|
+ <file src="lib\netcoreapp2.0\libenet.so" target="lib\netcoreapp2.0\libenet.so" />
|
|
|
+ <file src="lib\netstandard2.0\ENet-CSharp.dll" target="lib\netstandard2.0\ENet-CSharp.dll" />
|
|
|
+ <file src="lib\netstandard2.0\enet.dll" target="lib\netstandard2.0\enet.dll" />
|
|
|
+ <file src="lib\netstandard2.0\enet.dylib" target="lib\netstandard2.0\enet.dylib" />
|
|
|
+ <file src="lib\netstandard2.0\libenet.so" target="lib\netstandard2.0\libenet.so" />
|
|
|
+ <file src="license\license.txt" target="license\license.txt" />
|
|
|
+ </files>
|
|
|
+</package>
|