Skip to content

Commit 86e3539

Browse files
committed
Update AssemblyInfo.cs for shipped projects
1 parent 39ffdcc commit 86e3539

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/PowerShellEditorServices.Host/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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("PowerShell Editor Services - Host Process")]
13+
[assembly: AssemblyTitle("PowerShell Editor Services Host Process")]
1414
[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")]

src/PowerShellEditorServices.Protocol/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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("PowerShell Editor Services - Standard I/O Transport")]
14-
[assembly: AssemblyDescription("Provides standard I/O transport for the PowerShell Editor Services host process.")]
13+
[assembly: AssemblyTitle("PowerShell Editor Services Host Protocol Library")]
14+
[assembly: AssemblyDescription("Provides message types and client/server APIs for the PowerShell Editor Services JSON protocol.")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]
1717
[assembly: AssemblyProduct("PowerShell Editor Services")]

src/PowerShellEditorServices/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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("PowerShell Editor Services Library")]
13+
[assembly: AssemblyTitle("PowerShell Editor Services")]
1414
[assembly: AssemblyDescription("Provides common PowerShell editor capabilities as a .NET library.")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]

0 commit comments

Comments
 (0)