From 6f2ef34c61a33f4681bfa5955f8c1df61ead0e15 Mon Sep 17 00:00:00 2001
From: alerickson <25858831+alerickson@users.noreply.github.com>
Date: Fri, 13 Sep 2024 10:34:10 -0700
Subject: [PATCH 1/3] Update preview.md
---
CHANGELOG/preview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
From b35a403fef339944b76d3d9901561c9f940b06fa Mon Sep 17 00:00:00 2001
From: alerickson <25858831+alerickson@users.noreply.github.com>
Date: Fri, 13 Sep 2024 17:38:24 +0000
Subject: [PATCH 2/3] Update dotnet sdk and psd1
---
global.json | 2 +-
src/Microsoft.PowerShell.PSResourceGet.psd1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/global.json b/global.json
index 87b60ce1a..98154981d 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.304"
+ "version": "8.0.8"
}
}
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
From ea3edb7f933c892b1ce158de44c7e51d9e3845de Mon Sep 17 00:00:00 2001
From: alerickson <25858831+alerickson@users.noreply.github.com>
Date: Fri, 13 Sep 2024 10:44:05 -0700
Subject: [PATCH 3/3] Update dotnet sdk and dependencies
---
global.json | 2 +-
src/code/Microsoft.PowerShell.PSResourceGet.csproj | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/global.json b/global.json
index 98154981d..8acf2f3a1 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.8"
+ "version": "8.0.400"
}
}
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 @@
-
+
-
+