Skip to content

Commit

Permalink
Prepare for release v25 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent c61b674 commit 74b894c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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>24.0.0.0</Version>
<AssemblyVersion>24.0.0.0</AssemblyVersion>
<FileVersion>24.0.0.0</FileVersion>
<Version>25.0.0.0</Version>
<AssemblyVersion>25.0.0.0</AssemblyVersion>
<FileVersion>25.0.0.0</FileVersion>
</PropertyGroup>
</Project>
8 changes: 6 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Trakt"
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png"
version: 24
version: 25
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -13,4 +13,8 @@ description: >
category: "General"
artifacts:
- "Trakt.dll"
changelog: |2-
changelog: |-
- 10.9 (#233) @crobibero
### Dependency updates ###
- Update dependency StyleCop.Analyzers to v1.2.0-beta.556 (#214) @renovate

0 comments on commit 74b894c

Please sign in to comment.