From a13bd751165c6e4603c921fb4b27f1f1636022cb Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:41:09 +0100 Subject: [PATCH 1/2] Reference Riverside.Win32 in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5423eb4a9..d1c36d642 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ To call Win32 APIs from the language of your choice based off of this metadata, * Dart - https://github.com/halildurmus/win32 (Community) * Python - https://github.com/ynkdir/py-win32more (Community) * Zig - https://github.com/marlersoft/zigwin32 (Community) +* .NET Standard - https://github.com/Lamparter/Win32 (Community) Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft. From 946b3ed75f04a0508e8a1f917489abbacc00b4f8 Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:41:48 +0100 Subject: [PATCH 2/2] Reference Riverside.Win32 in `docs/projections.md` --- docs/projections.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/projections.md b/docs/projections.md index a7aec15b4..e781f3d6b 100644 --- a/docs/projections.md +++ b/docs/projections.md @@ -24,6 +24,7 @@ To call Win32 APIs from the language of your choice based off of this metadata, * Dart - https://github.com/halildurmus/win32 (Community) * Python - https://github.com/ynkdir/py-win32more (Community) * Zig - https://github.com/marlersoft/zigwin32 (Community) +* .NET Standard - https://github.com/Lamparter/Win32 (Community) Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.