A simple PowerShell update checker for your application.
Not required
- Simply insert the function from the PowerShell script into your PowerShell script.
- Adjust the variables for
$GitHubName
$RepositoryName
and$currentVersion
. - Place the function
CheckIfUpdateIsAvailable
at the position in your script where it should be called. - Done