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

@ -21,6 +21,7 @@ namespace Dalamud.Support
/// <param name="plugin">The plugin to send feedback about.</param>
/// <param name="content">The content of the feedback.</param>
/// <param name="reporter">The reporter name.</param>
/// <param name="includeException">Whether or not the most recent exception to occur should be included in the report.</param>
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
public static async Task SendFeedback(PluginManifest plugin, string content, string reporter, bool includeException)
{