|
8 | 8 | RootModule = 'M365PSProfile.psm1'
|
9 | 9 |
|
10 | 10 | # Version number of this module.
|
11 |
| -ModuleVersion = '0.7.0' |
| 11 | +ModuleVersion = '0.8.0' |
12 | 12 |
|
13 | 13 | # Supported PSEditions
|
14 | 14 | CompatiblePSEditions = @('Core', 'Desktop')
|
@@ -49,7 +49,7 @@ PowerShellVersion = '5.1'
|
49 | 49 |
|
50 | 50 | # Modules that must be imported into the global environment prior to importing this module
|
51 | 51 | # RequiredModules = @()
|
52 |
| -RequiredModules = @(@{ModuleName = 'Microsoft.PowerShell.PSResourceGet'; GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'; ModuleVersion = '1.0.5'; }) |
| 52 | +RequiredModules = @(@{ModuleName = 'Microsoft.PowerShell.PSResourceGet'; GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'; ModuleVersion = '1.0.6'; }) |
53 | 53 |
|
54 | 54 | # Assemblies that must be loaded prior to importing this module
|
55 | 55 | # RequiredAssemblies = @()
|
@@ -111,11 +111,11 @@ PrivateData = @{
|
111 | 111 | ReleaseNotes = '
|
112 | 112 | ---------------------------------------------------------------------------------------------
|
113 | 113 | Whats new in this release:
|
114 |
| -V0.7.0 |
115 |
| -- Added Version to the Install-M365Module Function |
116 |
| -- Added optional Parameter -Repository (default PSGallery) if using multiple Repositorys by @diecknet |
117 |
| -- The Function Add-M365PSProfile now adds the needed commands to the $Profile by @diecknet and @bohrenan |
118 |
| -- Changed from "Press any key to continue..." to a Counter from 5 to 1 when other PS Processes are running |
| 114 | +V0.8.0 |
| 115 | +- Bugfix: Removed unnecessary variable $InstalledModuleVersion in "module is not installed" area |
| 116 | +- Added Parameter -FileMode to uninstall Modules using the Filesystem |
| 117 | +- Bumped Requirement for Microsoft.PowerShell.PSResourceGet to 1.0.6 |
| 118 | +- Improved the Disconnect-All Function |
119 | 119 | ---------------------------------------------------------------------------------------------
|
120 | 120 | '
|
121 | 121 | } # End of PSData hashtable
|
|
0 commit comments