Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DubyaDude committed Aug 27, 2023
1 parent fc81423 commit 0aec0e2
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. If you run across this issue, add the package by adding this to the .csproj file.
<br> (replacing '2.5.1' with the preferred NuGet version)
<br> (replacing '2.5.2' with the preferred NuGet version)
```csproj
<ItemGroup>
<PackageReference Include="Dubya.WindowsMediaController">
<Version>2.5.1</Version>
<Version>2.5.2</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 @@ -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
</TargetFrameworks>
<PackageId>Dubya.WindowsMediaController</PackageId>
<Version>2.5.1</Version>
<Version>2.5.2</Version>
<Authors>DubyaDude</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/DubyaDude/WindowsMediaController</PackageProjectUrl>
Expand Down

0 comments on commit 0aec0e2

Please sign in to comment.