Skip to content

Commit

Permalink
Bump version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Mar 25, 2024
1 parent ba0bc5f commit 0807993
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
<Version>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
</PropertyGroup>
</Project>
12 changes: 7 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "TVmaze"
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
version: "11"
targetAbi: "10.8.0.0"
version: 11
targetAbi: "10.8.13.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Get TV metadata from TVmaze"
Expand All @@ -18,7 +18,9 @@ artifacts:
- "Polly.dll"
changelog: |2-
### Code or Repo Maintenance ###
- Fix build (#36) @crobibero
- Update link to Jellyfin website (#49) @methbkts
- Use meta ci (#42) @crobibero
### Dependency updates ###
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#33) @dependabot
### CI & build changes ###
- fix: meta ci workflows (#44) @h1dden-da3m0n
- Use meta ci (#42) @crobibero

0 comments on commit 0807993

Please sign in to comment.