Skip to content

Commit 9a869f1

Browse files
committed
Merge branch 'master' of https://github.com/powershell/PSResourceGet into release/v1.1.0-preview2
2 parents d03b7af + fe9c4d6 commit 9a869f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG/preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- New cmdlet `Compress-PSResource` which packs a package into a .nupkg and saves it to the file system (#1682, #1702)
66
- New `-Nupkg` parameter for `Publish-PSResource` which pushes pushes a .nupkg to a repository (#1682)
7-
- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name (#1694)
7+
- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name for container registry repositories to add a module prefix.This is only used for publishing and is not part of metadata. MAR will drop the prefix when syndicating from ACR to MAR (#1694)
88

99
### Bug Fixes
1010

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.304"
3+
"version": "8.0.400"
44
}
55
}

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
6363
- New cmdlet `Compress-PSResource` which packs a package into a .nupkg and saves it to the file system (#1682, #1702)
6464
- 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)
65+
- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name for container registry repositories to add a module prefix.This is only used for publishing and is not part of metadata. MAR will drop the prefix when syndicating from ACR to MAR (#1694)
6666
6767
### Bug Fixes
6868

src/code/Microsoft.PowerShell.PSResourceGet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
2323
<PackageReference Include="PowerShellStandard.Library" Version="7.0.0-preview.1" />
2424
<PackageReference Include="System.Net.Http" Version="4.3.4" />
25-
<PackageReference Include="System.Text.Json" Version="8.0.0" />
25+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
2626
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
27-
<PackageReference Include="Azure.Identity" Version="1.11.0" />
27+
<PackageReference Include="Azure.Identity" Version="1.11.4" />
2828
<Reference Include="System.Web" />
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)