mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
feat(PluginInstallerWindow): support Changelog manifest property
This commit is contained in:
parent
ef16e346c6
commit
53e38668bc
3 changed files with 34 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ namespace Dalamud.Plugin.Internal.Types
|
|||
[JsonProperty]
|
||||
public string? Description { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a changelog.
|
||||
/// </summary>
|
||||
[JsonProperty]
|
||||
public string? Changelog { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a list of tags defined on the plugin.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue