From 1e20b2ce6fa2ca05ae0c396f9c85e8f48dba6377 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:37:02 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab4e8de0a..abb8a3a83 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,10 @@ Important Note If you were familiar with the PowerShellGet 3.0 project, we renamed the module to be PSResourceGet, for more information please read [this blog](https://devblogs.microsoft.com/powershell/powershellget-in-powershell-7-4-updates/). -This version of PSResourceGet is currently under development and is not quite complete. -As a result, we are currently only accepting PRs for tests. If you would like to open a PR please open an issue first so that necessary discussion can take place. Please open an issue for any feature requests, bug reports, or questions for PSResourceGet. -Please note, the repository for PowerShellGet is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2). +Please note, the repository for PowerShellGet v2 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2). +The repository for the PowerShellGet v3 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGet). Introduction ============ From 1cbade1de2ce603d66ba8339359498ff6129688d Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:28:55 -0700 Subject: [PATCH 2/3] Update README.md Co-authored-by: Anam Navied --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abb8a3a83..091eb84b2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you were familiar with the PowerShellGet 3.0 project, we renamed the module t If you would like to open a PR please open an issue first so that necessary discussion can take place. Please open an issue for any feature requests, bug reports, or questions for PSResourceGet. Please note, the repository for PowerShellGet v2 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2). -The repository for the PowerShellGet v3 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGet). +The repository for the PowerShellGet, which will act as the Compat layer, is available at [PowerShell/PowerShellGet](https://github.com/PowerShell/PowerShellGet). Introduction ============ From f79202c56377ca04f7183a4297d79b6f9133b084 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:30:29 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 091eb84b2..a2ebe4593 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you were familiar with the PowerShellGet 3.0 project, we renamed the module t If you would like to open a PR please open an issue first so that necessary discussion can take place. Please open an issue for any feature requests, bug reports, or questions for PSResourceGet. Please note, the repository for PowerShellGet v2 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2). -The repository for the PowerShellGet, which will act as the Compat layer, is available at [PowerShell/PowerShellGet](https://github.com/PowerShell/PowerShellGet). +The repository for the PowerShellGet v3, the compatibility layer between PowerShellGet v2 and PSResourceGet, is available at [PowerShell/PowerShellGet](https://github.com/PowerShell/PowerShellGet). Introduction ============