File tree Expand file tree Collapse file tree 3 files changed +4
-26
lines changed
Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >1.18.0 </VersionPrefix >
4+ <VersionPrefix >1.18.1 </VersionPrefix >
55 <TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
66 <AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer</AssemblyName >
77 <PackageId >Engine</PackageId >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
1111RootModule = ' PSScriptAnalyzer.psm1'
1212
1313# Version number of this module.
14- ModuleVersion = ' 1.18.0 '
14+ ModuleVersion = ' 1.18.1 '
1515
1616# ID used to uniquely identify this module
1717GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -86,13 +86,7 @@ PrivateData = @{
8686 LicenseUri = ' https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
8787 ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
8888 IconUri = ' '
89- ReleaseNotes = @'
90- ### Fixes
91-
92- - Fix signing so `PSScriptAnalyzer` can be installed without the `-SkipPublisherCheck` switch (#1014)
93- - Issues with rule `PSAvoidAssignmentToAutomaticVariable` were fixed (#1007, #1013, #1014)
94- - Rule documentation update and cleanup (#988)
95- '@
89+ ReleaseNotes = ' '
9690 }
9791}
9892
@@ -103,19 +97,3 @@ PrivateData = @{
10397# DefaultCommandPrefix = ''
10498
10599}
106-
107-
108-
109-
110-
111-
112-
113-
114-
115-
116-
117-
118-
119-
120-
121-
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >1.18.0 </VersionPrefix >
4+ <VersionPrefix >1.18.1 </VersionPrefix >
55 <TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
66 <AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules</AssemblyName >
77 <PackageId >Rules</PackageId >
You can’t perform that action at this time.
0 commit comments