From aeff22cc8b5eaace00528556f4426e84aaba6a2f Mon Sep 17 00:00:00 2001 From: Tyler Szabo Date: Sun, 11 Feb 2018 16:33:41 -0800 Subject: [PATCH 1/3] Treat all warnings as errors in build --- GLedApiDotNet/GLedApiDotNet.csproj | 2 ++ GLedApiDotNetTests/GLedApiDotNetTests.csproj | 2 ++ RGBFusionTool/RGBFusionTool.csproj | 2 ++ RGBFusionToolTests/RGBFusionToolTests.csproj | 2 ++ 4 files changed, 8 insertions(+) diff --git a/GLedApiDotNet/GLedApiDotNet.csproj b/GLedApiDotNet/GLedApiDotNet.csproj index 049c8b1..00bf1c6 100644 --- a/GLedApiDotNet/GLedApiDotNet.csproj +++ b/GLedApiDotNet/GLedApiDotNet.csproj @@ -30,6 +30,7 @@ You should have received a copy of the GNU General Public License along with thi DEBUG;TRACE prompt 4 + true pdbonly @@ -38,6 +39,7 @@ You should have received a copy of the GNU General Public License along with thi TRACE prompt 4 + true diff --git a/GLedApiDotNetTests/GLedApiDotNetTests.csproj b/GLedApiDotNetTests/GLedApiDotNetTests.csproj index 48ef5d5..6470fb5 100644 --- a/GLedApiDotNetTests/GLedApiDotNetTests.csproj +++ b/GLedApiDotNetTests/GLedApiDotNetTests.csproj @@ -28,6 +28,7 @@ DEBUG;TRACE prompt 4 + true pdbonly @@ -36,6 +37,7 @@ TRACE prompt 4 + true diff --git a/RGBFusionTool/RGBFusionTool.csproj b/RGBFusionTool/RGBFusionTool.csproj index 04fc90c..a0863b8 100644 --- a/RGBFusionTool/RGBFusionTool.csproj +++ b/RGBFusionTool/RGBFusionTool.csproj @@ -45,6 +45,7 @@ You should have received a copy of the GNU General Public License along with thi DEBUG;TRACE prompt 4 + true AnyCPU @@ -54,6 +55,7 @@ You should have received a copy of the GNU General Public License along with thi TRACE prompt 4 + true diff --git a/RGBFusionToolTests/RGBFusionToolTests.csproj b/RGBFusionToolTests/RGBFusionToolTests.csproj index ea62cd3..6bb068b 100644 --- a/RGBFusionToolTests/RGBFusionToolTests.csproj +++ b/RGBFusionToolTests/RGBFusionToolTests.csproj @@ -28,6 +28,7 @@ DEBUG;TRACE prompt 4 + true pdbonly @@ -36,6 +37,7 @@ TRACE prompt 4 + true From 9a8836fb7f9606e40717320016e671c12352a5d6 Mon Sep 17 00:00:00 2001 From: Tyler Szabo Date: Sun, 11 Feb 2018 16:34:33 -0800 Subject: [PATCH 2/3] Exclude debug information from Release builds --- GLedApiDotNet/GLedApiDotNet.csproj | 6 ++++-- RGBFusionTool/RGBFusionTool.csproj | 9 +++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/GLedApiDotNet/GLedApiDotNet.csproj b/GLedApiDotNet/GLedApiDotNet.csproj index 00bf1c6..0cc8fd8 100644 --- a/GLedApiDotNet/GLedApiDotNet.csproj +++ b/GLedApiDotNet/GLedApiDotNet.csproj @@ -33,13 +33,15 @@ You should have received a copy of the GNU General Public License along with thi true - pdbonly + none true bin\Release\ - TRACE + + prompt 4 true + false diff --git a/RGBFusionTool/RGBFusionTool.csproj b/RGBFusionTool/RGBFusionTool.csproj index a0863b8..d51dbe4 100644 --- a/RGBFusionTool/RGBFusionTool.csproj +++ b/RGBFusionTool/RGBFusionTool.csproj @@ -49,14 +49,19 @@ You should have received a copy of the GNU General Public License along with thi AnyCPU - pdbonly + none true bin\Release\ - TRACE + + prompt 4 + false true + + true + ..\packages\Mono.Options.5.3.0.1\lib\net4-client\Mono.Options.dll From 84513938c9344c5f71530971931be8274b4ae12b Mon Sep 17 00:00:00 2001 From: Tyler Szabo Date: Sun, 11 Feb 2018 16:49:23 -0800 Subject: [PATCH 3/3] Increase version to 0.9.0.2 --- RGBFusionTool/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RGBFusionTool/Properties/AssemblyInfo.cs b/RGBFusionTool/Properties/AssemblyInfo.cs index 15b8c1b..cd40adc 100644 --- a/RGBFusionTool/Properties/AssemblyInfo.cs +++ b/RGBFusionTool/Properties/AssemblyInfo.cs @@ -40,5 +40,5 @@ // 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("0.9.0.1")] -[assembly: AssemblyFileVersion("0.9.0.1")] +[assembly: AssemblyVersion("0.9.0.2")] +[assembly: AssemblyFileVersion("0.9.0.2")]