Skip to content
This repository has been archived by the owner on Jun 17, 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 2c294a8 + ca64fc0 commit e1a7c19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Jellyfin.Plugin.Slack/Jellyfin.Plugin.Slack.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>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyVersion>5.0.0</AssemblyVersion>
<FileVersion>5.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.*" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.0" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
</ItemGroup>

</Project>
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-slack"
guid: "94fb77c3-55ad-4c50-bf4e-4e5497467b79"
version: "4" # Please increment with each pull request
jellyfin_version: "10.3.7" # The earliest binary-compatible version
version: "5" # Please increment with each pull request
jellyfin_version: "10.5.0" # The earliest binary-compatible version
nicename: "Slack Notifications"
description: "Jellyfin Slack notification plugin"
overview: >
Expand All @@ -13,4 +13,4 @@ artifacts:
- "Jellyfin.Plugin.Slack.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0"
dotnet_framework: "netstandard2.1"

0 comments on commit e1a7c19

Please sign in to comment.