# Dalamud manifest. Used by the official plugin repo and by custom repos # (see repo.json). Keep in sync with .csproj and repo.json on every version bump. name: PluginNameTemplate author: Florian Wathling punchline: Short tag-line that shows in the plugin installer. description: | Longer description of what your plugin does. Markdown is supported in some Dalamud versions; safest to keep it plain text. Multi-line is fine. repo_url: https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate icon_url: https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate/raw/branch/main/images/icon.png assembly_version: 0.1.0 testing_assembly_version: 0.1.0 dalamud_api_level: 13 categories: - utility tags: - hellion-forge changelog: | v0.1.0 - Initial release. # Don't override DalamudPackager defaults (Dalamud.NET.Sdk 13+ handles icon and # image_urls automatically via the .csproj ).