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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2016-11-22 21:01:25 +0300
committerDaniel Grunwald <daniel@danielgrunwald.de>2016-11-22 21:01:52 +0300
commit612848ef567c43765e2dd31c158933e34fc429e4 (patch)
tree6aadd46bf5a29475ec30f991ab8d2f970c2a40e6 /README
parent85cf91fe5138252a44b8e1d14a10366f90a5a10d (diff)
Mention that cecil should be 0.9.6 (we're not yet compatible with the cecil 0.10 beta)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 5fcaf41b..817c01f4 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ How to download:
- Sourcecode is available on GitHub (https://github.com/icsharpcode/NRefactory)
How to compile:
- 1. Get Mono.Cecil
+ 1. Get Mono.Cecil 0.9.6
Get Cecil from https://github.com/jbevain/cecil ('git clone git://github.com/jbevain/cecil.git')
or download Cecil from https://github.com/jbevain/cecil/ and unzip it into a directory named "cecil"
next to the directory containing NRefactory.