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.
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.'
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.'
- Update `HelpInfoUri` to point to the latest content (#560)
66
64
- Improve discovery of usable nuget.exe binary (Thanks bwright86!) (#558)
67
-
68
65
### 2.2.2
69
66
Bug Fix
70
-
71
67
- Update casing of DscResources output
72
-
73
68
### 2.2.1
74
69
Bug Fix
75
-
76
70
- Allow DscResources to work on case sensitive platforms (#521)
77
71
- Fix for failure to return credential provider when using private feeds (#521)
78
-
79
72
## 2.2
80
73
Bug Fix
81
-
82
74
- Fix for prompting for credentials when passing in -Credential parameter when using Register-PSRepository
83
-
84
75
## 2.1.5
85
76
New Features
86
-
87
77
- Add and remove nuget based repositories as a nuget source when nuget client tool is installed (#498)
88
-
89
78
Bug Fix
90
-
91
79
- Fix for 'Failed to publish module' error thrown when publishing modules (#497)
92
-
93
80
## 2.1.4
94
81
- Fixed hang while publishing some packages (#478)
95
-
96
82
## 2.1.3
97
83
New Features
98
-
99
84
- Added -Scope parameter to Update-Module (Thanks @lwajswaj!) (#471)
100
85
- Added -Exclude parameter to Publish-Module (Thanks @Benny1007!) (#191)
101
86
- Added -SkipAutomaticTags parameter to Publish-Module (Thanks @awickham10!) (#452)
102
-
103
87
Bug Fix
104
-
105
88
- Fixed issue with finding modules using macOS and .NET Core 3.0
106
-
107
89
## 2.1.2
108
-
109
90
New Feature
110
-
111
91
- Added support for registering repositories with special characters
112
-
113
92
## 2.1.1
114
-
115
93
- Fix DSC resource folder structure
116
-
117
94
## 2.1.0
118
-
119
95
Breaking Change
120
-
121
96
- 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.
122
-
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser. (#421)
123
-
97
+
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser. (#421)
124
98
Bug Fixes
125
-
126
99
- Update-ModuleManifest no longer clears FunctionsToExport, AliasesToExport, nor NestModules (#415 & #425) (Thanks @pougetat and @tnieto88!)
127
100
- Update-Module no longer changes repository URL (#407)
128
101
- Update-ModuleManifest no longer preprends 'PSGet_' to module name (#403) (Thanks @ThePoShWolf)
129
102
- Update-ModuleManifest now throws error and fails to update when provided invalid entries (#398) (Thanks @pougetat!)
130
103
- Ignore files no longer being included when uploading modules (#396)
131
-
132
104
New Features
133
-
134
105
- New DSC resource, PSRepository (#426) (Thanks @johlju!)
135
106
- Piping of PS respositories (#420)
136
107
- utf8 support for .nuspec (#419)
137
-
138
108
## 2.0.4
139
-
140
109
Bug Fix
141
110
* Remove PSGallery availability checks (#374)
142
-
143
111
## 2.0.3
144
-
145
112
Bug fixes and Improvements
146
113
* Fix CommandAlreadyAvailable error for PackageManagement module (#333)
147
114
* Remove trailing whitespace when value is not provided for Get-PSScriptInfoString (#337) (Thanks @thomasrayner)
148
115
* Expanded aliases for improved readability (#338) (Thanks @lazywinadmin)
149
116
* Improvements for Catalog tests (#343)
150
117
* Fix Update-ScriptInfoFile to preserve PrivateData (#346) (Thanks @tnieto88)
151
118
* Import modules with many commands faster (#351)
152
-
153
119
New Features
154
120
* Tab completion for -Repository parameter (#339) and for Publish-Module -Name (#359) (Thanks @matt9ucci)
155
-
156
121
## 2.0.1
157
-
158
122
Bug fixes
159
123
- Resolved Publish-Module doesn't report error but fails to publish module (#316)
160
124
- Resolved CommandAlreadyAvailable error while installing the latest version of PackageManagement module (#333)
161
-
162
125
## 2.0.0
163
-
164
126
Breaking Change
165
127
- Default installation scope for Install-Module, Install-Script, and Install-Package has changed. 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.
166
-
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser.
167
-
128
+
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser.
168
129
## 1.6.7
169
-
170
130
Bug fixes
171
131
- Resolved Install/Save-Module error in PSCore 6.1.0-preview.4 on Ubuntu 18.04 OS (WSL/Azure) (#313)
172
132
- Updated error message in Save-Module cmdlet when the specified path is not accessible (#313)
173
133
- Added few additional verbose messages (#313)
174
-
175
134
## 1.6.6
176
-
177
135
Dependency Updates
178
136
* Add dependency on version 4.1.0 or newer of NuGet.exe
179
137
* Update NuGet.exe bootstrap URL to https://aka.ms/psget-nugetexe
180
-
181
138
Build and Code Cleanup Improvements
182
139
* Improved error handling in network connectivity tests.
183
-
184
140
Bug fixes
185
141
- Change Update-ModuleManifest so that prefix is not added to CmdletsToExport.
186
142
- Change Update-ModuleManifest so that parameters will not reset to default values.
187
143
- Specify AllowPrereleseVersions provider option only when AllowPrerelease is specified on the PowerShellGet cmdlets.
188
-
189
144
## 1.6.5
190
-
191
145
New features
192
146
* Allow Pester/PSReadline installation when signed by non-Microsoft certificate (#258)
193
-
- Whitelist installation of non-Microsoft signed Pester and PSReadline over Microsoft signed Pester and PSReadline.
194
-
147
+
- Whitelist installation of non-Microsoft signed Pester and PSReadline over Microsoft signed Pester and PSReadline.
195
148
Build and Code Cleanup Improvements
196
149
* Splitting of functions (#229) (Thanks @Benny1007)
197
-
- Moves private functions into respective private folder.
198
-
- Moves public functions as defined in PSModule.psd1 into respective public folder.
199
-
- Removes all functions from PSModule.psm1 file.
200
-
- Dot sources the functions from PSModule.psm1 file.
201
-
- Uses Export-ModuleMember to export the public functions from PSModule.psm1 file.
202
-
150
+
- Moves private functions into respective private folder.
151
+
- Moves public functions as defined in PSModule.psd1 into respective public folder.
152
+
- Removes all functions from PSModule.psm1 file.
153
+
- Dot sources the functions from PSModule.psm1 file.
154
+
- Uses Export-ModuleMember to export the public functions from PSModule.psm1 file.
203
155
* Add build step to construct a single .psm1 file (#242) (Thanks @Benny1007)
204
-
- Merged public and private functions into one .psm1 file to increase load time performance.
205
-
156
+
- Merged public and private functions into one .psm1 file to increase load time performance.
206
157
Bug fixes
207
158
- Fix null parameter error caused by MinimumVersion in Publish-PackageUtility (#201)
208
159
- Change .ExternalHelp link from PSGet.psm1-help.xml to PSModule-help.xml in PSModule.psm1 file (#215)
@@ -211,77 +162,54 @@ Bug fixes
211
162
- Add positional path to Save-Module and Save-Script (#264, #266)
212
163
- Ensure that Get-AuthenticodePublisher verifies publisher and that installing or updating a module checks for approprite catalog signature (#272)
213
164
- Update HelpInfoURI to 'http://go.microsoft.com/fwlink/?linkid=855963' (#274)
214
-
215
-
216
165
## 1.6.0
217
-
218
166
New features
219
167
* Prerelease Version Support (#185)
220
-
- Implemented prerelease versions functionality in PowerShellGet cmdlets.
221
-
- Enables publishing, discovering, and installing the prerelease versions of modules and scripts from the PowerShell Gallery.
* Enabled publish cmdlets on PWSH and Nano Server (#196)
225
-
- Dotnet command version 2.0.0 or newer should be installed by the user prior to using the publish cmdlets on PWSH and Windows Nano Server.
226
-
- Users can install the dotnet command by following the instructions specified at https://aka.ms/dotnet-install-script.
227
-
- On Windows, users can install the dotnet command by running *Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile '.\dotnet-install.ps1'; & '.\dotnet-install.ps1' -Channel Current -Version '2.0.0'*
228
-
- Publish cmdlets on Windows PowerShell supports using the dotnet command for publishing operations.
229
-
172
+
- Dotnet command version 2.0.0 or newer should be installed by the user prior to using the publish cmdlets on PWSH and Windows Nano Server.
173
+
- Users can install the dotnet command by following the instructions specified at https://aka.ms/dotnet-install-script.
174
+
- On Windows, users can install the dotnet command by running *Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile '.\dotnet-install.ps1'; & '.\dotnet-install.ps1' -Channel Current -Version '2.0.0'*
175
+
- Publish cmdlets on Windows PowerShell supports using the dotnet command for publishing operations.
230
176
Breaking Change
231
177
- PWSH: Changed the installation location of AllUsers scope to the parent of $PSHOME instead of $PSHOME. It is the SHARED_MODULES folder on PWSH.
232
-
233
178
Bug fixes
234
179
- Update HelpInfoURI to 'https://go.microsoft.com/fwlink/?linkid=855963' (#195)
235
180
- Ensure MyDocumentsPSPath path is correct (#179) (Thanks @lwsrbrts)
236
-
237
-
238
181
## 1.5.0.0
239
-
240
182
New features
241
183
* Added support for modules requiring license acceptance (#150)
0 commit comments