mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-23 05:49:41 +00:00
Bump version to 7 (#33)
This commit is contained in:
parent
57802584f4
commit
170134f235
@ -1,7 +1,7 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>0.0.0.0</Version>
|
<Version>7.0.0.0</Version>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>0.0.0.0</FileVersion>
|
<FileVersion>7.0.0.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
25
build.yaml
25
build.yaml
@ -1,8 +1,8 @@
|
|||||||
name: "AniDB"
|
name: "AniDB"
|
||||||
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
|
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
|
||||||
imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png
|
imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png
|
||||||
version: "7"
|
version: 7
|
||||||
targetAbi: "10.8.0.0"
|
targetAbi: "10.8.1.0"
|
||||||
framework: "net6.0"
|
framework: "net6.0"
|
||||||
owner: "jellyfin"
|
owner: "jellyfin"
|
||||||
overview: "AniDB metadata provider"
|
overview: "AniDB metadata provider"
|
||||||
@ -12,23 +12,14 @@ description: >
|
|||||||
category: "Metadata"
|
category: "Metadata"
|
||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.AniDB.dll"
|
- "Jellyfin.Plugin.AniDB.dll"
|
||||||
changelog: |-
|
changelog: |2-
|
||||||
- Fix episode metadata & improve series metadata (#29) @Nalsai
|
|
||||||
|
|
||||||
### New features and improvements ###
|
### New features and improvements ###
|
||||||
- Add original title metadata (#26) @Nalsai
|
- Add AniDbExternalEpisodeId (#32) @Nalsai
|
||||||
|
- Add support for "Mahoutsukai" and fix "Gekijyouban" (#31) @Nalsai
|
||||||
|
|
||||||
### Bug Fixes ###
|
### Bug Fixes ###
|
||||||
- Use proper normalization form (#19) @crobibero
|
- Fix automatically detecting Movies (#38) @Nalsai
|
||||||
- Improve AniDB ID searching and matching (#27) @Nalsai
|
- Add support for "Mahoutsukai" and fix "Gekijyouban" (#31) @Nalsai
|
||||||
|
|
||||||
### Code or Repo Maintenance ###
|
|
||||||
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#15) @dependabot
|
|
||||||
- Improve AniDB ID searching and matching (#27) @Nalsai
|
|
||||||
- Use meta ci (#30) @crobibero
|
|
||||||
|
|
||||||
### Dependency updates ###
|
|
||||||
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#15) @dependabot
|
|
||||||
|
|
||||||
### CI & build changes ###
|
### CI & build changes ###
|
||||||
- Use meta ci (#30) @crobibero
|
- fix: meta ci workflows (#35) @h1dden-da3m0n
|
||||||
|
Loading…
Reference in New Issue
Block a user