Browse Source

Update ENet-CSharp.nuspec

Coburn 5 years ago
parent
commit
8f16dc97f7
1 changed files with 1 additions and 13 deletions
  1. 1 13
      ENet-CSharp.nuspec

+ 1 - 13
ENet-CSharp.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
   <metadata>
     <id>ENet-CSharp</id>
-    <version>2.2.9</version>
+    <version>2.4.3</version>
     <title>ENet-CSharp</title>
     <authors>Matt Coburn</authors>
     <owners>coburn64</owners>
@@ -15,16 +15,4 @@
     <copyright>(c) 2019-2020 Matt Coburn</copyright>
     <tags>networking udp protocol ipv4 ipv6 gamedev</tags>
   </metadata>
-  <!--
-  <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="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>
-  -->
 </package>