Merge pull request #6 from oddstr13/netstandard2.1-bump-1

Bump netstandard 2.0 -> 2.1
This commit is contained in:
dkanada 2020-03-26 01:02:06 +09:00 committed by GitHub
commit af7b182b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;</TargetFrameworks> <TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>2.0.0</AssemblyVersion> <AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion> <FileVersion>3.0.0</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,8 +1,8 @@
--- ---
name: "jellyfin-plugin-nextpvr" name: "jellyfin-plugin-nextpvr"
guid: "9574ac10-bf23-49bc-949f-924f23cfa48f" guid: "9574ac10-bf23-49bc-949f-924f23cfa48f"
version: "2" # Please increment with each pull request version: "3" # Please increment with each pull request
jellyfin_version: "10.4.0" # The earliest binary-compatible version jellyfin_version: "10.5.0" # The earliest binary-compatible version
nicename: "NextPVR" nicename: "NextPVR"
description: "Jellyfin LiveTV plugin for NextPVR" description: "Jellyfin LiveTV plugin for NextPVR"
overview: > overview: >
@ -13,4 +13,4 @@ artifacts:
- "NextPvr.dll" - "NextPvr.dll"
build_type: "dotnet" build_type: "dotnet"
dotnet_configuration: "Release" dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0" dotnet_framework: "netstandard2.1"