Skip to content

Releases: rstolpe/MaintainModule

Version 0.1.5

19 Jan 20:10
a3f5580
Compare
Choose a tag to compare

What's Changed

  • Changed output to verbose to make the script cleaner to run. by @rstolpe in #26
  • Removed settings file by @rstolpe in #27

Full Changelog: v0.1.4...v0.1.5

Version 0.1.4

18 Jan 15:18
21941c8
Compare
Choose a tag to compare

What's Changed

  • Changed string parameter to string array @rstolpe in #24

Full Changelog: v0.1.3...v0.1.4

Version 0.1.3

18 Jan 09:18
1044828
Compare
Choose a tag to compare

Updated Readme files etc.

Version 0.1.1

10 Dec 16:13
05b8a7b
Compare
Choose a tag to compare

Fixed loop issue

Version 0.0.9

01 Dec 07:36
d5d8a7c
Compare
Choose a tag to compare

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

30 Nov 19:32
aae0473
Compare
Choose a tag to compare

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

26 Nov 21:38
Compare
Choose a tag to compare
Version 0.0.8-Beta Pre-release
Pre-release

Made some changes in the module to speed things up.
Sorry for the short release notes.

Version 0.0.7

26 Nov 07:59
24bfa61
Compare
Choose a tag to compare

Added -Scope

Version 0.0.6

24 Nov 10:54
Compare
Choose a tag to compare
  • Fixed some verbos outputs
  • When it should install missing modules the command was not right as it was set to Update-Module it has been changed to Install-Module instead
  • Changed Write-Host to Write-Output
  • Made other changes also

Version 0.0.5

20 Nov 19:11
Compare
Choose a tag to compare
  • Added Uninstall-RSModule
  • Added RS in the commands
  • Fixed some typos
  • Improved other things also :)