mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
pi: properly support changelogs for testing plugins
This commit is contained in:
parent
b40ffc24c1
commit
285d3bed42
2 changed files with 43 additions and 25 deletions
|
|
@ -16,6 +16,11 @@ internal record RemotePluginManifest : PluginManifest
|
|||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public PluginRepository SourceRepo { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the changelog to be shown when obtaining the testing version of the plugin.
|
||||
/// </summary>
|
||||
public string? TestingChangelog { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this plugin is eligible for testing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue