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")]