Skip to content

Commit

Permalink
Bump version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Nov 2, 2023
1 parent a4cfe00 commit d28b1b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 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>
28 changes: 17 additions & 11 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: 9
targetAbi: "10.8.3.0"
version: 10
targetAbi: "10.8.11.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Manage your books"
Expand All @@ -12,14 +12,20 @@ description: >
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Bookshelf.dll"
changelog: |2-
### Code or Repo Maintenance ###
- Add development setup for Visual Studio Code (#64) @MinecraftPlaye
- Use JsonSerializer.Deserialize overload that accepts a string (#65) @Bond-009
changelog: |-
- Add Unit tests for ComicInfo and ComicBookInfo formats (#70) @carif
### Dependency updates ###
- chore(deps): update dependency sharpcompress to v0.32.2 (#62) @renovate
- chore(deps): update dependency sharpcompress to v0.32.0 (#61) @renovate
### New features and improvements ###
- Add Comic Vine metadata provider (#81) @Pithaya
- Add Google Books external id (#80) @Pithaya
- Add unit tests for the Google Books providers (#78) @Pithaya
- Improve title handling of epub files (#75) @carif
### Bug Fixes ###
- Update EpubMetadataImageProvider.cs (#66) @wuyu8512
### CI & build changes ###
- fix: meta ci workflows (#58) @h1dden-da3m0n
### Documentation updates ###
- Fix typo and improve README formatting (#74) @carif
### Dependency updates ###
- Update xunit-dotnet monorepo to v2.5.3 (#82) @renovate

0 comments on commit d28b1b1

Please sign in to comment.