Prepare for release v4 (#15)

This commit is contained in:
jellyfin-bot 2024-05-11 15:30:19 -04:00 committed by GitHub
parent de02e89875
commit cf74960598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 4 deletions

View File

@ -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>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
---
name: "IMVDb"
guid: "e29621a5-fa9e-4330-982e-ef6e54c0cad2"
version: "4"
version: 4
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
@ -13,4 +13,13 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.IMVDb.dll"
changelog: |-
- 10.9 (#21) @crobibero
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#20) @methbkts
### Dependency updates ###
- chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.435 (#16) @renovate
### CI & build changes ###
- fix: meta ci workflows (#14) @h1dden-da3m0n