Skip to content

Commit db2c201

Browse files
authored
Bump version to 15 (#113)
1 parent 05ebb42 commit db2c201

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>14.0.0.0</Version>
4-
<AssemblyVersion>14.0.0.0</AssemblyVersion>
5-
<FileVersion>14.0.0.0</FileVersion>
3+
<Version>15.0.0.0</Version>
4+
<AssemblyVersion>15.0.0.0</AssemblyVersion>
5+
<FileVersion>15.0.0.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Kodi Sync Queue"
33
guid: "771e19d6-5385-4caf-b35c-28a0e865cf63"
44
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png"
5-
version: 14
5+
version: 15
66
targetAbi: "10.11.0.0"
77
framework: "net9.0"
88
owner: "jellyfin"
@@ -12,6 +12,5 @@ category: "General"
1212
artifacts:
1313
- "Jellyfin.Plugin.KodiSyncQueue.dll"
1414
- "LiteDB.dll"
15-
changelog: |2-
16-
### Bug Fixes ###
17-
- Implement a database upgrade system, properly migrate ItemId to Guid (#107) @Insprill
15+
changelog: |-
16+
- Jellyfin 10.11 support (#111) @crobibero

0 commit comments

Comments
 (0)