Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from oddstr13/netstandard2.1-bump-1
Browse files Browse the repository at this point in the history
Bump netstandard 2.0 -> 2.1
  • Loading branch information
dkanada authored Mar 25, 2020
2 parents 53c01f4 + 48db6e4 commit 14bb248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Pushbullet/Pushbullet.csproj
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
6 changes: 3 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "jellyfin-plugin-pushbullet"
guid: "de228f12-e43e-4bd9-9fc0-2830819c3b92"
version: "2" # Please increment with each pull request
jellyfin_version: "10.3.7" # The earliest binary-compatible version
version: "3" # Please increment with each pull request
jellyfin_version: "10.5.0" # The earliest binary-compatible version
nicename: "Pushbullet"
description: "Jellyfin Pushbullet notification plugin"
overview: >
Expand All @@ -13,4 +13,4 @@ artifacts:
- "Pushbullet.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0"
dotnet_framework: "netstandard2.1"

0 comments on commit 14bb248

Please sign in to comment.