From e67c6637b01a1b13bf81f9831668d7f9e38bd7e1 Mon Sep 17 00:00:00 2001 From: andreasohlund Date: Thu, 8 Sep 2011 13:14:59 +0200 Subject: [PATCH] Assemblies are now marked as CLSCompliant --- default.ps1 | 1 + nant.build | 1 + nantdev.build | 1 + 3 files changed, 3 insertions(+) diff --git a/default.ps1 b/default.ps1 index 49ad98627f2..c6475aa05ff 100644 --- a/default.ps1 +++ b/default.ps1 @@ -117,6 +117,7 @@ using System.Security; [assembly: AllowPartiallyTrustedCallersAttribute()] #endif [assembly: ComVisibleAttribute(false)] +[assembly: CLSCompliantAttribute(true)] " $dir = [System.IO.Path]::GetDirectoryName($file) diff --git a/nant.build b/nant.build index 18e70bfc46c..6036fc3ff2a 100644 --- a/nant.build +++ b/nant.build @@ -164,6 +164,7 @@ + diff --git a/nantdev.build b/nantdev.build index 05ed8e4f333..60d270aa810 100644 --- a/nantdev.build +++ b/nantdev.build @@ -170,6 +170,7 @@ +