Skip to content

Commit

Permalink
Merge pull request #6 from joshuaboniface/jellyfin-bump
Browse files Browse the repository at this point in the history
Bump version and Jellyfin version
  • Loading branch information
joshuaboniface authored Apr 20, 2019
2 parents b3ec809 + 6567874 commit d140199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jellyfin.Plugin.Reports/Jellyfin.Plugin.Reports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.2.0.1"/>
<PackageReference Include="Jellyfin.Controller" Version="10.*"/>
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d140199

Please sign in to comment.