Releases: JeremyKuhne/madowaku
Releases · JeremyKuhne/madowaku
Release list
v0.2.0-alpha.1
Changes
First release on .NET 10, with COM/VARIANT fixes and the net472 IComIID polyfill aligned to CsWin32 #1705.
Added
- .NET 10 targets (
net10.0,net10.0-windows10.0.22000.0) alongsidenet472.
Changed
- Touki
0.3.0-alpha.1, CsWin320.3.275. - net472
IComIIDpolyfill aligned with the uniformref readonly Guidshape from CsWin32 #1705;IID.Get<T>()now returnsGuid*. - Unified
Stdcallfunction-pointer calls across all TFMs.
Fixed
VARIANT.ToObjectInvalidCastExceptionon multi-dimensionalVT_ARRAY.VARIANT.ToObjectforVT_ARRAY | VT_DECIMALand non-zero array lower bounds.
Compatibility
- Targets:
net10.0-windows10.0.22000.0,net10.0,net472. - AssemblyVersion:
0.0.0.0->0.0.0.0(unchanged - Major stays 0).
Install
dotnet add package KlutzyNinja.Madowaku --version 0.2.0-alpha.1Full changelog: v0.1.0-alpha.2...v0.2.0-alpha.1
Alpha 3
What's Changed
- Move to .NET 10 by @JeremyKuhne in #2
Full Changelog: v0.1.0-alpha.2...v.0.1.0-alpha.3
v0.1.0-alpha.2
What's Changed
- Update packages by @JeremyKuhne in #1
New Contributors
- @JeremyKuhne made their first contribution in #1
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
Initial alpha release
Update Touki and other packages Update to latest Touki and add SourceLink package. Update README and other minor tweaks. Also add publish yml.