We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894c25c commit c5ebd04Copy full SHA for c5ebd04
docs/integrating/release-notes.mdx
@@ -19,7 +19,7 @@ private static async Task UpdateMyApp()
19
var releaseNotesHtml = newVersion.TargetFullRelease.ReleaseNotesHtml;
20
// show a window here with the release notes
21
// possibly ask the user if they wish to update or not?
22
- // eg. new ReleaseNotesHtmlWindow().Show();
+ // eg. new ReleaseNotesHtmlWindow(releaseNotesHtml).Show();
23
}
24
25
```
0 commit comments