Skip to content

Commit

Permalink
Rename file so dashes are replaced by spaces in Wiki (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Oct 10, 2024
1 parent 961b0dc commit 56f8a49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enable generated docs with `DscResource.DocGenerator`
- Add HQRM checks
- Add wiki documentation for usage
- Rename file so dashes are replaced by spaces in Wiki.

### Fixed

Expand All @@ -45,6 +46,7 @@ and [#9](https://github.com/dsccommunity/DscResource.AnalyzerRules/issues/9).
- `Get-TokensFromDefinition.ps1`
- Remove unused variable.
- Renamed 'source' folder to all lower-case characters.
- Update module manifest to use required module PSScriptAnalyzer v1.23

### Changed

Expand Down
2 changes: 1 addition & 1 deletion source/DscResource.AnalyzerRules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PowerShellVersion = '5.1'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ModuleName = 'PSScriptAnalyzer'; ModuleVersion = '1.22.0'}
@{ModuleName = 'PSScriptAnalyzer'; ModuleVersion = '1.23.0'}
)

# Assemblies that must be loaded prior to importing this module
Expand Down
File renamed without changes.

0 comments on commit 56f8a49

Please sign in to comment.