Skip to content

Commit f6f07e9

Browse files
committed
More changes to Powershell namespace
1 parent 0bb0143 commit f6f07e9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Author = 'Microsoft Corporation'
99

1010
# Script module or binary module file associated with this manifest.
11-
RootModule = 'Microsoft.Windows.Powershell.ScriptAnalyzer.dll'
11+
RootModule = 'Microsoft.Windows.PowerShell.ScriptAnalyzer.dll'
1212

1313
# Version number of this module.
1414
ModuleVersion = '1.0.1'

Engine/ScriptAnalyzer.format.ps1xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<View>
55
<Name>PSScriptAnalyzerView</Name>
66
<ViewSelectedBy>
7-
<TypeName>Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.DiagnosticRecord</TypeName>
7+
<TypeName>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.DiagnosticRecord</TypeName>
88
</ViewSelectedBy>
99
<TableControl>
1010
<TableHeaders>
@@ -57,7 +57,7 @@
5757
<View>
5858
<Name>PSScriptAnalyzerView</Name>
5959
<ViewSelectedBy>
60-
<TypeName>Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.SuppressedRecord</TypeName>
60+
<TypeName>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SuppressedRecord</TypeName>
6161
</ViewSelectedBy>
6262
<TableControl>
6363
<TableHeaders>
@@ -110,7 +110,7 @@
110110
<View>
111111
<Name>ScriptAnalyzerRules</Name>
112112
<ViewSelectedBy>
113-
<TypeName>Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.RuleInfo</TypeName>
113+
<TypeName>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo</TypeName>
114114
</ViewSelectedBy>
115115
<TableControl>
116116
<TableHeaders>

Engine/ScriptAnalyzer.types.ps1xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Types>
33
<Type>
4-
<Name>Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.DiagnosticRecord</Name>
4+
<Name>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.DiagnosticRecord</Name>
55
<Members>
66
<ScriptProperty>
77
<Name>Line</Name>
@@ -33,7 +33,7 @@
3333
</Members>
3434
</Type>
3535
<Type>
36-
<Name>Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.SuppressedRecord</Name>
36+
<Name>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SuppressedRecord</Name>
3737
<Members>
3838
<ScriptProperty>
3939
<Name>Line</Name>
@@ -71,7 +71,7 @@
7171
</Members>
7272
</Type>
7373
<Type>
74-
<Name>Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.RuleInfo</Name>
74+
<Name>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo</Name>
7575
<Members>
7676
<MemberSet>
7777
<Name>PSStandardMembers</Name>

Rules/Strings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rules/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
<value>Module Manifest Fields</value>
296296
</data>
297297
<data name="AvoidUnloadableModuleDescription" xml:space="preserve">
298-
<value>If a script file is in a Powershell module folder, then that folder must be loadable.</value>
298+
<value>If a script file is in a PowerShell module folder, then that folder must be loadable.</value>
299299
</data>
300300
<data name="AvoidUnloadableModuleError" xml:space="preserve">
301301
<value>Cannot load the module '{0}' that file '{1}' is in.</value>

0 commit comments

Comments
 (0)