Update README.md

This commit is contained in:
Martí Climent
2024-03-25 15:57:54 +01:00
committed by GitHub
parent 8e9748833b
commit 9571a9a065
+1 -1
View File
@@ -3,7 +3,7 @@ Minimal example on how to use WinGet COM APIs from C#.NET.
The code on the project named `WindowsPackageManager Interop` was extracted and modified from [Dev Home](https://github.com/microsoft/devhome/).
Usage instructions:
## Usage instructions:
1. Add the `WindowsPackageManager Interop.csproj` to your solution
2. Import the `WindowsPackageManager.Interop` Namespace.
3. Create a WinGet Package Manager Factory using the `WindowsPackageManagerStandardFactory` class.