Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit f01849d

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents 3092248 + a57df3c commit f01849d

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -237,45 +237,22 @@ New features
237237
* Added `PrivateData` field to ScriptFileInfo. (#119)
238238
239239
Bug fixes
240-
* Fixed Add-Type issue in v6.0.0-beta.1 release of PowerShellCore. (#125, #124)
241-
* Install-Script -Scope CurrentUser PATH changes should not require a reboot for new PS processes. (#124)
242-
- Made changes to broadcast the Environment variable changes, so that other processes pick changes to Environment variables without having to reboot or logoff/logon.
243-
* Changed `Get-EnvironmentVariable` to get the unexpanded version of `%path%`. (#117)
244-
* Refactor credential parameter propagation to sub-functions. (#104)
245-
* Added credential parameter to subsequent calls of `Publish-Module/Script`. (#93)
246-
- This is needed when a module is published that has the RequiredModules attribute in the manifest on a repository that does not have anonymous access because the required module lookups will fail.
247240
248241
## 1.1.2.0
249242
250243
Bug fixes
251-
* Renamed `PublishModuleIsNotSupportedOnNanoServer` errorid to `PublishModuleIsNotSupportedOnPowerShellCoreEdition`. (#44)
252-
- Also renamed `PublishScriptIsNotSupportedOnNanoServer` to `PublishScriptIsNotSupportedOnPowerShellCoreEdition`.
253-
* Fixed an issue in `Update-Module` and `Update-Script` cmdlets to show proper version of current item being updated in `Confirm`/`WhatIf` message. (#44)
254-
* Updated `Test-ModuleInstalled` function to return single module instead of multiple modules. (#44)
255-
* Updated `ModuleCommandAlreadyAvailable` error message to include all conflicting commands instead of one. (#44)
256-
- Corresponding changes to collect the complete set of conflicting commands from the being installed.
257-
- Also ensured that conflicting commands from PSModule.psm1 are ignored in the command collision analysis as Get-Command includes the commands from current local scope as well.
258-
259-
* Fixed '[Test-ScriptFileInfo] Fails on *NIX newlines (LF vs. CRLF)' (#18)
260-
261244
262245
## 1.1.1.0
263246
264247
Bug fixes
265-
* Fixed 'Update-Module fails with `ModuleAuthenticodeSignature` error for modules with signed PSD1'. (#12) (#8)
266-
* Fixed 'Properties of `AdditionalMetadata` are case-sensitive'. #7
267-
* Changed `ErrorAction` to `Ignore` for few cmdlet usages as they should not show up in ErrorVariable.
268-
- For example, error returned by `Get-Command Test-FileCatalog` should be ignored.
269-
270248
271249
## 1.1.0.0
272250
273251
* Initial release from GitHub.
274252
* PowerShellCore support.
275-
* Security enhancements including the enforcement of catalog-signed modules during installation.
276-
* Authenticated Repository support.
277-
* Proxy Authentication support.
278-
* Responses to a number of user requests and issues.
253+
254+
## For full history of release notes see changelog:
255+
https://github.com/PowerShell/PowerShellGet/blob/master/CHANGELOG.md
279256
'@
280257
}
281258
}

0 commit comments

Comments
 (0)