File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
bindings/netstandard/ElectionGuard/ElectionGuard.Encryption Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set(META_PROJECT_EXPORT "ElectionGuard")
77set (META_PROJECT_TARGET "electionguard" )
88set (META_VERSION_MAJOR "0" )
99set (META_VERSION_MINOR "1" )
10- set (META_VERSION_PATCH "10 " )
10+ set (META_VERSION_PATCH "11 " )
1111set (META_VERSION "${META_VERSION_MAJOR} .${META_VERSION_MINOR} .${META_VERSION_PATCH} " )
1212
1313set (LIBRARY_PUBLIC_INCLUDE_DIR ${PROJECT_SOURCE_DIR} /include )
Original file line number Diff line number Diff line change 77 <!-- Project -->
88 <RootNamespace >ElectionGuard</RootNamespace >
99 <AssemblyName >ElectionGuard.Encryption</AssemblyName >
10- <Version >0.1.10 </Version >
11- <AssemblyVersion >0.1.10 .0</AssemblyVersion >
12- <AssemblyFileVersion >0.1.10 .0</AssemblyFileVersion >
10+ <Version >0.1.11 </Version >
11+ <AssemblyVersion >0.1.11 .0</AssemblyVersion >
12+ <AssemblyFileVersion >0.1.11 .0</AssemblyFileVersion >
1313 </PropertyGroup >
1414
1515 <PropertyGroup >
1919 <Title >ElectionGuard Encryption</Title >
2020 <Description >Open source implementation of ElectionGuard's ballot encryption.</Description >
2121 <Authors >Microsoft</Authors >
22- <PackageVersion >0.1.10 </PackageVersion >
22+ <PackageVersion >0.1.11 </PackageVersion >
2323 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2424 <PackageProjectUrl >https://github.com/microsoft/electionguard-cpp</PackageProjectUrl >
2525 <RepositoryUrl >https://github.com/microsoft/electionguard-cpp</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments