From de9713db00a403ea774d9cefa58ef8bd56e4343d Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sun, 28 Feb 2016 17:37:49 +0100 Subject: [PATCH] Set version to 1.0.2.1 --- CUE.NET.nuspec | 4 ++-- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index 5f7e9b3..813e52c 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,14 +3,14 @@ CUE.NET CUE.NET - 1.0.2 + 1.0.2.1 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE true Corsair HID SDK Wrapper - Added Profile-API + Improved build-target to support VS-publishing C# (.NET) Wrapper library around the Corsair CUE-SDK Copyright © Wyrez 2016 en-US diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d17eba1..e064393 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,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.2")] -[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyVersion("1.0.2.1")] +[assembly: AssemblyFileVersion("1.0.2.1")]