Skip to content

Commit

Permalink
Bump version and targetAbi
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Jul 5, 2020
1 parent 0ead19e commit 9c5a5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Jellyfin.Plugin.ServerWMC</RootNamespace>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.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: "ServerWMC"
guid: "1fc322a1-af2e-49a5-b2eb-a89b4240f700"
version: "4.0.0.0"
targetAbi: "10.5.0.0"
version: "5.0.0.0"
targetAbi: "10.6.0.0"
overview: "Jellyfin Live TV plugin for Windows MediaCenter with ServerWMC"
description: >
Provides access to Live TV, Program Guide and Recordings from your Windows MediaCenter Server running ServerWMC.
Expand All @@ -12,4 +12,4 @@ owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.ServerWMC.dll"
changelog: >
changelog
changelog

0 comments on commit 9c5a5cb

Please sign in to comment.