Bump version to 15 (#58)

This commit is contained in:
jellyfin-bot 2022-07-16 08:46:52 -04:00 committed by GitHub
parent 99692ff0fc
commit c31a767908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
<Version>15.0.0.0</Version>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<FileVersion>15.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -2,8 +2,8 @@
name: "Reports"
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png"
version: "15"
targetAbi: "10.8.0.0"
version: 15
targetAbi: "10.8.1.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Generate reports of your media library"
@ -12,5 +12,14 @@ category: "General"
artifacts:
- "Jellyfin.Plugin.Reports.dll"
changelog: |2-
### Bug Fixes ###
- Fix CSV Export Format (#73) @mwildgoose
### Code or Repo Maintenance ###
- Use BaseItemKind (#52) @crobibero
- Use meta ci (#66) @crobibero
- Performance improvements (#59) @Bond-009
- Style fixes, enable analysis and nullable (#57) @Bond-009
### CI & build changes ###
- fix: meta ci workflows (#68) @h1dden-da3m0n
- Use meta ci (#66) @crobibero