Skip to content

Commit a3ec054

Browse files
committed
Update the error description string
1 parent c0e1393 commit a3ec054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -730,7 +730,7 @@
730730
<value>Avoid Using Deprecated Manifest Fields</value>
731731
</data>
732732
<data name="AvoidUsingDeprecatedManifestFieldsDescription" xml:space="preserve">
733-
<value>Some manifest fields are obsolete in the latest PowerShell version. Please update with the latest manifest fields in modules to avoid PowerShell version inconsistency.</value>
733+
<value>"ModuleToProcess" is obsolete in the latest PowerShell version. Please update with the latest field "RootModule" in manifest files to avoid PowerShell version inconsistency.</value>
734734
</data>
735735
<data name="AvoidUsingDeprecatedManifestFieldsName" xml:space="preserve">
736736
<value>AvoidUsingDeprecatedManifestFields</value>

0 commit comments

Comments
 (0)