You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [Unreleased]
7
7
8
+
### Changed
9
+
10
+
- ComputerManagementDsc
11
+
- The class-based resources are now re-using the module DscResource.Base - Fixes [Issue #404](https://github.com/dsccommunity/ComputerManagementDsc/issues/404).
12
+
- Removed the file `source/build.psd1` as it is no longer required for the
13
+
build pipeline.
14
+
8
15
## [9.0.0] - 2023-02-22
9
16
10
17
### Fixed
@@ -28,9 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
35
in the module manifest in the source folder as the built module is
29
36
automatically updated with this information by the pipeline - Fixes [Issue #396](https://github.com/dsccommunity/ComputerManagementDsc/issues/396).
30
37
- Moved the build step of the pipeline to a Windows build worker when running in Azure DevOps.
31
-
- The class-based resources are now re-using the module DscResource.Base - Fixes [Issue #404](https://github.com/dsccommunity/ComputerManagementDsc/issues/404).
32
-
- Removed the file `source/build.psd1` as it is no longer required for the
0 commit comments