File tree 3 files changed +4
-26
lines changed 3 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >1.18.0 </VersionPrefix >
4
+ <VersionPrefix >1.18.1 </VersionPrefix >
5
5
<TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
6
6
<AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer</AssemblyName >
7
7
<PackageId >Engine</PackageId >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
11
11
RootModule = ' PSScriptAnalyzer.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.18.0 '
14
+ ModuleVersion = ' 1.18.1 '
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -86,13 +86,7 @@ PrivateData = @{
86
86
LicenseUri = ' https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
87
87
ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
88
88
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 = ' '
96
90
}
97
91
}
98
92
@@ -103,19 +97,3 @@ PrivateData = @{
103
97
# DefaultCommandPrefix = ''
104
98
105
99
}
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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >1.18.0 </VersionPrefix >
4
+ <VersionPrefix >1.18.1 </VersionPrefix >
5
5
<TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
6
6
<AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules</AssemblyName >
7
7
<PackageId >Rules</PackageId >
You can’t perform that action at this time.
0 commit comments