From f3ae54b66276ec8b9db3080e30760fe7ec876c02 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Thu, 3 Aug 2023 19:40:19 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc9175a71..ab5e526ba 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ With DSCv3, you can: ### Differences from PowerShell DSC +This project builds upon the [foundational versions of DSC](https://github.com/powershell/psdesiredstateconfiguration) but with significant new considerations. + DSCv3 differs from PowerShell DSC in a few important ways: - DSCv3 doesn't depend on PowerShell. You can use DSCv3 without PowerShell installed and manage From 7032325531b31670aee508c82a7d02e462d9719c Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Thu, 3 Aug 2023 21:43:33 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5e526ba..acfc38954 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ With DSCv3, you can: ### Differences from PowerShell DSC -This project builds upon the [foundational versions of DSC](https://github.com/powershell/psdesiredstateconfiguration) but with significant new considerations. +This project builds upon the [foundational versions of DSC](https://github.com/powershell/psdesiredstateconfiguration) but with significant new considerations. Compatibility with community resources is a high priority. DSCv3 differs from PowerShell DSC in a few important ways: From 65321f966ea954d8bf0b37df2953a1786a01379c Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Fri, 4 Aug 2023 11:35:04 -0500 Subject: [PATCH 3/3] Update README.md Co-authored-by: Steve Lee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acfc38954..1be66a5ed 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ With DSCv3, you can: ### Differences from PowerShell DSC -This project builds upon the [foundational versions of DSC](https://github.com/powershell/psdesiredstateconfiguration) but with significant new considerations. Compatibility with community resources is a high priority. +This project is the next generation of DSC and leverages the [PSDesiredStateConfiguration module](https://github.com/powershell/psdesiredstateconfiguration) to maintain compatibility with existing PowerShell based resources. DSCv3 differs from PowerShell DSC in a few important ways: