Skip to content

Commit a9b3d64

Browse files
authored
Merge pull request #1248 from bergmeister/versionbump_18_1
Bump version to 1.18.1
2 parents 039c700 + f5b8461 commit a9b3d64

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

Engine/Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

Engine/PSScriptAnalyzer.psd1

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
1111
RootModule = '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
1717
GUID = '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-

Rules/Rules.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)