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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-05-02 20:30:47 +0300
committerGitHub <noreply@github.com>2017-05-02 20:30:47 +0300
commitad78073c6ff4c72f20ff1c71f80e9e59c1031e72 (patch)
tree0f482941d3c82e7ae9868fa9852199289cd4a64b /README.md
parent645f7c4f98ad48a72edd713c21fa3965f0b6dffd (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8a2330694..dcf7c8eb7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
-The Mono linker is a tool one can use to only ship the minimal possible set of functions that a set of
+# IL linker
+
+The linker is a tool one can use to only ship the minimal possible IL code and metadata that a set of
programs might require to run as opposed to the full libraries.
It is used by the various Xamarin products to extract only the bits of code that are needed to run
an application on Android, iOS and other platforms.
-This file was extracted from Mono (github.com/mono/mono) on November 1st, 2016 to allow easier
-sharing of the linker code with other .NET projects.
+### Build & Test Status
+
+[![Build Status](https://jenkins.mono-project.com/buildStatus/icon?job=test-linker-mainline)](https://jenkins.mono-project.com/job/test-linker-mainline/)