Skip to content

Releases: JeremyKuhne/madowaku

v0.2.0-alpha.1

v0.2.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@JeremyKuhne JeremyKuhne released this 08 Jun 20:03
0274673

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) alongside net472.

Changed

  • Touki 0.3.0-alpha.1, CsWin32 0.3.275.
  • net472 IComIID polyfill aligned with the uniform ref readonly Guid shape from CsWin32 #1705; IID.Get<T>() now returns Guid*.
  • Unified Stdcall function-pointer calls across all TFMs.

Fixed

  • VARIANT.ToObject InvalidCastException on multi-dimensional VT_ARRAY.
  • VARIANT.ToObject for VT_ARRAY | VT_DECIMAL and 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.1

Full changelog: v0.1.0-alpha.2...v0.2.0-alpha.1

Alpha 3

Alpha 3 Pre-release
Pre-release

Choose a tag to compare

@JeremyKuhne JeremyKuhne released this 25 Sep 20:24
6a36e45

What's Changed

Full Changelog: v0.1.0-alpha.2...v.0.1.0-alpha.3

v0.1.0-alpha.2

v0.1.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@JeremyKuhne JeremyKuhne released this 27 Aug 21:36

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Initial alpha release

Initial alpha release Pre-release
Pre-release

Choose a tag to compare

@JeremyKuhne JeremyKuhne released this 07 Jul 03:58
Update Touki and other packages

Update to latest Touki and add SourceLink package. Update README and other minor tweaks. Also add publish yml.