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 May 30, 2023
1 parent 18e4e05 commit 93f18f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 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>
18 changes: 8 additions & 10 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.10.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Manage your books"
Expand All @@ -13,13 +13,11 @@ 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
### New features and improvements ###
- Improve title handling of epub files (#75) @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
### 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

0 comments on commit 93f18f3

Please sign in to comment.