mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-23 05:59:41 +00:00
Merge pull request #6 from oddstr13/netstandard2.1-bump-1
Bump netstandard 2.0 -> 2.1
This commit is contained in:
commit
af7b182b6f
@ -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>
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user