Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v12 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
<Version>12.0.0.0</Version>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
</PropertyGroup>
</Project>
15 changes: 4 additions & 11 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "TVmaze"
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
version: 11
targetAbi: "10.9.0.0"
version: 12
targetAbi: "10.10.3.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Get TV metadata from TVmaze"
Expand All @@ -17,12 +17,5 @@ artifacts:
- "Flurl.Http.dll"
- "Polly.dll"
changelog: |-
- 10.9 (#50) @crobibero

### Code or Repo Maintenance ###
- Update link to Jellyfin website (#49) @methbkts
- Use meta ci (#42) @crobibero

### CI & build changes ###
- fix: meta ci workflows (#44) @h1dden-da3m0n
- Use meta ci (#42) @crobibero
- Should provide identifying info in its exception (#47) @michaelkrieger
- Add basic handling for specials (#23) @Smith00101010