Skip to content

Commit

Permalink
Update Jellyfin packages to v10.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent 32b5b2e commit fca7838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.8.13" />
<PackageReference Include="Jellyfin.Model" Version="10.8.13" />
<PackageReference Include="Jellyfin.Controller" Version="10.9.1" />
<PackageReference Include="Jellyfin.Model" Version="10.9.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JWueller.Jellyfin.OnePace\JWueller.Jellyfin.OnePace.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions JWueller.Jellyfin.OnePace/JWueller.Jellyfin.OnePace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.8.13"/>
<PackageReference Include="Jellyfin.Model" Version="10.8.13"/>
<PackageReference Include="Jellyfin.Controller" Version="10.9.1"/>
<PackageReference Include="Jellyfin.Model" Version="10.9.1"/>
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).Tests"/>
Expand Down

0 comments on commit fca7838

Please sign in to comment.