From 858c9a11e3bab623f1fef59d36dd953b95950ee4 Mon Sep 17 00:00:00 2001 From: Usman Shafiq Date: Thu, 24 Nov 2022 11:46:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9050a42..6646c13 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This allows for a better understanding and control of the Media Sessions and can - In situations such as being run through Windows Task Scheduler, the application will need an active window to start with, you can hide it afterward. ### NET Framework: For .NET Framework, I've seen people encountering issues with how the package gets imported. If you run across this issue, add the package by adding this to the .csproj file. -
(replacing '2.1.0' with the preferred NuGet version) +
(replacing '2.3.0' with the preferred NuGet version) ```csproj