Prepare for release v26 (#239)
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled

This commit is contained in:
jellyfin-bot 2024-10-26 14:09:45 -04:00 committed by GitHub
parent 045955da24
commit 09e2c73f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>25.0.0.0</Version> <Version>26.0.0.0</Version>
<AssemblyVersion>25.0.0.0</AssemblyVersion> <AssemblyVersion>26.0.0.0</AssemblyVersion>
<FileVersion>25.0.0.0</FileVersion> <FileVersion>26.0.0.0</FileVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -2,8 +2,8 @@
name: "Trakt" name: "Trakt"
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281" guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png"
version: 25 version: 26
targetAbi: "10.9.0.0" targetAbi: "10.10.0.0"
framework: "net8.0" framework: "net8.0"
owner: "jellyfin" owner: "jellyfin"
overview: "Record your watched media with Trakt" overview: "Record your watched media with Trakt"
@ -14,7 +14,7 @@ category: "General"
artifacts: artifacts:
- "Trakt.dll" - "Trakt.dll"
changelog: |- changelog: |-
- 10.9 (#233) @crobibero - 10.10 support (#238) @crobibero
### Dependency updates ### ### Dependency updates ###
- Update dependency StyleCop.Analyzers to v1.2.0-beta.556 (#214) @renovate - Update dependency Microsoft.Extensions.Http to v8 (#187) @renovate