diff --git a/README.md b/README.md index 3c4d617..d038738 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ 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. This is caused by using an older format of .NET projects (you can see the newer format being used in [Sample.CMD](https://github.com/DubyaDude/WindowsMediaController/blob/master/Sample.CMD/Sample.CMD.csproj)). If you have this issue, add the package by adding this to the .csproj file. -
(replacing '2.5.3' with the preferred NuGet version) +
(replacing '2.5.4' with the preferred NuGet version) ```csproj - 2.5.3 + 2.5.4 ``` diff --git a/WindowsMediaController/WindowsMediaController.csproj b/WindowsMediaController/WindowsMediaController.csproj index dd99f6f..11da439 100644 --- a/WindowsMediaController/WindowsMediaController.csproj +++ b/WindowsMediaController/WindowsMediaController.csproj @@ -10,7 +10,7 @@ net8.0-windows10.0.17763.0;net8.0-windows10.0.18362.0;net8.0-windows10.0.19041.0;net8.0-windows10.0.22000.0;net8.0-windows10.0.22621.0 Dubya.WindowsMediaController - 2.5.3 + 2.5.4 DubyaDude MIT https://github.com/DubyaDude/WindowsMediaController