# 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.NET.Sdk 15.0.0 targets API level 15. Check the SDK release notes # when bumping (the API level usually moves with major SDK updates). dalamud_api_level: 15 categories: - utility tags: - hellion-forge changelog: | v0.1.0 - Initial release based on the official Dalamud sample plugin (goat demo intact). # Don't override DalamudPackager defaults. The SDK reads icon and image_urls # from the .csproj entry automatically.