Skip to content

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 3249bba + 8c5438a commit 85ffde8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Jellyfin.Plugin.Bookshelf/Jellyfin.Plugin.Bookshelf.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Jellyfin.Plugin.Bookshelf</RootNamespace>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<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-bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: "2" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
version: "3" # Please increment with each pull request
jellyfin_version: "10.5.0" # The earliest binary-compatible version
owner: "jellyfin"
nicename: "Bookshelf"
description: "Manage your books"
Expand All @@ -14,4 +14,4 @@ artifacts:
- "Jellyfin.Plugin.Bookshelf.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0"
dotnet_framework: "netstandard2.1"

0 comments on commit 85ffde8

Please sign in to comment.