Skip to content

Commit

Permalink
Merge in 'release/5.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jan 23, 2021
2 parents eae88cc + 0e9bab8 commit c636bbd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/libraries/pkg/descriptions.json
Expand Up @@ -2072,22 +2072,22 @@
},
{
"Name": "System.ServiceProcess.ServiceController",
"Description": "Provides types to perform speech synthesis and speech recognition.",
"Description": "Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.",
"CommonTypes": [
"System.Speech.Synthesis.SpeechSynthesizer",
"System.Speech.Recognition.SpeechRecognizer"
"System.ServiceProcess.ServiceController",
"System.ServiceProcess.ServiceControllerStatus",
"System.ServiceProcess.ServiceType"
]
},
{
"Name": "System.Speech",
"Description": "Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.",
"Description": "Provides types to perform speech synthesis and speech recognition.",
"CommonTypes": [
"System.ServiceProcess.ServiceController",
"System.ServiceProcess.ServiceControllerStatus",
"System.ServiceProcess.ServiceType"
"System.Speech.Synthesis.SpeechSynthesizer",
"System.Speech.Recognition.SpeechRecognizer"
]
},
{
{
"Name": "System.Text.Encoding",
"Description": "Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes.",
"CommonTypes": [
Expand Down

0 comments on commit c636bbd

Please sign in to comment.