This commit is contained in:
crobibero 2021-04-12 14:36:47 -06:00
parent 28d5a6cc65
commit 8279a2a1e5
2 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>

View File

@ -1,13 +1,13 @@
---
name: "TV Maze"
name: "TVmaze"
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
version: "6.0.0.0"
version: "7.0.0.0"
targetAbi: "10.7.0.0"
framework: "net5.0"
owner: "jellyfin"
overview: "Get TV metadata from TV Maze"
overview: "Get TV metadata from TVmaze"
description: >
Get TV metadata from TV Maze
Get TV metadata from TVmaze
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.TvMaze.dll"
@ -16,4 +16,4 @@ artifacts:
- "Flurl.Http.dll"
- "Polly.dll"
changelog: >
Fix lookup by tvdb id
Update api client