Browse Source

Update ENet-CSharp.nuspec

NX 6 years ago
parent
commit
6b4fea733d
1 changed files with 5 additions and 8 deletions
  1. 5 8
      ENet-CSharp.nuspec

+ 5 - 8
ENet-CSharp.nuspec

@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
   <metadata>
   <metadata>
     <id>ENet-CSharp</id>
     <id>ENet-CSharp</id>
-    <version>2.2.4</version>
+    <version>2.2.5</version>
     <title>ENet-CSharp</title>
     <title>ENet-CSharp</title>
     <authors>Stanislav Denisov</authors>
     <authors>Stanislav Denisov</authors>
     <owners>nxrighthere</owners>
     <owners>nxrighthere</owners>
@@ -19,13 +19,10 @@
     <file src="build\ENet-CSharp.targets" target="build\ENet-CSharp.targets" />
     <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\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\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-CSharp.dll" target="lib\netstandard2.0\ENet-CSharp.dll" />
-    <file src="lib\enet.dll" target="lib\enet.dll" />
-    <file src="lib\enet.dylib" target="lib\enet.dylib" />
-    <file src="lib\libenet.so" target="lib\libenet.so" />
     <file src="license\license.txt" target="license\license.txt" />
     <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\enet.dylib" target="runtimes\osx\native\enet.dylib" />
+    <file src="runtimes\win\native\enet.dll" target="runtimes\win\native\enet.dll" />
   </files>
   </files>
 </package>
 </package>