Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dady8889/Onova.ReleaseNotes

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onova.ReleaseNotes

Version

Onova extension that provides support for release notes.

Documentation

This package provides an extension to the UpdateManager. The extension will work only if you use WebPackageResolver. After publishing your application with the manifest, create a text file that has the same name as the version package, except change the file extension to .rn. Example:

    MANIFEST
    DummyApp-1.2.3.zip
    DummyApp-1.2.3.rn
    websetup.exe

Write your desired changes into the release notes file, save and close. In your application, use the following code:

using (var mgr = new UpdateManager(new WebPackageResolver("https://dummy.com/files/MANIFEST"), new ZipPackageExtractor()))
{
  var result = await mgr.CheckForUpdatesAsync();
  var releaseNotes = await mgr.GetReleaseNotes(result.LastVersion);
  ...
}

You can download any version that is available in the manifest.

If you are using my other package, Onova.Publisher, it will make sure to create an empty .rn file for you.

Contributions

I am open to suggestions, PRs, bug reports. Any contribution is welcome.

Licensing

My provided code is licensed under the MIT license.

About

Onova extension that provides support for release notes.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.