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
Copy file name to clipboardExpand all lines: src/PowerShellGet/PowerShellGet.psd1
+81-81Lines changed: 81 additions & 81 deletions
Original file line number
Diff line number
Diff line change
@@ -1,59 +1,59 @@
1
1
@{
2
-
RootModule='PSModule.psm1'
3
-
ModuleVersion='2.1.4'
4
-
GUID='1d73a601-4a6c-43c5-ba3f-619b18bbb404'
5
-
Author='Microsoft Corporation'
6
-
CompanyName='Microsoft Corporation'
7
-
Copyright='(c) Microsoft Corporation. All rights reserved.'
8
-
Description='PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.'
Description='PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.'
- Added support for registering repositories with special characters
54
+
55
+
## 2.1.1
56
+
57
57
58
58
## 2.1.4
59
59
- Fixed hang while publishing some packages (#478)
@@ -75,32 +75,6 @@ New Feature
75
75
76
76
- Added support for registering repositories with special characters
77
77
78
-
## 2.1.1
79
-
80
-
- Fix DSC resource folder structure
81
-
82
-
## 2.1.0
83
-
84
-
Breaking Change
85
-
86
-
- Default installation scope for Update-Module and Update-Script has changed to match Install-Module and Install-Script. For Windows PowerShell (version 5.1 or below), the default scope is AllUsers when running in an elevated session, and CurrentUser at all other times.
87
-
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser. (#421)
88
-
89
-
Bug Fixes
90
-
91
-
- Update-ModuleManifest no longer clears FunctionsToExport, AliasesToExport, nor NestModules (#415 & #425) (Thanks @pougetat and @tnieto88!)
92
-
- Update-Module no longer changes repository URL (#407)
93
-
- Update-ModuleManifest no longer preprends 'PSGet_' to module name (#403) (Thanks @ThePoShWolf)
94
-
- Update-ModuleManifest now throws error and fails to update when provided invalid entries (#398) (Thanks @pougetat!)
95
-
- Ignore files no longer being included when uploading modules (#396)
96
-
97
-
New Features
98
-
99
-
- New DSC resource, PSRepository (#426) (Thanks @johlju!)
100
-
- Piping of PS respositories (#420)
101
-
- utf8 support for .nuspec (#419)
102
-
103
-
## 2.0.4
104
78
105
79
Bug Fix
106
80
* Remove PSGallery availability checks (#374)
@@ -250,6 +224,32 @@ Bug fixes
250
224
* Fixed '[Test-ScriptFileInfo] Fails on *NIX newlines (LF vs. CRLF)' (#18)
251
225
252
226
227
+
## 1.1.1.0
228
+
229
+
Bug fixes
230
+
* Fixed 'Update-Module fails with `ModuleAuthenticodeSignature` error for modules with signed PSD1'. (#12) (#8)
231
+
* Fixed 'Properties of `AdditionalMetadata` are case-sensitive'. #7
232
+
* Changed `ErrorAction` to `Ignore` for few cmdlet usages as they should not show up in ErrorVariable.
233
+
- For example, error returned by `Get-Command Test-FileCatalog` should be ignored.
234
+
235
+
236
+
## 1.1.0.0
237
+
238
+
* Initial release from GitHub.
239
+
* PowerShellCore support.
240
+
* Security enhancements including the enforcement of catalog-signed modules during installation.
241
+
* Authenticated Repository support.
242
+
* Proxy Authentication support.
243
+
* Responses to a number of user requests and issues.
0 commit comments