Skip to content

Version 0.0.8

Compare
Choose a tag to compare
@rstolpe rstolpe released this 30 Nov 19:32
· 93 commits to main since this release
aae0473

MaintainModule

New things

  • help folder in GitHub repo

In this folder you can find help file for each function. It has been printed out from pwsh Get-Help it might be better to look at the readme.md file but this is still something that can be handy sometime.

  • test folder in GitHub repo

Here is the output from PSScriptAnalyzer for each file

New

  • If -InstallMissing are not used the module will check if the selected modules exists in the system if the don't it will just skip that one.
  • Adde Write-Verbose

Bug fixes

  • When uninstalling module the right version number shows
  • If published date was missing for a module it was not uninstalled correctly, changed so it will look at the version number after the latest version of the module instead.
  • When running the function Update-RSModule without the -Scope parameter it was still asking the user to fyll it out. I have made it so that if the -Scope parameter is empty it will be set to CurrentUser