mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 05:39:45 +00:00
Prepare for release v16 (#75)
This commit is contained in:
parent
946a9e4144
commit
ef7bc31bc0
@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>15.0.0.0</Version>
|
||||
<AssemblyVersion>15.0.0.0</AssemblyVersion>
|
||||
<FileVersion>15.0.0.0</FileVersion>
|
||||
<Version>16.0.0.0</Version>
|
||||
<AssemblyVersion>16.0.0.0</AssemblyVersion>
|
||||
<FileVersion>16.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
11
build.yaml
11
build.yaml
@ -2,7 +2,7 @@
|
||||
name: "Reports"
|
||||
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png"
|
||||
version: 15
|
||||
version: 16
|
||||
targetAbi: "10.9.0.0"
|
||||
framework: "net8.0"
|
||||
owner: "jellyfin"
|
||||
@ -15,4 +15,11 @@ artifacts:
|
||||
- "DocumentFormat.OpenXml.dll"
|
||||
- "ExcelNumberFormat.dll"
|
||||
- "System.IO.Packaging.dll"
|
||||
changelog: |2-
|
||||
changelog: |-
|
||||
- 10.9 (#82) @crobibero
|
||||
|
||||
### New features and improvements ###
|
||||
- Add XLSX Excel As Export Option (#74) @mwildgoose
|
||||
|
||||
### Dependency updates ###
|
||||
- chore(deps): update dependency closedxml to v0.97.0 (#76) @renovate
|
||||
|
Loading…
Reference in New Issue
Block a user