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:
authorKarel Zikmund <karelz@users.noreply.github.com>2017-04-05 08:50:56 +0300
committerGitHub <noreply@github.com>2017-04-05 08:50:56 +0300
commitd270864dd13652c491cc978205d47bf1b1d58190 (patch)
tree02361a11d02b68f38526d08a7f82a5d297d22623 /README.md
parente6373271d883394b53e7aeb2a616803024ebf351 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea7863e1e3..b116935472 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+# Latest News and Announcemnts
+
+* [Announcement: Driving towards zero 2.0 bugs by May 10 (ZBB)](https://github.com/dotnet/corefx/issues/17619)
+* [Plan for better new-contributor friendly docs](https://github.com/dotnet/corefx/issues/17534)
+
# .NET Core Libraries (CoreFX)
The corefx repo contains the library implementation (called "CoreFX") for [.NET Core](http://github.com/dotnet/core). It includes System.Collections, System.IO, System.Xml, and many other components. You can see more information in [Documentation](Documentation/README.md). The corresponding [.NET Core Runtime repo](https://github.com/dotnet/coreclr) contains the runtime implementation (called "CoreCLR") for .NET Core. It includes RyuJIT, the .NET GC, and many other components. Runtime-specific library code - namely [System.Private.Corelib](https://github.com/dotnet/coreclr/tree/master/src/mscorlib) - lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime.