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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2011-10-07 14:10:42 +0400
committerMarek Safar <marek.safar@gmail.com>2011-10-07 14:10:42 +0400
commit2c49cea93592ba4e9dc102b91768de4742d7595e (patch)
treee2cd311a2f1fb99566f01a975628056073c93b1a /mcs/class/System.Data.Services.Client
parent0bfdc35827bc12810f07669ae0155ccf07ff25e2 (diff)
Mark System.Data.Services.Client CLS-compliant
Diffstat (limited to 'mcs/class/System.Data.Services.Client')
-rw-r--r--mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs b/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
index 247a5f09b5e..93914e9b475 100644
--- a/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
@@ -46,7 +46,7 @@ using System.Runtime.Versioning;
#if NET_4_0
[assembly: System.Security.SecurityCritical]
[assembly: ComVisible(false)]
-[assembly: CLSCompliant(false)]
+[assembly: CLSCompliant(true)]
[assembly: AllowPartiallyTrustedCallers]
[assembly: AssemblyTitle("System.Data.Services.Client.dll")]
[assembly: AssemblyDescription("System.Data.Services.Client.dll")]