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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-12-01 08:32:16 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-12-01 08:32:16 +0300
commit04f7488ae3147a4af08e649e1b415fd3cd8e6532 (patch)
tree8bbd780d0d3883ae2ba190fc643dd27a51b8034d /webcompare
parentabd2a06e8a91d48bf9d47f6f16412eb051e9ae4a (diff)
1.x is out
svn path=/trunk/mono-tools/; revision=147176
Diffstat (limited to 'webcompare')
-rw-r--r--webcompare/index.aspx28
1 files changed, 13 insertions, 15 deletions
diff --git a/webcompare/index.aspx b/webcompare/index.aspx
index 4f8c5d0d..3f9ceed9 100644
--- a/webcompare/index.aspx
+++ b/webcompare/index.aspx
@@ -76,6 +76,17 @@ void GenerateList (string reference, string profile)
</div>
<div id="content">
<div id="col1">
+<h2>Mono 4.0 vs .NET 4.0beta2</h2>
+
+ <p>This shows the work-in-progress of Mono towards completing
+ the 4.0beta2 APIs.
+
+ <ul class="assemblies">
+ <% GenerateList ("4.0", "4.0"); %>
+ </ul>
+</div>
+
+<div id="col2">
<h2>Mono 3.5 vs .NET 3.5</h2>
<p>This shows the work-in-progress of Mono towards completing
@@ -86,7 +97,7 @@ void GenerateList (string reference, string profile)
</ul>
</div>
-<div id="col2">
+<div id="col3">
<h2>Moonlight vs Silverlight 3.0</h2>
<p>This is used to compare Mono + Moonlight assemblies against
@@ -105,7 +116,7 @@ void GenerateList (string reference, string profile)
</ul>
</div>
-<div id="col3">
+<div id="col4">
<h2>Mono 3.5 vs .NET 2.0</h2>
<p>This is comparing Mono's latest API which is typically
@@ -119,19 +130,6 @@ void GenerateList (string reference, string profile)
<% GenerateList ("2.0", "2.0"); %>
</ul>
</div>
-
-<div id="col4">
-<h2>Mono 1.1 vs .NET 1.1</h2>
-
- <p>The Mono 1.1 API is typically used for embedded scenarios,
- so we are tracking here any major differences in the area of
- extra APIs that should not be exposed while building the
- NET_1_1 profile.
-
- <ul class="assemblies">
- <% GenerateList ("1.1", "1.0"); %>
- </ul>
-</div>
</div>
<div id="footer">&nbsp;</div>
</body>