Skip to content

Commit

Permalink
Prepare for release v4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent de02e89 commit cf74960
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 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>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
</PropertyGroup>
</Project>
11 changes: 10 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit cf74960

Please sign in to comment.