Skip to content

Commit

Permalink
add build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed Aug 5, 2019
1 parent 5063d46 commit ed11db8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jellyfin.Plugin.Bookshelf/Plugin.cs
Expand Up @@ -17,6 +17,8 @@ public Plugin(IApplicationPaths applicationPaths, IXmlSerializer xmlSerializer)

public override string Name => "Bookshelf";

public override Guid Id => Guid.Parse("9c4e63f1-031b-4f25-988b-4f7d78a8b53e");

public static Plugin Instance { get; private set; }

public IEnumerable<PluginPageInfo> GetPages()
Expand Down
17 changes: 17 additions & 0 deletions build.yaml
@@ -0,0 +1,17 @@
---
name: "jellyfin-plugin-bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: "1" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
owner: "jellyfin"
nicename: "Bookshelf"
description: "Manage your books"
overview: >
Supports several different metadata providers and options for
organizing your collection.
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Bookshelf.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0"

0 comments on commit ed11db8

Please sign in to comment.