From e6b7bed365a149c8375ee9744f14ea3fe49fc801 Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Sat, 19 Nov 2016 19:50:27 +0000 Subject: [PATCH] Added Nuspec --- Hazel/Hazel.nuspec | 17 +++++++++++++++++ Hazel/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 Hazel/Hazel.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")] -- 2.39.5