diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md
index 963a8c36c..539630d0d 100644
--- a/CHANGELOG/preview.md
+++ b/CHANGELOG/preview.md
@@ -4,7 +4,7 @@
- New cmdlet `Compress-PSResource` which packs a package into a .nupkg and saves it to the file system (#1682, #1702)
- New `-Nupkg` parameter for `Publish-PSResource` which pushes pushes a .nupkg to a repository (#1682)
-- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name (#1694)
+- 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)
### Bug Fixes
diff --git a/global.json b/global.json
index 87b60ce1a..8acf2f3a1 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.304"
+ "version": "8.0.400"
}
}
diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1
index 92167e4d8..9fea3b273 100644
--- a/src/Microsoft.PowerShell.PSResourceGet.psd1
+++ b/src/Microsoft.PowerShell.PSResourceGet.psd1
@@ -62,7 +62,7 @@
- New cmdlet `Compress-PSResource` which packs a package into a .nupkg and saves it to the file system (#1682, #1702)
- New `-Nupkg` parameter for `Publish-PSResource` which pushes pushes a .nupkg to a repository (#1682)
-- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name (#1694)
+- 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)
### Bug Fixes
diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj
index d4692e4c4..591b53856 100644
--- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj
+++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj
@@ -22,9 +22,9 @@
-
+
-
+