]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Added Nuspec
authorJamJar00 <jamster.30@btinternet.com>
Sat, 19 Nov 2016 19:50:27 +0000 (19:50 +0000)
committerJamJar00 <jamster.30@btinternet.com>
Sat, 19 Nov 2016 19:50:27 +0000 (19:50 +0000)
Hazel/Hazel.nuspec [new file with mode: 0644]
Hazel/Properties/AssemblyInfo.cs

diff --git a/Hazel/Hazel.nuspec b/Hazel/Hazel.nuspec
new file mode 100644 (file)
index 0000000..6446c70
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<package >
+  <metadata>
+    <id>DarkRiftNetworking.Hazel</id>
+    <version>$version$</version>
+    <title>$title$</title>
+    <authors>DarkRiftNetworking</authors>
+    <owners>DarkRiftNetworking</owners>
+    <licenseUrl>https://github.com/DarkRiftNetworking/Hazel-Networking/blob/master/LICENSE</licenseUrl>
+    <projectUrl>https://github.com/DarkRiftNetworking/Hazel-Networking</projectUrl>
+    <requireLicenseAcceptance>false</requireLicenseAcceptance>
+    <description>Hazel Networking is a low-level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.</description>
+    <releaseNotes>First release (Beta)</releaseNotes>
+    <copyright>Copyright 2016</copyright>
+    <tags>network networking TCP UDP RUDP socket sockets Unity3d Unity </tags>
+  </metadata>
+</package>
\ No newline at end of file
index cfed1cbf5cd70e270aa8081b6c5ac6e3f31f11fd..92d7beaf392f6a2a48b4dd27c799c2f807610590 100644 (file)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.0.0.0")]
+[assembly: AssemblyFileVersion("0.0.0.0")]