Skip to content

Commit ed50319

Browse files
authored
Merge pull request #1216 from SteveL-MSFT/v3.2-p7
Update version to 3.2-preview.7
2 parents 0eedb93 + 997a5da commit ed50319

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ regex = { version = "1.11" }
155155
# registry, dsc-lib-registry
156156
registry = { version = "1.3" }
157157
# dsc
158-
rmcp = { version = "0.7" }
158+
rmcp = { version = "0.8" }
159159
# dsc_lib
160160
rt-format = { version = "0.3" }
161161
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, runcommandonset, sshdconfig

adapters/powershell/psDscAdapter/powershell.resource.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if ($Operation -eq 'ClearCache') {
5050

5151
if ($PSVersionTable.PSVersion.Major -le 5) {
5252
# For Windows PowerShell, we want to remove any PowerShell 7 paths from PSModulePath
53-
if ($pwshPath = Get-Command 'pwsh' -ErrorAction Ignore | Select-Obect -ExpandProperty Source) {
53+
if ($pwshPath = Get-Command 'pwsh' -ErrorAction Ignore | Select-Object -ExpandProperty Source) {
5454
$pwshDefaultModulePaths = @(
5555
"$HOME\Documents\PowerShell\Modules" # CurrentUser
5656
"$Env:ProgramFiles\PowerShell\Modules" # AllUsers

dsc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsc"
3-
version = "3.2.0-preview.6"
3+
version = "3.2.0-preview.7"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)