mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 05:39:45 +00:00
Bump version and Jellyfin version
This commit is contained in:
parent
b3ec80998a
commit
6567874275
@ -2,8 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<AssemblyVersion>1.0.1</AssemblyVersion>
|
||||
<FileVersion>1.0.1</FileVersion>
|
||||
<AssemblyVersion>2.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0</FileVersion>
|
||||
<RootNamespace>Jellyfin.Plugin.Reports</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.2.0.1"/>
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.*"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -1,7 +1,9 @@
|
||||
---
|
||||
name: "jellyfin-plugin-reports"
|
||||
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
|
||||
version: "1.0.1"
|
||||
version: "2" # Please increment with each pull request
|
||||
jellyfin_version: "10.3.0" # The earliest binary-compatible version
|
||||
owner: "jellyfin"
|
||||
nicename: "Reports"
|
||||
description: "Generate reports of your media library"
|
||||
overview: "Generate reports of your media library"
|
||||
|
Loading…
Reference in New Issue
Block a user