File tree 3 files changed +4
-4
lines changed
PowerShellEditorServices/Properties
PowerShellEditorServices.Host/Properties
PowerShellEditorServices.Protocol/Properties
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
// General Information about an assembly is controlled through the following
11
11
// set of attributes. Change these attribute values to modify the information
12
12
// associated with an assembly.
13
- [ assembly: AssemblyTitle ( "PowerShell Editor Services - Host Process" ) ]
13
+ [ assembly: AssemblyTitle ( "PowerShell Editor Services Host Process" ) ]
14
14
[ assembly: AssemblyDescription ( "Provides a process for hosting the PowerShell Editor Services library exposed by a JSON message protocol." ) ]
15
15
[ assembly: AssemblyConfiguration ( "" ) ]
16
16
[ assembly: AssemblyCompany ( "Microsoft" ) ]
Original file line number Diff line number Diff line change 10
10
// General Information about an assembly is controlled through the following
11
11
// set of attributes. Change these attribute values to modify the information
12
12
// 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 ." ) ]
15
15
[ assembly: AssemblyConfiguration ( "" ) ]
16
16
[ assembly: AssemblyCompany ( "Microsoft" ) ]
17
17
[ assembly: AssemblyProduct ( "PowerShell Editor Services" ) ]
Original file line number Diff line number Diff line change 10
10
// General Information about an assembly is controlled through the following
11
11
// set of attributes. Change these attribute values to modify the information
12
12
// associated with an assembly.
13
- [ assembly: AssemblyTitle ( "PowerShell Editor Services Library " ) ]
13
+ [ assembly: AssemblyTitle ( "PowerShell Editor Services" ) ]
14
14
[ assembly: AssemblyDescription ( "Provides common PowerShell editor capabilities as a .NET library." ) ]
15
15
[ assembly: AssemblyConfiguration ( "" ) ]
16
16
[ assembly: AssemblyCompany ( "Microsoft" ) ]
You can’t perform that action at this time.
0 commit comments