mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-22 21:39:44 +00:00
Prepare for release v9 (#66)
This commit is contained in:
parent
2877cc8dc2
commit
04375289b3
@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>8.0.0.0</Version>
|
||||
<AssemblyVersion>8.0.0.0</AssemblyVersion>
|
||||
<FileVersion>8.0.0.0</FileVersion>
|
||||
<Version>9.0.0.0</Version>
|
||||
<AssemblyVersion>9.0.0.0</AssemblyVersion>
|
||||
<FileVersion>9.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
18
build.yaml
18
build.yaml
@ -1,8 +1,8 @@
|
||||
name: "AniDB"
|
||||
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
|
||||
imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png
|
||||
version: 8
|
||||
targetAbi: "10.9.0.0"
|
||||
version: 9
|
||||
targetAbi: "10.9.4.0"
|
||||
framework: "net8.0"
|
||||
owner: "jellyfin"
|
||||
overview: "AniDB metadata provider"
|
||||
@ -13,13 +13,7 @@ category: "Metadata"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.AniDB.dll"
|
||||
changelog: |-
|
||||
- 10.9 (#64) @crobibero
|
||||
|
||||
### New features and improvements ###
|
||||
- Make series.xml cache age user configurable (#44) @Scholars-Mate
|
||||
|
||||
### Bug Fixes ###
|
||||
- Detect api errors and throw exception (#42) @nalsai
|
||||
|
||||
### Code or Repo Maintenance ###
|
||||
- Update link to Jellyfin website (#62) @methbkts
|
||||
- Map tag "18 restricted" to parental rating NC-17 (#48) @nalsai
|
||||
- Strip the year from the name for finding matches (#55) @nalsai
|
||||
- Add n-apostrophe replacement (#56) @nalsai
|
||||
- Add wo replacement (#57) @nalsai
|
||||
|
Loading…
Reference in New Issue
Block a user