Skip to content

Commit

Permalink
Prepare for release v10 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent 3b2220f commit 04444d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 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>9.0.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
</Project>
16 changes: 13 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: "Kodi Sync Queue"
guid: "771e19d6-5385-4caf-b35c-28a0e865cf63"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png"
version: 9
targetAbi: "10.8.0.0"
version: 10
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Sync all media changes with Kodi clients"
Expand All @@ -12,4 +12,14 @@ category: "General"
artifacts:
- "Jellyfin.Plugin.KodiSyncQueue.dll"
- "LiteDB.dll"
changelog: |2-
changelog: |-
- 10.9 (#82) @crobibero
### New features and improvements ###
- Implement IDisposable (#75) @crobibero
### Documentation updates ###
- Fix openapi generation issues (#81) @crobibero
### Dependency updates ###
- chore(deps): update dependency litedb to v5.0.19 (#78) @renovate

0 comments on commit 04444d9

Please sign in to comment.