Skip to content

Commit b35a403

Browse files
committed
Update dotnet sdk and psd1
1 parent 6f2ef34 commit b35a403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8"
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

0 commit comments

Comments
 (0)