mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 05:39:45 +00:00
Bump version to 15 (#58)
This commit is contained in:
parent
99692ff0fc
commit
c31a767908
@ -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>
|
||||
|
15
build.yaml
15
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user