From 56f8a491aa64f8fb3dfb485242b04ee32176952d Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Thu, 10 Oct 2024 12:21:32 +0200 Subject: [PATCH] Rename file so dashes are replaced by spaces in Wiki (#29) --- CHANGELOG.md | 2 ++ source/DscResource.AnalyzerRules.psd1 | 2 +- .../WikiSource/{Visual_Studio_Code.md => Visual-Studio-Code.md} | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename source/WikiSource/{Visual_Studio_Code.md => Visual-Studio-Code.md} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 386773c..d264493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/source/DscResource.AnalyzerRules.psd1 b/source/DscResource.AnalyzerRules.psd1 index c8b11f2..9d8930e 100644 --- a/source/DscResource.AnalyzerRules.psd1 +++ b/source/DscResource.AnalyzerRules.psd1 @@ -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 diff --git a/source/WikiSource/Visual_Studio_Code.md b/source/WikiSource/Visual-Studio-Code.md similarity index 100% rename from source/WikiSource/Visual_Studio_Code.md rename to source/WikiSource/Visual-Studio-Code.md