From 2c5d8e8bcd34a4727918ac063a7423f12dd24bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Tue, 30 Jun 2020 15:03:10 +0200 Subject: [PATCH 1/2] Also build against prerelease builds --- Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj index c1a61ed..cb721f6 100644 --- a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj +++ b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj @@ -8,8 +8,8 @@ - - + + From d035c46864da4db4a469a19425573810b4af88de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sun, 5 Jul 2020 13:22:49 +0200 Subject: [PATCH 2/2] Bump targetAbi --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index ef5db1b..36cc605 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Template" guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" version: "1.0.0.0" -targetAbi: "10.5.0.0" +targetAbi: "10.6.0.0" overview: "Short description about your plugin" description: > This is a longer description that can span more than one