What's Changed
- PowerShell Module Improvements by @gerardog in #275
- The module can now be imported simply with
Import-Module gsudoModule
, eliminating the requirement for a full absolute path. Existing scripts using absolute paths will continue to work as expected.- ...because both the
.MSI
andChocolatey
installers now deploy the module files also to%ProgramFiles%\PowerShell\Modules\gsudoModule\
.
- ...because both the
- The module version number is now properly updated with the build version.
- The module can now be imported simply with
Full Changelog: v2.1.0...v2.2.0