From a4eec6451ffa7606803390a5b3f18fdda0d375c0 Mon Sep 17 00:00:00 2001 From: AddressXception Date: Fri, 25 Feb 2022 11:32:03 -0500 Subject: [PATCH] increment version update compiler version in release build use windows 2019 --- .github/workflows/release.yml | 4 ++-- CMakeLists.txt | 2 +- .../ElectionGuard.Encryption.csproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3c7be92..d596f7e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ env: jobs: windows_build: name: Windows Build - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout Code uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: name: MacOS Build runs-on: macos-latest env: - compiler_version: 12 + compiler_version: 12.5.1 steps: - name: Checkout Code uses: actions/checkout@v2 diff --git a/CMakeLists.txt b/CMakeLists.txt index c9d24f96..215663c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(META_PROJECT_EXPORT "ElectionGuard") set(META_PROJECT_TARGET "electionguard") set(META_VERSION_MAJOR "0") set(META_VERSION_MINOR "1") -set(META_VERSION_PATCH "5") +set(META_VERSION_PATCH "6") set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}") set(LIBRARY_PUBLIC_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include) diff --git a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj index f3958519..5c75a027 100644 --- a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj +++ b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj @@ -7,9 +7,9 @@ ElectionGuard.Encryption ElectionGuard.Encryption - 0.1.5 - 0.1.5.0 - 0.1.5.0 + 0.1.6 + 0.1.6.0 + 0.1.6.0 @@ -19,7 +19,7 @@ ElectionGuard Encryption Open source implementation of ElectionGuard's ballot encryption. Microsoft - 0.1.5 + 0.1.6 MIT https://github.com/microsoft/electionguard-cpp https://github.com/microsoft/electionguard-cpp