Skip to content

Commit

Permalink
Bump version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Oct 31, 2023
1 parent 9c0b484 commit 768e070
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -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>
18 changes: 4 additions & 14 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: "Kitsu"
guid: "88d809e2-056b-47f4-9911-073949b9963f"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kitsu.png"
version: 4
targetAbi: "10.8.0.0"
version: 5
targetAbi: "10.8.11.0"
framework: "net6.0"
overview: "Kitsu metadata provider"
description: >
Expand All @@ -13,15 +13,5 @@ category: "Metadata"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Kitsu.dll"
changelog: |2-
### New features and improvements ###
- Added Series/Episode Image Providers (#22) @pikami
- Get episode metadata from seriesId+episodeNumber instead of provider episode id (#21) @pikami
- Add support for identifying using kitsu id (#23) @pikami
### Bug Fixes ###
- Round community rating to single decimal place (#18) @pikami
### CI & build changes ###
- fix: meta ci workflows (#17) @h1dden-da3m0n
- Use meta ci (#14) @crobibero
changelog: |-
- Update README.md (#26) @methbkts

0 comments on commit 768e070

Please sign in to comment.