Skip to content

Commit 0437528

Browse files
authored
Prepare for release v9 (#66)
1 parent 2877cc8 commit 0437528

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>8.0.0.0</Version>
4-
<AssemblyVersion>8.0.0.0</AssemblyVersion>
5-
<FileVersion>8.0.0.0</FileVersion>
3+
<Version>9.0.0.0</Version>
4+
<AssemblyVersion>9.0.0.0</AssemblyVersion>
5+
<FileVersion>9.0.0.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "AniDB"
22
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
33
imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png
4-
version: 8
5-
targetAbi: "10.9.0.0"
4+
version: 9
5+
targetAbi: "10.9.4.0"
66
framework: "net8.0"
77
owner: "jellyfin"
88
overview: "AniDB metadata provider"
@@ -13,13 +13,7 @@ category: "Metadata"
1313
artifacts:
1414
- "Jellyfin.Plugin.AniDB.dll"
1515
changelog: |-
16-
- 10.9 (#64) @crobibero
17-
18-
### New features and improvements ###
19-
- Make series.xml cache age user configurable (#44) @Scholars-Mate
20-
21-
### Bug Fixes ###
22-
- Detect api errors and throw exception (#42) @nalsai
23-
24-
### Code or Repo Maintenance ###
25-
- Update link to Jellyfin website (#62) @methbkts
16+
- Map tag "18 restricted" to parental rating NC-17 (#48) @nalsai
17+
- Strip the year from the name for finding matches (#55) @nalsai
18+
- Add n-apostrophe replacement (#56) @nalsai
19+
- Add wo replacement (#57) @nalsai

0 commit comments

Comments
 (0)