Skip to content

Commit 3b29425

Browse files
authored
Remove throw for TerminatingError and update module files from Sampler (#21)
1 parent 59021ed commit 3b29425

File tree

8 files changed

+879
-175
lines changed

8 files changed

+879
-175
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Changed
9+
10+
- `RequiredModules`
11+
- Add PlatyPS
12+
- `Resolve-Dependency`
13+
- Add latest config
14+
- `build.yaml`
15+
- Move docs to own task
16+
- Remove `VersionedOutputDirectory` as default value is `True`
17+
- `build.ps1`
18+
- Update from Sampler
19+
- `Resolve-Dependency.ps1`
20+
- Update from Sampler
21+
22+
### Fixed
23+
24+
- `Get-LocalizedDataRecursive`
25+
- Switch `throw` to use `TerminatingError` [issue #16](https://github.com/dsccommunity/DscResource.Base/issues/16)
26+
827
## [1.1.2] - 2024-08-17
928

1029
### Fixed

RequiredModules.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
'Sampler.GitHubTasks' = 'latest'
2222
MarkdownLinkCheck = 'latest'
2323
'DscResource.Test' = 'latest'
24+
2425
'DscResource.DocGenerator' = 'latest'
26+
PlatyPS = 'latest'
2527

2628
# Analyzer rules
2729
'DscResource.AnalyzerRules' = 'latest'

0 commit comments

Comments
 (0)