Prepare for release v5 (#27)

This commit is contained in:
jellyfin-bot 2024-05-11 15:31:22 -04:00 committed by GitHub
parent e30f9567ca
commit f604c1d9a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.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

@ -2,7 +2,7 @@
name: "Kitsu"
guid: "88d809e2-056b-47f4-9911-073949b9963f"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kitsu.png"
version: 4
version: 5
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "Kitsu metadata provider"
@ -13,4 +13,8 @@ category: "Metadata"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Kitsu.dll"
changelog: |2-
changelog: |-
- 10.9 (#29) @crobibero
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#26) @methbkts