Releases: wokhan/Wokhan.Core
v0.9.8.1-beta
Minor update following a vulnerability in DynamicLinq, which has been updated to mitigate the risk.
v0.9.8-beta
Three releases in a row! For the same improvement (and then bug fix) 😞
Shame on me.
Full Changelog: v0.9.7-beta...v0.9.8-beta
v0.9.7-beta
Fix for the previous release of GetOrSetValueAsync (which wasn't working for inherited private backing fields).
Added a new UnitFormatter.FormatValue method.
Full Changelog: v0.9.6-beta...v0.9.7-beta
v0.9.6-beta
Important update: GetOrSetValueAsync (see previous release) wasn't stable. Reverting to a Reflection-based approach.
Full Changelog: v0.9.5-beta...v0.9.6-beta
v0.9.5-beta
Adding GetOrSetValueAsync from my WFN project (now using another logic through a direct field update).
Enabling nullables and replaced all null checks by is / is not null.
Refactored a bit and switched LangVersion to 10.0.
Updated details for the Nuget package.
Full Changelog: v0.9.4-beta...v0.9.5-beta
v0.9.4-beta
Upgraded to .NET 6 and updated all dependencies along the upgrade.
Full Changelog: v0.9.3-beta...v0.9.4-beta
0.9.3 Beta
v0.9.3-beta Fixed a stupid typo in GitHub Actions workflow.