Skip to content

Commit

Permalink
Remove throw for TerminatingError and update module files from Sampler (
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-hughes authored Nov 23, 2024
1 parent 59021ed commit 3b29425
Show file tree
Hide file tree
Showing 8 changed files with 879 additions and 175 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- `RequiredModules`
- Add PlatyPS
- `Resolve-Dependency`
- Add latest config
- `build.yaml`
- Move docs to own task
- Remove `VersionedOutputDirectory` as default value is `True`
- `build.ps1`
- Update from Sampler
- `Resolve-Dependency.ps1`
- Update from Sampler

### Fixed

- `Get-LocalizedDataRecursive`
- Switch `throw` to use `TerminatingError` [issue #16](https://github.com/dsccommunity/DscResource.Base/issues/16)

## [1.1.2] - 2024-08-17

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'

'DscResource.DocGenerator' = 'latest'
PlatyPS = 'latest'

# Analyzer rules
'DscResource.AnalyzerRules' = 'latest'
Expand Down
Loading

0 comments on commit 3b29425

Please sign in to comment.