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 Jun 12, 2022
1 parent e222c3b commit 00b34b3
Show file tree
Hide file tree
Showing 2 changed files with 13 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>
13 changes: 10 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "AniList"
guid: "1bd22884-44be-40f3-ad95-fc4a7834ba2c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png"
version: "6"
version: 6
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "jellyfin"
Expand All @@ -12,6 +12,13 @@ description: >
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |2-
changelog: |-
- chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.0 (#30) @renovate
- chore(deps): update dependency microsoft.extensions.http to v6 (#31) @renovate
### 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 00b34b3

Please sign in to comment.