Skip to content

Commit

Permalink
Merge pull request #56 from jwueller/renovate/jellyfin-packages
Browse files Browse the repository at this point in the history
Update Jellyfin packages to v10.9.1
  • Loading branch information
jwueller authored May 13, 2024
2 parents 5a65ba1 + fca7838 commit 4c07250
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 4c07250

Please sign in to comment.