Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Dec 16, 2022
1 parent 76d3f43 commit 5f2bd36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5f2bd36

Please sign in to comment.