Releases: rstolpe/MaintainModule
Releases · rstolpe/MaintainModule
v2.0.3-beta
missed a param
v2.0.2-beta
Merge pull request #43 from rstolpe/dev update
Version 0.1.5
Version 0.1.4
What's Changed
Full Changelog: v0.1.3...v0.1.4
Version 0.1.3
Updated Readme files etc.
Version 0.1.1
Fixed loop issue
Version 0.0.9
My prep script did break the .psm1 file in version 0.0.8 sorry for that.
Now it's fine again :)
For more info se release notes from version 0.0.8
Version 0.0.8
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
Version 0.0.8-Beta
Made some changes in the module to speed things up.
Sorry for the short release notes.
Version 0.0.7
Added -Scope