Bump netstandard 2.0 -> 2.1

This commit is contained in:
Odd Stråbø 2020-03-25 05:01:52 +01:00
parent 001df302cf
commit cdcdf4e08f
2 changed files with 6 additions and 6 deletions

View File

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

View File

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