From 5f2bd3685c809422fa70b3bbea35e26c46e9681c Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Carle <29762210+jscarle@users.noreply.github.com> Date: Fri, 16 Dec 2022 17:33:59 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b0371..f55ae0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # HyperV.NET - Simple Hyper-V Virtual Machine Management The primary design goal of the HyperV.NET library is to abstract Hyper-V's WMI provider and present a simplified and strongly typed .NET implementation for managing Hyper-V Virtual Machines. Much of the underlying mechanics have therefore purposefully been abstracted behind private or internal modifiers. -[![MSBuild](https://github.com/jscarle/HyperV.NET/actions/workflows/msbuild.yml/badge.svg)](https://github.com/jscarle/HyperV.NET/actions/workflows/msbuild.yml) +[![nuget](https://img.shields.io/nuget/v/HyperV.NET)](https://www.nuget.org/packages/HyperV.NET/) +[![master](https://github.com/jscarle/HyperV.NET/actions/workflows/master.yml/badge.svg)](https://github.com/jscarle/HyperV.NET/actions/workflows/master.yml) +[![develop](https://github.com/jscarle/HyperV.NET/actions/workflows/develop.yml/badge.svg)](https://github.com/jscarle/HyperV.NET/actions/workflows/develop.yml) ## References This library targets .NET Framework 4.5 and 5.0 and references the System and System.Management namespaces only.