pi: properly support changelogs for testing plugins

This commit is contained in:
goat 2024-04-16 00:58:12 +02:00
parent b40ffc24c1
commit 285d3bed42
2 changed files with 43 additions and 25 deletions

View file

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