|
|
@@ -2,7 +2,7 @@
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
|
<metadata>
|
|
|
<id>ENet-CSharp</id>
|
|
|
- <version>2.4.3</version>
|
|
|
+ <version>2.4.4</version>
|
|
|
<title>ENet-CSharp</title>
|
|
|
<authors>Stanislav Denisov</authors>
|
|
|
<owners>nxrighthere</owners>
|
|
|
@@ -18,8 +18,8 @@
|
|
|
<files>
|
|
|
<file src="build\ENet-CSharp.targets" target="build\ENet-CSharp.targets" />
|
|
|
<file src="lib\net35\ENet-CSharp.dll" target="lib\net35\ENet-CSharp.dll" />
|
|
|
- <file src="lib\netcoreapp2.0\ENet-CSharp.dll" target="lib\netcoreapp2.0\ENet-CSharp.dll" />
|
|
|
- <file src="lib\netstandard2.0\ENet-CSharp.dll" target="lib\netstandard2.0\ENet-CSharp.dll" />
|
|
|
+ <file src="lib\netcoreapp3.1\ENet-CSharp.dll" target="lib\netcoreapp2.0\ENet-CSharp.dll" />
|
|
|
+ <file src="lib\netstandard2.1\ENet-CSharp.dll" target="lib\netstandard2.0\ENet-CSharp.dll" />
|
|
|
<file src="license\license.txt" target="license\license.txt" />
|
|
|
<file src="runtimes\linux\native\libenet.so" target="runtimes\linux\native\libenet.so" />
|
|
|
<file src="runtimes\osx\native\libenet.dylib" target="runtimes\osx\native\libenet.dylib" />
|