Skip to content

Commit

Permalink
Bump version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed May 16, 2022
1 parent 5a013e3 commit 167fb09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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>6.0.0.0</Version>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
</PropertyGroup>
</Project>
10 changes: 7 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "AniList"
guid: "1bd22884-44be-40f3-ad95-fc4a7834ba2c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png"
version: "6"
targetAbi: "10.8.0.0"
version: 6
targetAbi: "10.7.7.0"
framework: "net6.0"
owner: "jellyfin"
overview: "AniList metadata provider"
Expand All @@ -14,4 +14,8 @@ artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |2-
### Code or Repo Maintenance ###
- 10.8 support (#18) @crobibero
- Use meta ci (#25) @crobibero
### CI & build changes ###
- fix: meta ci workflows (#29) @h1dden-da3m0n
- Use meta ci (#25) @crobibero

0 comments on commit 167fb09

Please sign in to comment.