Skip to content

Releases: wokhan/Wokhan.Core

v0.9.8.1-beta

11 Jan 09:16
Compare
Choose a tag to compare

Minor update following a vulnerability in DynamicLinq, which has been updated to mitigate the risk.

v0.9.8-beta

02 Apr 20:05
Compare
Choose a tag to compare
v0.9.8-beta Pre-release
Pre-release

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

02 Apr 19:51
Compare
Choose a tag to compare
v0.9.7-beta Pre-release
Pre-release

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

02 Apr 14:00
Compare
Choose a tag to compare
v0.9.6-beta Pre-release
Pre-release

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

02 Mar 12:52
Compare
Choose a tag to compare
v0.9.5-beta Pre-release
Pre-release

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

28 Dec 15:12
Compare
Choose a tag to compare
v0.9.4-beta Pre-release
Pre-release

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

01 May 13:23
Compare
Choose a tag to compare
0.9.3 Beta Pre-release
Pre-release
v0.9.3-beta

Fixed a stupid typo in GitHub Actions workflow.