Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DubyaDude committed Mar 12, 2024
1 parent 17b5ca8 commit f5a6366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br> (replacing '2.5.3' with the preferred NuGet version)
<br> (replacing '2.5.4' with the preferred NuGet version)
```csproj
<ItemGroup>
<PackageReference Include="Dubya.WindowsMediaController">
<Version>2.5.3</Version>
<Version>2.5.4</Version>
</PackageReference>
</ItemGroup>
```
Expand Down
2 changes: 1 addition & 1 deletion WindowsMediaController/WindowsMediaController.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
</TargetFrameworks>
<PackageId>Dubya.WindowsMediaController</PackageId>
<Version>2.5.3</Version>
<Version>2.5.4</Version>
<Authors>DubyaDude</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/DubyaDude/WindowsMediaController</PackageProjectUrl>
Expand Down

0 comments on commit f5a6366

Please sign in to comment.