Releases: new-black/eva-auditing
Releases · new-black/eva-auditing
Release list
0.4
Offline NF525 fiscal-archive auditing tool — modernized release.
Download: eva-auditing-0.4.zip — extract and run AuditingApp.exe (standalone, self-contained, no .NET install required).
What's new
- Migrated all projects to .NET 8
- WinForms
AuditingAppis now the only front-end (ConsoleApp removed) - Ships as a single-file, self-contained executable
- Fixed URL validation (duplicated/inverted http scheme check) and a sync-over-async deadlock risk in the form
- EVA source path is parameterized (
$(EvaRepoPath)); linked typings trimmed to the 12 actually required - New
build.ps1verifies the linked EVA typings and publishes the single-file exe - Bumped Newtonsoft.Json 13.0.3, Flurl.Http 3.2.4; resolved all build warnings
Built against EVA master (26bd2d9d29). Verify archives against the matching EVA version.
0.3
- Run - AuditingApp.exe
- Input Archive url
- Input PublicKey Url
- Click - Load
0.2
- Run - AuditingApp.exe
- Input Archive url
- Input PublicKey Url
- Click - Load
Initial release
0.1 add code