|
40 | 40 | ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
|
41 | 41 | LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
|
42 | 42 | ReleaseNotes = @'
|
43 |
| - In this release, all cmdlets have been reviewed and implementation code refactored as needed. |
44 |
| - Cmdlets have most of their functionality, but some parameters are not yet implemented and will be added in future releases. |
45 |
| - All tests have been reviewed and rewritten as needed. |
| 43 | +
|
46 | 44 | ### 3.0.11
|
| 45 | +In this release, all cmdlets have been reviewed and implementation code refactored as needed. |
| 46 | +Cmdlets have most of their functionality, but some parameters are not yet implemented and will be added in future releases. |
| 47 | +All tests have been reviewed and rewritten as needed. |
| 48 | +
|
| 49 | +- Graceful handling of paths that do not exist |
| 50 | +- The repository store (PSResourceRepository.xml) is auto-generated if it does not already exist. It also automatically registers the PowerShellGallery with a default priority of 50 and a default trusted value of false. |
| 51 | +- Better Linux support, including graceful exits when paths do not exist |
| 52 | +- Better pipeline input support all cmdlets |
| 53 | +- General wildcard support for all cmdlets |
| 54 | +- WhatIf support for all cmdlets |
| 55 | +- All cmdlets output concrete return types |
| 56 | +- Better help documentation for all cmdlets |
| 57 | +- Using an exact prerelease version with Find, Install, or Save no longer requires `-Prerelease` tag |
| 58 | +- Support for finding, installing, saving, and updating PowerShell resources from Azure Artifact feeds |
| 59 | +- Publish-PSResource now properly dispays 'Tags' in nuspec |
| 60 | +- Find-PSResource quickly cancels transactions with 'CTRL + C' |
| 61 | +- Register-PSRepository now handles relative paths |
| 62 | +- Find-PSResource and Save-PSResource deduplicates dependencies |
| 63 | +- Install-PSResource no longer creates version folder with the prerelease tag |
| 64 | +- Update-PSResource can now update all resources, and no longer requires name param |
| 65 | +- Save-PSResource properly handles saving scripts |
| 66 | +- Get-InstalledPSResource uses default PowerShell paths |
47 | 67 | '@
|
48 | 68 | }
|
49 | 69 | }
|
|
0 commit comments