Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@@ -15,12 +15,15 @@ namespace System.Web.Util {
internal static class VersionUtil {
public static readonly Version Framework00 = new Version(0, 0);
public static readonly Version Framework20 = new Version(2, 0);
public static readonly Version Framework35 = new Version(3, 5);
public static readonly Version Framework40 = new Version(4, 0);
public static readonly Version Framework45 = new Version(4, 5);
public static readonly Version Framework451 = new Version(4, 5, 1);
public static readonly Version Framework452 = new Version(4, 5, 2);
public static readonly Version Framework46 = new Version(4, 6);
public static readonly Version Framework461 = new Version(4, 6, 1);
// Convenience accessor for the "default" framework version; various configuration
// switches can use this as a default value. This value must only be bumped during