feat(PluginInstallerWindow): support Changelog manifest property

This commit is contained in:
goat 2021-09-28 00:23:37 +02:00
parent ef16e346c6
commit 53e38668bc
No known key found for this signature in database
GPG key ID: F18F057873895461
3 changed files with 34 additions and 0 deletions

View file

@ -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>