|
46 | 46 | 'udres') |
47 | 47 | PrivateData = @{ |
48 | 48 | PSData = @{ |
49 | | - Prerelease = 'preview1' |
| 49 | + Prerelease = 'preview2' |
50 | 50 | Tags = @('PackageManagement', |
51 | 51 | 'PSEdition_Desktop', |
52 | 52 | 'PSEdition_Core', |
|
56 | 56 | ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' |
57 | 57 | LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' |
58 | 58 | ReleaseNotes = @' |
| 59 | +## 1.1.0-preview2 |
| 60 | +
|
| 61 | +### New Features |
| 62 | +
|
| 63 | +- New cmdlet `Compress-PSResource` which packs a package into a .nupkg and saves it to the file system (#1682, #1702) |
| 64 | +- New `-Nupkg` parameter for `Publish-PSResource` which pushes pushes a .nupkg to a repository (#1682) |
| 65 | +- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name (#1694) |
| 66 | +
|
| 67 | +### Bug Fixes |
| 68 | +
|
| 69 | +- Add prerelease string when NormalizedVersion doesn't exist, but prelease string does (#1681 Thanks @sean-r-williams) |
| 70 | +- Add retry logic when deleting files (#1667 Thanks @o-l-a-v!) |
| 71 | +- Fix broken PAT token use (#1672) |
| 72 | +- Updated error messaging for authenticode signature failures (#1701) |
| 73 | +
|
59 | 74 | ## 1.1.0-preview1 |
60 | 75 |
|
61 | 76 | ### New Features |
|
114 | 129 | - Bug fix `-RequiredResource` silent failures (#1426) |
115 | 130 | - Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405) |
116 | 131 |
|
117 | | -## 0.9.0-rc1 |
118 | | -
|
119 | | -### Bug Fixes |
120 | | -- Bug fix for using `Import-PSGetRepository` in Windows PowerShell (#1390) |
121 | | -- Add error handling when searching for unlisted package versions (#1386) |
122 | | -- Bug fix for deduplicating dependencies found from `Find-PSResource` (#1382) |
123 | | -- Added support for non-PowerShell Gallery v2 repositories (#1380) |
124 | | -- Bug fix for setting 'unknown' repository `APIVersion` (#1377) |
125 | | -- Bug fix for saving a script with `-IncludeXML` parameter (#1375) |
126 | | -- Bug fix for v3 server logic to properly parse inner @id element (#1374) |
127 | | -- Bug fix to write warning instead of error when package is already installed (#1367) |
128 | | -
|
129 | | -## 0.5.24-beta24 |
130 | | -
|
131 | | -### Bug Fixes |
132 | | -- Detect empty V2 server responses at ServerApiCall level instead of ResponseUtil level (#1358) |
133 | | -- Bug fix for finding all versions of a package returning correct results and incorrect "package not found" error (#1356) |
134 | | -- Bug fix for installing or saving a pkg found in lower priority repository (#1350) |
135 | | -- Ensure `-Prerelease` is not empty or whitespace for `Update-PSModuleManifest` (#1348) |
136 | | -- Bug fix for saving `Az` module dependencies (#1343) |
137 | | -- Bug fix for `Find-PSResource` repository looping to to return matches from all repositories (#1342) |
138 | | -- Update error handling for Tags, Commands, and DSCResources when searching across repositories (#1339) |
139 | | -- Update `Find-PSResource` looping and error handling to account for multiple package names (#1338) |
140 | | -- Update error handling for `Find-PSResource` using V2 server endpoint repositories (#1329) |
141 | | -- Bug fix for searching through multiple repositories when some repositories do not contain the specified package (#1328) |
142 | | -- Add parameters to `Install-PSResource` verbose message (#1327) |
143 | | -- Bug fix for parsing required modules when publishing (#1326) |
144 | | -- Bug fix for saving dependency modules in version range format (#1323) |
145 | | -- Bug fix for `Install-PSResource` failing to find prerelease dependencies (#1322) |
146 | | -- Bug fix for updating to a new version of a prerelease module (#1320) |
147 | | -- Fix for error message when DSCResource is not found (#1317) |
148 | | -- Add error handling for local repository pattern based searching (#1316) |
149 | | -- `Set-PSResourceRepository` run without `-ApiVersion` paramater no longer resets the property for the repository (#1310) |
150 | | -
|
151 | | -
|
152 | | -## 0.5.23-beta23 |
153 | | -
|
154 | | -### Breaking Changes |
155 | | -
|
156 | | -### New Features |
157 | | -- *-PSResourceRepository -Uri now accepting PSPaths (#1269) |
158 | | -- Add aliases for Install-PSResource, Find-PSResource, Update-PSResource, Publish-PSResource (#1264) |
159 | | -- Add custom user agent string to API calls (#1260) |
160 | | -- Support install for NuGet.Server application hosted feed (#1253) |
161 | | -- Add support for NuGet.Server application hosted feeds (#1236) |
162 | | -- Add Import-PSGetRepository function to import existing v2 PSRepositories into PSResourceRepositories. (#1221) |
163 | | -- Add 'Get-PSResource' alias to 'Get-InstalledPSResource' (#1216) |
164 | | -- Add -ApiVersion parameter to Set-PSResourceRepository (#1207) |
165 | | -- Add support for FindNameGlobbing scenarios (i.e -Name az*) for MyGet server repository (V3) (#1202) |
166 | | -
|
167 | | -
|
168 | | -### Bug Fixes |
169 | | -- Better error handling for scenario where repo ApiVersion is unknown and allow for PSPaths as URI for registered repositories (#1288) |
170 | | -- Bugfix for Uninstall should be able to remove older versions of a package that are not a dependency (#1287) |
171 | | -- Bugfix for Publish finding prerelease dependency versions. (#1283) |
172 | | -- Fix Pagination for V3 search with globbing scenarios (#1277) |
173 | | -- Update message for -WhatIf in Install-PSResource, Save-PSResource, and Update-PSResource (#1274) |
174 | | -- Bug fix for publishing with ExternalModuleDependencies (#1271) |
175 | | -- Support Credential Persistence for Publish-PSResource (#1268) |
176 | | -- Update Save-PSResource -Path param so it defaults to the current working directory (#1265) |
177 | | -- Update dependency error message in Publish-PSResource (#1263) |
178 | | -- Bug fixes for script metadata (#1259) |
179 | | -- Fix error message for Publish-PSResource for MyGet.org feeds (#1256) |
180 | | -- Bug fix for version ranges with prerelease versions not returning the correct versions (#1255) |
181 | | -- Bug fix for file path version must match psd1 version error when publishing (#1254) |
182 | | -- Bug fix for searching through local repositories with -Type parameter (#1252) |
183 | | -- Allow environment variables in module manifests (#1249) |
184 | | -- Updating prerelease version should update to latest prerelease version (#1238) |
185 | | -- Fix InstallHelper call to GetEnvironmentVariable() on Unix (#1237) |
186 | | -- Update build script to resolve module loading error (#1234) |
187 | | -- Enable UNC Paths for local repositories, source directories and destination directories (#1229) |
188 | | -- Improve better error handling for -Path in Publish-PSResource (#1227) |
189 | | -- Bug fix for RequireLicenseAcceptance in Publish-PSResource (#1225) |
190 | | -- Provide clearer error handling for V3 Publish support (#1224) |
191 | | -- Fix bug with version parsing in Publish-PSResource (#1223) |
192 | | -- Improve error handling for Find-PSResource (#1222) |
193 | | -- Add error handling to Get-InstalledPSResource and Find-PSResource (#1217) |
194 | | -- Improve error handling in Uninstall-PSResource (#1215) |
195 | | -- Change resolved paths to use GetResolvedProviderPathFromPSPath (#1209) |
196 | | -- Bug fix for Get-InstalledPSResource returning type of scripts as module (#1198) |
197 | | - |
198 | | -
|
199 | | -## 0.5.22-beta22 |
200 | | -
|
201 | | -### Breaking Changes |
202 | | -- PowerShellGet is now PSResourceGet! (#1164) |
203 | | -- Update-PSScriptFile is now Update-PSScriptFileInfo (#1140) |
204 | | -- New-PSScriptFile is now New-PSScriptFileInfo (#1140) |
205 | | -- Update-ModuleManifest is now Update-PSModuleManifest (#1139) |
206 | | -- -Tags parameter changed to -Tag in New-PSScriptFile, Update-PSScriptFileInfo, and Update-ModuleManifest (#1123) |
207 | | -- Change the type of -InputObject from PSResource to PSResource[] for Install-PSResource, Save-PSResource, and Uninstall-PSResource (#1124) |
208 | | -- PSModulePath is no longer referenced when searching paths (#1154) |
209 | | -
|
210 | | -### New Features |
211 | | -- Support for Azure Artifacts, GitHub Packages, and Artifactory (#1167, #1180) |
212 | | -
|
213 | | -### Bug Fixes |
214 | | -- Filter out unlisted packages (#1172, #1161) |
215 | | -- Add paging for V3 server requests (#1170) |
216 | | -- Support for floating versions (#1117) |
217 | | -- Update, Save, and Install with wildcard gets the latest version within specified range (#1117) |
218 | | -- Add positonal parameter for -Path in Publish-PSResource (#1111) |
219 | | -- Uninstall-PSResource -WhatIf now shows version and path of package being uninstalled (#1116) |
220 | | -- Find returns packages from the highest priority repository only (#1155) |
221 | | -- Bug fix for PSCredentialInfo constructor (#1156) |
222 | | -- Bug fix for Install-PSResource -NoClobber parameter (#1121) |
223 | | -- Save-PSResource now searches through all repos when no repo is specified (#1125) |
224 | | -- Caching for improved performance in Uninstall-PSResource (#1175) |
225 | | -- Bug fix for parsing package tags from local repository (#1119) |
226 | | -
|
227 | | -See change log (CHANGELOG.md) at https://github.com/PowerShell/PSResourceGet |
| 132 | +See change log (CHANGELOG) at https://github.com/PowerShell/PSResourceGet |
228 | 133 | '@ |
229 | 134 | } |
230 | 135 | } |
|
0 commit comments