Prepare for release v5 (#14)

This commit is contained in:
jellyfin-bot 2024-05-11 15:32:44 -04:00 committed by GitHub
parent 1b4e432141
commit 6bf7167575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
<Version>5.0.0.0</Version>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
name: "AniSearch"
guid: "776d9158-b91f-49d9-82c5-dacce63d63b8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anisearch.png"
version: "5"
version: 5
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
@ -12,4 +12,16 @@ description: >
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniSearch.dll"
changelog: |2-
changelog: |-
- 10.9 (#22) @crobibero
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#21) @methbkts
- Use meta ci (#13) @crobibero
### Dependency updates ###
- chore(deps): update dependency microsoft.extensions.http to v6 (#17) @renovate
### CI & build changes ###
- fix: meta ci workflows (#16) @h1dden-da3m0n
- Use meta ci (#13) @crobibero