mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-23 05:59:41 +00:00
Bump netstandard 2.0 -> 2.1
This commit is contained in:
parent
001df302cf
commit
cdcdf4e08f
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user