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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json6
-rw-r--r--pkg/descriptions.json9
2 files changed, 15 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 28e475f5bd..946567d1b9 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -2120,6 +2120,12 @@
"4.0.3.0": "4.5.0"
}
},
+ "System.IO.Pipelines": {
+ "InboxOn": {},
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.5.0"
+ }
+ },
"System.IO.Pipes": {
"StableVersions": [
"4.0.0",
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 83319dc0b7..3345d8958e 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -893,6 +893,15 @@
"CommonTypes": []
},
{
+ "Name": "System.IO.Pipelines",
+ "Description": "Single producer single consumer byte buffer management.",
+ "CommonTypes": [
+ "System.IO.Pipelines.Pipe",
+ "System.IO.Pipelines.PipeWriter",
+ "System.IO.Pipelines.PipeReader"
+ ]
+ },
+ {
"Name": "System.IO.Pipes",
"Description": "Provides a means for interprocess communication through anonymous and/or named pipes.",
"CommonTypes": [