You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/PowerShellGet/PowerShellGet.psd1
+3-26Lines changed: 3 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -237,45 +237,22 @@ New features
237
237
* Added `PrivateData` field to ScriptFileInfo. (#119)
238
238
239
239
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.
247
240
248
241
## 1.1.2.0
249
242
250
243
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
-
261
244
262
245
## 1.1.1.0
263
246
264
247
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
-
270
248
271
249
## 1.1.0.0
272
250
273
251
* Initial release from GitHub.
274
252
* 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:
0 commit comments