From 9f8cbe46f03c5d387fa664ef7f7073801fe38881 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Wed, 14 Dec 2016 09:44:25 +0100 Subject: [PATCH] Bumped version number Renamed Corsair RGB Keyboards to Corsair RGB Keyboard Updated instructions in CUE error message --- Artemis/Artemis/Artemis.csproj | 2 +- Artemis/Artemis/DeviceProviders/Corsair/CorsairKeyboard.cs | 4 ++-- Artemis/Artemis/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Artemis/Artemis/Artemis.csproj b/Artemis/Artemis/Artemis.csproj index f68851e2e..13d87422d 100644 --- a/Artemis/Artemis/Artemis.csproj +++ b/Artemis/Artemis/Artemis.csproj @@ -58,7 +58,7 @@ false - AnyCPU + x64 pdbonly true bin\Release\ diff --git a/Artemis/Artemis/DeviceProviders/Corsair/CorsairKeyboard.cs b/Artemis/Artemis/DeviceProviders/Corsair/CorsairKeyboard.cs index 4494b793d..3b8f30b7a 100644 --- a/Artemis/Artemis/DeviceProviders/Corsair/CorsairKeyboard.cs +++ b/Artemis/Artemis/DeviceProviders/Corsair/CorsairKeyboard.cs @@ -24,10 +24,10 @@ namespace Artemis.DeviceProviders.Corsair public CorsairKeyboard(ILogger logger) { Logger = logger; - Name = "Corsair RGB Keyboards"; + Name = "Corsair RGB Keyboard"; CantEnableText = "Couldn't connect to your Corsair keyboard.\n" + "Please check your cables and/or drivers (could be outdated) and that Corsair Utility Engine is running.\n" + - "In CUE, make sure \"Enable SDK\" is checked under Settings > Program.\n\n" + + "In CUE, make sure \"Enable SDK\" is checked under Global Settings.\n\n" + "If needed, you can select a different keyboard in Artemis under settings."; } diff --git a/Artemis/Artemis/Properties/AssemblyInfo.cs b/Artemis/Artemis/Properties/AssemblyInfo.cs index b8b3bc15f..a8cbd9941 100644 --- a/Artemis/Artemis/Properties/AssemblyInfo.cs +++ b/Artemis/Artemis/Properties/AssemblyInfo.cs @@ -53,7 +53,7 @@ using System.Windows; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.0.1")] +[assembly: AssemblyFileVersion("1.6.0.1")] [assembly: InternalsVisibleTo("Artemis.Explorables")]