Skip to content

Commit

Permalink
Update MpcNET to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Mar 29, 2024
1 parent 2ae67a9 commit cfe3fdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Stylophone.Common/Stylophone.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="CommunityToolkit.Common" Version="8.2.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
<PackageReference Include="MpcNET" Version="1.6.0" />
<PackageReference Include="MpcNET" Version="1.6.5" />
<PackageReference Include="SkiaSharp" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.88.5" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion Sources/Stylophone.iOS/Stylophone.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="VideoLAN.LibVLC.iOS" Version="3.3.18" />
<PackageReference Include="MpcNET" Version="1.6.0" />
<PackageReference Include="MpcNET" Version="1.6.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Stylophone.Common\Stylophone.Common.csproj">
Expand Down
2 changes: 1 addition & 1 deletion Sources/Stylophone/Stylophone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<PackageReference Include="CommunityToolkit.Uwp.Helpers" Version="8.0.230907" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.3" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" />
<PackageReference Include="MpcNET" Version="1.6.0" />
<PackageReference Include="MpcNET" Version="1.6.5" />
<PackageReference Include="SkiaSharp.Views" Version="2.88.5" />
<PackageReference Include="VideoLAN.LibVLC.UWP" Version="3.3.2" />
<PackageReference Include="WindowsStateTriggers">
Expand Down

0 comments on commit cfe3fdf

Please sign in to comment.