Prepare for release v4 (#22)

This commit is contained in:
jellyfin-bot 2024-08-05 09:38:47 -04:00 committed by GitHub
parent 3784c2ff14
commit c9e2417bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 17 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>3.0.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,8 +1,8 @@
---
name: "Session Cleaner"
guid: "EC9E2A74-1311-4A14-B302-158E3D95FD1D"
version: 3
targetAbi: "10.9.0.0"
version: 4
targetAbi: "10.9.9.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Removes old sessions (devices)."
@ -13,15 +13,4 @@ category: "General"
artifacts:
- "Jellyfin.Plugin.SessionCleaner.dll"
changelog: |-
- 10.9 (#19) @crobibero
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#17) @methbkts
- chore(deps): bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#11) @dependabot
### Dependency updates ###
- chore(deps): bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#11) @dependabot
- chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.435 (#14) @renovate
### CI & build changes ###
- fix: meta ci workflows (#12) @h1dden-da3m0n
- Fixes for Jellyfin 10.9.9 (#21) @crobibero