From 0aec0e2cece41c0e948cb02428c2a676777ddaba Mon Sep 17 00:00:00 2001 From: DubyaDude Date: Sun, 27 Aug 2023 12:03:04 -0400 Subject: [PATCH] Version bump --- README.md | 4 ++-- WindowsMediaController/WindowsMediaController.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce1b2e6..823af68 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. If you run across this issue, add the package by adding this to the .csproj file. -
(replacing '2.5.1' with the preferred NuGet version) +
(replacing '2.5.2' with the preferred NuGet version) ```csproj - 2.5.1 + 2.5.2 ``` diff --git a/WindowsMediaController/WindowsMediaController.csproj b/WindowsMediaController/WindowsMediaController.csproj index 57641b7..d1ee4dd 100644 --- a/WindowsMediaController/WindowsMediaController.csproj +++ b/WindowsMediaController/WindowsMediaController.csproj @@ -8,7 +8,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 Dubya.WindowsMediaController - 2.5.1 + 2.5.2 DubyaDude MIT https://github.com/DubyaDude/WindowsMediaController