From: JamJar00 Date: Sat, 19 Nov 2016 19:50:27 +0000 (+0000) Subject: Added Nuspec X-Git-Tag: 1.0.0~125 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e6b7bed365a149c8375ee9744f14ea3fe49fc801;p=rhonda%2Fimpostor.hazel.git Added Nuspec --- diff --git a/Hazel/Hazel.nuspec b/Hazel/Hazel.nuspec new file mode 100644 index 0000000..6446c70 --- /dev/null +++ b/Hazel/Hazel.nuspec @@ -0,0 +1,17 @@ + + + + DarkRiftNetworking.Hazel + $version$ + $title$ + DarkRiftNetworking + DarkRiftNetworking + https://github.com/DarkRiftNetworking/Hazel-Networking/blob/master/LICENSE + https://github.com/DarkRiftNetworking/Hazel-Networking + false + Hazel Networking is a low-level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP. + First release (Beta) + Copyright 2016 + network networking TCP UDP RUDP socket sockets Unity3d Unity + + \ No newline at end of file diff --git a/Hazel/Properties/AssemblyInfo.cs b/Hazel/Properties/AssemblyInfo.cs index cfed1cb..92d7bea 100644 --- a/Hazel/Properties/AssemblyInfo.cs +++ b/Hazel/Properties/AssemblyInfo.cs @@ -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")]