Skip to content

Commit 937f16b

Browse files
committed
Merge branch 'fix-keyvalue-pair' of https://github.com/Gijsreyn/operation-methods into fix-keyvalue-pair
2 parents 2b9a32f + 367b3ca commit 937f16b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dsc/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0-preview.1"
3+
version = "3.1.0-preview.2"
44
edition = "2021"
55

66
[profile.release]

powershell-adapter/psDscAdapter/psDscAdapter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,4 @@ class DscResourceInfo {
576576
[string] $ImplementedAs
577577
[string] $CompanyName
578578
[System.Collections.Generic.List[DscResourcePropertyInfo]] $Properties
579-
}
579+
}

0 commit comments

Comments
 (0)