Releases: rluetken-dev/emvs-simulation-lab
Releases · rluetken-dev/emvs-simulation-lab
Release list
v1.0.0 - Initial EMVS Simulation Lab Release
Features
- Add WPF desktop simulation for selected EMVS-style pharmaceutical verification workflows
- Add product master data, product pack data, pack verification, pack state update, and database overview workflows
- Add JSON persistence as the default local mode
- Add optional Oracle persistence with schema initialization
- Add simulation history for operation tracing
- Add SOAP/XML sample documentation for learning-oriented request and response mapping
- Add screenshots and architecture/function documentation
Quality
- Add xUnit test project for core service and repository behavior
- Add GitHub Actions CI for restore, build, and test on Windows
- Add repository documentation, commit guidelines, and release-ready README
Validation
dotnet build .\EmvsSimulationLab.slnx -c Releasedotnet test .\EmvsSimulationLab.slnx -c Release- GitHub Actions CI passed