forked from ConfusedPolarBear/intro-skipper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ConfusedPolarBear#16 from jellyfin/meta
Update metadata and remove deprecated checkbox method
- Loading branch information
Showing
4 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
--- | ||
name: "jellyfin-plugin-template" | ||
name: "Template" | ||
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" | ||
version: "1.0.0" | ||
jellyfin_version: "10.5.0" | ||
nicename: "Template" | ||
description: "Short description about your plugin" | ||
overview: > | ||
version: "1.0.0.0" | ||
targetAbi: "10.5.0.0" | ||
overview: "Short description about your plugin" | ||
description: > | ||
This is a longer description that can span more than one | ||
line and include details about your plugin. | ||
category: "General" | ||
owner: "jellyfin" | ||
artifacts: | ||
- "Jellyfin.Plugin.Template.dll" | ||
build_type: "dotnet" | ||
dotnet_configuration: "Release" | ||
dotnet_framework: "netstandard2.1" | ||
- "Jellyfin.Plugin.Template.dll" | ||
changelog: > | ||
changelog |