Skip to content

Commit a4eec64

Browse files
increment version
update compiler version in release build use windows 2019
1 parent 486ea2e commit a4eec64

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
windows_build:
1212
name: Windows Build
13-
runs-on: windows-latest
13+
runs-on: windows-2019
1414
steps:
1515
- name: Checkout Code
1616
uses: actions/checkout@v2
@@ -64,7 +64,7 @@ jobs:
6464
name: MacOS Build
6565
runs-on: macos-latest
6666
env:
67-
compiler_version: 12
67+
compiler_version: 12.5.1
6868
steps:
6969
- name: Checkout Code
7070
uses: actions/checkout@v2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(META_PROJECT_EXPORT "ElectionGuard")
77
set(META_PROJECT_TARGET "electionguard")
88
set(META_VERSION_MAJOR "0")
99
set(META_VERSION_MINOR "1")
10-
set(META_VERSION_PATCH "5")
10+
set(META_VERSION_PATCH "6")
1111
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
1212

1313
set(LIBRARY_PUBLIC_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)

bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<!-- Project -->
88
<RootNamespace>ElectionGuard.Encryption</RootNamespace>
99
<AssemblyName>ElectionGuard.Encryption</AssemblyName>
10-
<Version>0.1.5</Version>
11-
<AssemblyVersion>0.1.5.0</AssemblyVersion>
12-
<AssemblyFileVersion>0.1.5.0</AssemblyFileVersion>
10+
<Version>0.1.6</Version>
11+
<AssemblyVersion>0.1.6.0</AssemblyVersion>
12+
<AssemblyFileVersion>0.1.6.0</AssemblyFileVersion>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
@@ -19,7 +19,7 @@
1919
<Title>ElectionGuard Encryption</Title>
2020
<Description>Open source implementation of ElectionGuard's ballot encryption.</Description>
2121
<Authors>Microsoft</Authors>
22-
<PackageVersion>0.1.5</PackageVersion>
22+
<PackageVersion>0.1.6</PackageVersion>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2424
<PackageProjectUrl>https://github.com/microsoft/electionguard-cpp</PackageProjectUrl>
2525
<RepositoryUrl>https://github.com/microsoft/electionguard-cpp</RepositoryUrl>

0 commit comments

Comments
 (0)