Skip to content

Commit 9df1b0f

Browse files
committed
Update assembly info with the correct product name
1 parent 27369cc commit 9df1b0f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/PowerShellEditorServices.Host/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
// General Information about an assembly is controlled through the following
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
13-
[assembly: AssemblyTitle("Windows PowerShell Editor Services - Host Process")]
14-
[assembly: AssemblyDescription("Provides a process for hosting the Windows PowerShell Editor Services library exposed by a corresponding transport library.")]
13+
[assembly: AssemblyTitle("PowerShell Editor Services - Host Process")]
14+
[assembly: AssemblyDescription("Provides a process for hosting the PowerShell Editor Services library exposed by a JSON message protocol.")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]
17-
[assembly: AssemblyProduct("Windows PowerShell Editor Services")]
17+
[assembly: AssemblyProduct("PowerShell Editor Services")]
1818
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]

src/PowerShellEditorServices.Protocol/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
// General Information about an assembly is controlled through the following
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
13-
[assembly: AssemblyTitle("Windows PowerShell Editor Services - Standard I/O Transport")]
14-
[assembly: AssemblyDescription("Provides standard I/O transport for the Windows PowerShell Editor Services host process.")]
13+
[assembly: AssemblyTitle("PowerShell Editor Services - Standard I/O Transport")]
14+
[assembly: AssemblyDescription("Provides standard I/O transport for the PowerShell Editor Services host process.")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]
17-
[assembly: AssemblyProduct("Windows PowerShell Editor Services")]
17+
[assembly: AssemblyProduct("PowerShell Editor Services")]
1818
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]

src/PowerShellEditorServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
// General Information about an assembly is controlled through the following
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
13-
[assembly: AssemblyTitle("Windows PowerShell Editor Services Library")]
13+
[assembly: AssemblyTitle("PowerShell Editor Services Library")]
1414
[assembly: AssemblyDescription("Provides common PowerShell editor capabilities as a .NET library.")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]
17-
[assembly: AssemblyProduct("Windows PowerShell Editor Services")]
17+
[assembly: AssemblyProduct("PowerShell Editor Services")]
1818
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)