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 Oct 31, 2023
1 parent fd48458 commit d3cbf68
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 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>
21 changes: 17 additions & 4 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.8.11.0"
framework: "net6.0"
owner: "jellyfin"
overview: "AniList metadata provider"
Expand All @@ -12,6 +12,19 @@ description: >
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |2-
changelog: |-
- Update link to Jellyfin website (#44) @methbkts
### New features and improvements ###
- Change banner to backdrop (#37) @nielsvanvelzen
### Code or Repo Maintenance ###
- 10.8 support (#18) @crobibero
- Use meta ci (#25) @crobibero
### Dependency updates ###
- chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.0 (#30) @renovate
- chore(deps): update dependency microsoft.extensions.http to v6 (#31) @renovate
### CI & build changes ###
- fix: meta ci workflows (#29) @h1dden-da3m0n
- Use meta ci (#25) @crobibero

0 comments on commit d3cbf68

Please sign in to comment.