Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change category #3

Merged
merged 1 commit into from May 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<AssemblyVersion>2.0.0</AssemblyVersion>
dkanada marked this conversation as resolved.
Show resolved Hide resolved
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions build.yaml
@@ -1,13 +1,13 @@
---
name: "jellyfin-plugin-tmdbboxsets"
guid: "BC4AAD2E-D3D0-4725-A5E2-FD07949E5B42"
version: "2" # Please increment with each pull request
version: "3" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
owner: "jellyfin"
nicename: "TMDb Box Sets"
description: "Automatically create movie box sets based on TMDb collections"
overview: "Automatically create movie box sets based on TMDb collections"
category: "General"
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.TMDbBoxSets.dll"
build_type: "dotnet"
Expand Down