File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.17.1 </VersionPrefix >
4
+ <VersionPrefix >1.18.0 </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.17.1 '
14
+ ModuleVersion = ' 1.18.0 '
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
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.17.1 </VersionPrefix >
4
+ <VersionPrefix >1.18.0 </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