|
4 | 4 | @{
|
5 | 5 | RootModule = './Microsoft.PowerShell.PSResourceGet.dll'
|
6 | 6 | NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1')
|
7 |
| - ModuleVersion = '1.0.0' |
| 7 | + ModuleVersion = '1.1.0' |
8 | 8 | CompatiblePSEditions = @('Core', 'Desktop')
|
9 | 9 | GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
|
10 | 10 | Author = 'Microsoft Corporation'
|
|
45 | 45 | 'udres')
|
46 | 46 | PrivateData = @{
|
47 | 47 | PSData = @{
|
48 |
| - #Prerelease = '' |
| 48 | + Prerelease = 'preview1' |
49 | 49 | Tags = @('PackageManagement',
|
50 | 50 | 'PSEdition_Desktop',
|
51 | 51 | 'PSEdition_Core',
|
|
55 | 55 | ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
|
56 | 56 | LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
|
57 | 57 | ReleaseNotes = @'
|
| 58 | +## 1.1.0-preview1 |
| 59 | +
|
| 60 | +### New Features |
| 61 | +
|
| 62 | +- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, |
| 63 | +#1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615) |
| 64 | +
|
| 65 | +### Bug Fixes |
| 66 | +
|
| 67 | +- Fix incorrect request URL when installing resources from ADO (#1597 Thanks @anytonyoni!) |
| 68 | +- Fix for swallowed exceptions (#1569) |
| 69 | +- Fix for PSResourceGet not working in Constrained Languange Mode (#1564) |
| 70 | +
|
| 71 | +## 1.0.3 |
| 72 | +
|
| 73 | +### Bug Fixes |
| 74 | +- Bug fix for null package version in `Install-PSResource` |
| 75 | +
|
| 76 | +## 1.0.2 |
| 77 | +
|
| 78 | +### Bug Fixes |
| 79 | +
|
| 80 | +- Bug fix for `Update-PSResource` not updating from correct repository (#1549) |
| 81 | +- Bug fix for creating temp home directory on Unix (#1544) |
| 82 | +- Bug fix for creating `InstalledScriptInfos` directory when it does not exist (#1542) |
| 83 | +- Bug fix for `Update-ModuleManifest` throwing null pointer exception (#1538) |
| 84 | +- Bug fix for `name` property not populating in `PSResourceInfo` object when using `Find-PSResource` with JFrog Artifactory (#1535) |
| 85 | +- Bug fix for incorrect configuration of requests to JFrog Artifactory v2 endpoints (#1533 Thanks @sean-r-williams!) |
| 86 | +- Bug fix for determining JFrog Artifactory repositories (#1532 Thanks @sean-r-williams!) |
| 87 | +- Bug fix for v2 server repositories incorrectly adding script endpoint (1526) |
| 88 | +- Bug fixes for null references (#1525) |
| 89 | +- Typo fixes in message prompts in `Install-PSResource` (#1510 Thanks @NextGData!) |
| 90 | +- Bug fix to add `NormalizedVersion` property to `AdditionalMetadata` only when it exists (#1503 Thanks @sean-r-williams!) |
| 91 | +- Bug fix to verify whether `Uri` is a UNC path and set respective `ApiVersion` (#1479 Thanks @kborowinski!) |
| 92 | +
|
| 93 | +## 1.0.1 |
| 94 | +
|
| 95 | +### Bug Fixes |
| 96 | +
|
| 97 | +- Bugfix to update Unix local user installation paths to be compatible with .NET 7 and .NET 8 (#1464) |
| 98 | +- Bugfix for Import-PSGetRepository in Windows PowerShell (#1460) |
| 99 | +- Bugfix for `Test-PSScriptFileInfo`` to be less sensitive to whitespace (#1457) |
| 100 | +- Bugfix to overwrite rels/rels directory on net472 when extracting nupkg to directory (#1456) |
| 101 | +- Bugfix to add pipeline by property name support for Name and Repository properties for Find-PSResource (#1451 Thanks @ThomasNieto!) |
| 102 | +
|
58 | 103 | ## 1.0.0
|
59 | 104 |
|
60 | 105 | ### New Features
|
|
0 commit comments