Skip to content

1.4.2

Compare
Choose a tag to compare
@GregDomzalski GregDomzalski released this 27 Sep 20:14
· 1133 commits to develop since this release
e0ecb19

Release date: September 27th, 2022

Bug fixes:

  • The UWP .NET Native toolchain has slightly different rules around P/Invoke name resolution than normal .NET,
    which caused UWP projects to crash when enumerating YubiKeys. Additional annotation has been added to some of
    the Windows API P/Invoke definitions to help the native compiler resolve the APIs and prevent these crashes.