Skip to content

Commit f315366

Browse files
Feature/c sharp interface (#200)
* 🚧 Adjust to Single Project Shift project towards new csproj for C# project and away from Shared Setup. Remove the shared project setup and start with .net standard 2.0 and .net framework 4.8 with the goal of adding more pieces including .net core. Fix tests * 🙈 Ignore Test with Memory Address Issues * ✨ Create Release Workflow * ✨ Add links to README * ♻️ Update Make * 🚀 Add so, dylib, and dll to Release * respect configuration when loading binaries * use truncated manifest replace the hardcoded manifest with one that is not affected by #176 * update readme and build tasks * Remove msys package target * try run netstandard tests * only run netstandard tests on macos for now * add chaum pedersen to C interface * Add C# chaum pedersen proofs * update version numbers * rename x86 file Co-authored-by: Keith Fung <keith.robert.fung@gmail.com> Co-authored-by: Keith Fung <keith.fung@infernored.com>
1 parent 8765428 commit f315366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
run: |
116116
dotnet build -c Release
117117
dotnet pack -c Release --version-suffix "v${{ steps.sha.outputs.sha_short }}"
118+
rename build/libs/msvc/Win32/src/Release/electionguard.dll electionguard_x86.dll
118119
- name: Get Release Version
119120
id: get_version
120121
uses: greenygh0st/net-proj-release-version@v2

0 commit comments

Comments
 (0)