From d93d35e96defa112bdb1cc707c72791309035798 Mon Sep 17 00:00:00 2001 From: Michal Paukert Date: Tue, 28 Mar 2023 13:20:56 +0200 Subject: [PATCH] build in release mode --- .github/workflows/publish.yml | 2 +- .../SystemWrappers.Core.Registry.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d4e8ef..e72d057 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: PROJECT_FILE_PATH: SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj # Configuration to build and package - # BUILD_CONFIGURATION: Release + BUILD_CONFIGURATION: Release # Platform target to compile (default is empty/AnyCPU) # BUILD_PLATFORM: x64 diff --git a/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj b/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj index 45fddd5..a21db4e 100644 --- a/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj +++ b/SystemWrappers.Core.Registry/SystemWrappers.Core.Registry.csproj @@ -2,7 +2,7 @@ netstandard2.1 - 1.0.0.2 + 1.0.0.3 1.0.0.0 1.0.0.0 enable