Skip to content

Commit 502b09b

Browse files
committed
Bump version to 10
1 parent 47c1f5e commit 502b09b

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
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>9.0.0.0</Version>
4-
<AssemblyVersion>9.0.0.0</AssemblyVersion>
5-
<FileVersion>9.0.0.0</FileVersion>
3+
<Version>10.0.0.0</Version>
4+
<AssemblyVersion>10.0.0.0</AssemblyVersion>
5+
<FileVersion>10.0.0.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

Lines changed: 3 additions & 6 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: 9
5-
targetAbi: "10.9.4.0"
4+
version: 10
5+
targetAbi: "10.10.6.0"
66
framework: "net8.0"
77
owner: "jellyfin"
88
overview: "AniDB metadata provider"
@@ -13,7 +13,4 @@ category: "Metadata"
1313
artifacts:
1414
- "Jellyfin.Plugin.AniDB.dll"
1515
changelog: |-
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
16+
- Fallback on empty ParentIndexNumber (#75) @Shadowghost

0 commit comments

Comments
 (0)