Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -35,11 +35,7 @@ using System.Runtime.ConstrainedExecution;
#if !PLATFORM_COMPACTFRAMEWORK
[assembly: AllowPartiallyTrustedCallers]
[assembly: ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
#if NET_4_0
[assembly: SecurityRules(SecurityRuleSet.Level1)]
#else
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
#endif
#endif
// Version information for an assembly consists of the following four values:
@@ -52,11 +48,7 @@ using System.Runtime.ConstrainedExecution;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
#if !MOBILE
#if NET_4_0
[assembly: AssemblyVersion("4.0.0.0")]
#else // NET_4_0
[assembly: AssemblyVersion("2.0.0.0")]
#endif // NET_4_0
#else
[assembly: AssemblyVersion(Consts.FxVersion)]
#endif