File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
PowerShellEditorServices.Host/Properties
PowerShellEditorServices.Protocol/Properties
PowerShellEditorServices/Properties Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 ( "" ) ]
Original file line number Diff line number Diff line change 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 ( "" ) ]
Original file line number Diff line number Diff line change 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 ( "" ) ]
You can’t perform that action at this time.
0 commit comments