Commit 61a36b7
🐛. Fix electionguard duplicate dll upload. (#201)
* 🚧 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
* do not upload 32 bit
* remove try
Co-authored-by: Keith Fung <keith.robert.fung@gmail.com>
Co-authored-by: Keith Fung <keith.fung@infernored.com>1 parent f315366 commit 61a36b7
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
| 127 | + | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | | - | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
| |||
0 commit comments