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
diff options
context:
space:
mode:
authorTomas Matousek <tomas.matousek@microsoft.com>2016-10-07 00:46:42 +0300
committerTomas Matousek <tomas.matousek@microsoft.com>2016-10-07 00:46:42 +0300
commit60e6368f2888b108898a85e92c49907ca38707b4 (patch)
treed57bbb8aa24f199efc75ff9e19822a8598a7c5a2 /pkg/descriptions.json
parentf9133f89fa77c341db1ec32651cae61c527b8154 (diff)
Update SRM package description
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index db38268a4e..d72eb2d5e6 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1128,10 +1128,13 @@
},
{
"Name": "System.Reflection.Metadata",
- "Description": "This packages provides a low-level .NET (ECMA-335) metadata reader. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers.",
+ "Description": "This packages provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers.",
"CommonTypes": [
"System.Reflection.Metadata.MetadataReader",
- "System.Reflection.PortableExecutable.PEReader"
+ "System.Reflection.PortableExecutable.PEReader",
+ "System.Reflection.Metadata.Ecma335.MetadataBuilder",
+ "System.Reflection.PortableExecutable.PEBuilder",
+ "System.Reflection.PortableExecutable.ManagedPEBuilder"
]
},
{