DanGough / Nevergreen

This module is an alternative to Evergreen, and allows you to find the latest version and download URL for various Windows apps. Evergreen uses API queries to obtain its data whereas this module is more focussed on web scraping. This is more prone to breaking when websites are changed, hence the name.
The Unlicense
71 stars 16 forks source link

[Enhancement Request] Additional URLs to be added to New-NeverGreenApp output #77

Open AScott-WWF opened 2 days ago

AScott-WWF commented 2 days ago

I would like to propose an enhancement to the New-NeverGreenApp script to include an additional couple of optional Parameters

ReleaseNotesURL - this will be optional and where exist will hold the release notes available for this application version InstallInstructionsUrl - this will be optional and where exist will hold the vendors installation instructions for this application version

N.B. in most of the scripts I have written in the last couple of weeks, I have written these in the Verbose output (normally at the end).

$ReleaseNotesUrl
$InstallInstructionsUrl

By writing these values directly to the NeverGreen results, it could allow users to return the release notes with automation when a new version is released or install instructions to be helpful.