From 58dde213e0bd2dc7129160a19cbf724ed154bd38 Mon Sep 17 00:00:00 2001 From: Jeremy Kuhne Date: Thu, 28 Sep 2023 13:44:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2a5b83..9d4dbfe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # thirtytwo +[![Build](https://github.com/JeremyKuhne/thirtytwo/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JeremyKuhne/thirtytwo/actions/workflows/dotnet.yml) + An experiment wrapping Win32 into an object model, leveraging CsWin32 as the base interop layer. Builds on what I did with WInterop, but focuses on the top level abstractions. Further details to come.