Add README.md for archived runtime packages (#570)
authorCharles Stoner <chucks@microsoft.com>
Thu, 5 Dec 2019 22:39:40 +0000 (14:39 -0800)
committerStephen Toub <stoub@microsoft.com>
Thu, 5 Dec 2019 22:39:40 +0000 (17:39 -0500)
* Add README.md for archived runtime packages

* package -> library

src/libraries/Microsoft.CSharp/README.md [new file with mode: 0644]
src/libraries/Microsoft.VisualBasic.Core/README.md [new file with mode: 0644]
src/libraries/System.Dynamic.Runtime/README.md [new file with mode: 0644]
src/libraries/System.Linq.Expressions/README.md [new file with mode: 0644]

diff --git a/src/libraries/Microsoft.CSharp/README.md b/src/libraries/Microsoft.CSharp/README.md
new file mode 100644 (file)
index 0000000..1b8c521
--- /dev/null
@@ -0,0 +1,8 @@
+# Microsoft.CSharp library
+
+We are not accepting feature contributions to Microsoft.CSharp.
+The library is effectively archived.
+
+The library and supporting language features are mature and no longer evolving, and the risk of code change likely exceeds the benefit.
+We will consider changes that address significant bugs or regressions, or changes that are necessary to continue shipping the binaries.
+Other changes will be rejected.
\ No newline at end of file
diff --git a/src/libraries/Microsoft.VisualBasic.Core/README.md b/src/libraries/Microsoft.VisualBasic.Core/README.md
new file mode 100644 (file)
index 0000000..46a6cef
--- /dev/null
@@ -0,0 +1,8 @@
+# Microsoft.VisualBasic.Core library
+
+We are not accepting feature contributions to Microsoft.VisualBasic.Core.
+The library is effectively archived.
+
+The library and supporting language features are mature and no longer evolving, and the risk of code change likely exceeds the benefit.
+We will consider changes that address significant bugs or regressions, or changes that are necessary to continue shipping the binaries.
+Other changes will be rejected.
\ No newline at end of file
diff --git a/src/libraries/System.Dynamic.Runtime/README.md b/src/libraries/System.Dynamic.Runtime/README.md
new file mode 100644 (file)
index 0000000..941778b
--- /dev/null
@@ -0,0 +1,8 @@
+# System.Dynamic.Runtime library
+
+We are not accepting feature contributions to System.Dynamic.Runtime.
+The library is effectively archived.
+
+The library and supporting language features are mature and no longer evolving, and the risk of code change likely exceeds the benefit.
+We will consider changes that address significant bugs or regressions, or changes that are necessary to continue shipping the binaries.
+Other changes will be rejected.
\ No newline at end of file
diff --git a/src/libraries/System.Linq.Expressions/README.md b/src/libraries/System.Linq.Expressions/README.md
new file mode 100644 (file)
index 0000000..5828643
--- /dev/null
@@ -0,0 +1,8 @@
+# System.Linq.Expressions library
+
+We are not accepting feature contributions to System.Linq.Expressions.
+The library is effectively archived.
+
+The library and supporting language features are mature and no longer evolving, and the risk of code change likely exceeds the benefit.
+We will consider changes that address significant bugs or regressions, or changes that are necessary to continue shipping the binaries.
+Other changes will be rejected.
\ No newline at end of file