Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using System.Management.Automation.Runspaces;
using System.Management.Automation.Tracing;
using System.Globalization;

#if CORECLR
using System.Runtime.InteropServices;
#endif
Expand Down Expand Up @@ -109,7 +110,7 @@ public int Start(string consoleFilePath, string[] args)
try
{
#if CORECLR
var banner = ManagedEntranceStrings.ShellBannerNonWindowsPowerShell;
var banner = ManagedEntranceStrings.ShellBannerNonWindowsPowerShell;
#else
var banner = ManagedEntranceStrings.ShellBanner;
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@
</resheader>
<data name="ShellBanner" xml:space="preserve">
<value>Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.</value>
Copyright (C) Microsoft Corporation. All rights reserved.</value>
</data>
<data name="ShellBannerNonWindowsPowerShell" xml:space="preserve">
<value>PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.</value>
Copyright (C) Microsoft Corporation. All rights reserved.</value>
</data>
<data name="ShellHelp" xml:space="preserve">
<value>PowerShell[.exe] [-PSConsoleFile &lt;file&gt; | -Version &lt;version&gt;]
Expand Down