From 961cb0b276f38e6500f2866ab08e473e93ad67ef Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 5 Mar 2018 18:21:33 -0600 Subject: [PATCH] Enable unsafe block setting for other builds --- DS4Windows/DS4Windows.csproj | 3 +++ DS4Windows/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DS4Windows/DS4Windows.csproj b/DS4Windows/DS4Windows.csproj index 37ee192..a6353ce 100644 --- a/DS4Windows/DS4Windows.csproj +++ b/DS4Windows/DS4Windows.csproj @@ -79,6 +79,7 @@ x64 prompt MinimumRecommendedRules.ruleset + true bin\x64\Release\ @@ -103,6 +104,7 @@ prompt MinimumRecommendedRules.ruleset true + true bin\x86\Release\ @@ -115,6 +117,7 @@ true 6 On + true diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index 83fc690..1e8f222 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ 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.4.112")] -[assembly: AssemblyFileVersion("1.4.112")] +[assembly: AssemblyVersion("1.4.113")] +[assembly: AssemblyFileVersion("1.4.113")] [assembly: NeutralResourcesLanguage("en")]