Skip to content

Commit

Permalink
Fix loading plugin under 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed Nov 9, 2020
1 parent a2c4472 commit 438c793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Jellyfin.Plugin.TvMaze/Jellyfin.Plugin.TvMaze.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
Expand All @@ -17,7 +17,6 @@
<PackageReference Include="Jellyfin.Controller" Version="10.6.0" />
<PackageReference Include="Jellyfin.Data" Version="10.6.0" />
<PackageReference Include="Jellyfin.Model" Version="10.6.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.9" />
<PackageReference Include="TvMaze.Api.Client" Version="0.0.21" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "TV Maze"
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
version: "1.0.0.0"
version: "2.0.0.0"
targetAbi: "10.6.0.0"
owner: "jellyfin"
overview: "Get TV metadata from TV Maze"
Expand All @@ -12,4 +12,4 @@ artifacts:
- "Jellyfin.Plugin.TvMaze.dll"
- "TvMaze.Api.Client.dll"
changelog: >
Initial release.
Remove unused dependencies

0 comments on commit 438c793

Please sign in to comment.