diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index dab8837f5..560ce8d76 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -1,7 +1,7 @@  - 1.18.0 + 1.18.1 netstandard2.0;net452 Microsoft.Windows.PowerShell.ScriptAnalyzer Engine diff --git a/Engine/PSScriptAnalyzer.psd1 b/Engine/PSScriptAnalyzer.psd1 index b53409628..9404af16b 100644 --- a/Engine/PSScriptAnalyzer.psd1 +++ b/Engine/PSScriptAnalyzer.psd1 @@ -11,7 +11,7 @@ Author = 'Microsoft Corporation' RootModule = 'PSScriptAnalyzer.psm1' # Version number of this module. -ModuleVersion = '1.18.0' +ModuleVersion = '1.18.1' # ID used to uniquely identify this module GUID = 'd6245802-193d-4068-a631-8863a4342a18' @@ -86,13 +86,7 @@ PrivateData = @{ LicenseUri = 'https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE' ProjectUri = 'https://github.com/PowerShell/PSScriptAnalyzer' IconUri = '' - ReleaseNotes = @' -### Fixes - -- Fix signing so `PSScriptAnalyzer` can be installed without the `-SkipPublisherCheck` switch (#1014) -- Issues with rule `PSAvoidAssignmentToAutomaticVariable` were fixed (#1007, #1013, #1014) -- Rule documentation update and cleanup (#988) -'@ + ReleaseNotes = '' } } @@ -103,19 +97,3 @@ PrivateData = @{ # DefaultCommandPrefix = '' } - - - - - - - - - - - - - - - - diff --git a/Rules/Rules.csproj b/Rules/Rules.csproj index 57db86c89..e09eeb354 100644 --- a/Rules/Rules.csproj +++ b/Rules/Rules.csproj @@ -1,7 +1,7 @@  - 1.18.0 + 1.18.1 netstandard2.0;net452 Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules Rules