Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2021-01-23 06:11:10 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2021-01-23 06:11:10 +0300
commitc636bbdc8a2d393d07c0e9407a4f8923ba1a21cb (patch)
tree8c7d3457221868adbe6b86ab694def3072c0db55
parenteae88cc11bcdd1d426f6c8328bb80330aa6ff674 (diff)
parent0e9bab84b6f2bc8ca09e2250d0c4e29425b44b10 (diff)
Merge in 'release/5.0' changesv5.0.3
-rw-r--r--src/libraries/pkg/descriptions.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/libraries/pkg/descriptions.json b/src/libraries/pkg/descriptions.json
index 5c3a3933904..8684618f94d 100644
--- a/src/libraries/pkg/descriptions.json
+++ b/src/libraries/pkg/descriptions.json
@@ -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": [