Skip to content

Commit

Permalink
Assemblies are now marked as CLSCompliant
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Sep 8, 2011
1 parent 2eafab0 commit e67c663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ using System.Security;
[assembly: AllowPartiallyTrustedCallersAttribute()]
#endif
[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)]
"

$dir = [System.IO.Path]::GetDirectoryName($file)
Expand Down
1 change: 1 addition & 0 deletions nant.build
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
<attribute type="AllowPartiallyTrustedCallersAttribute" asis="true" />
</if>
<attribute type="ComVisibleAttribute" value="false" />
<attribute type="CLSCompliantAttribute" value="true" />
</attributes>
<references>
<include name="System.dll" />
Expand Down
1 change: 1 addition & 0 deletions nantdev.build
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<attribute type="AllowPartiallyTrustedCallersAttribute" asis="true" />
</if>
<attribute type="ComVisibleAttribute" value="false" />
<attribute type="CLSCompliantAttribute" value="true" />
</attributes>
<references>
<include name="System.dll" />
Expand Down

0 comments on commit e67c663

Please sign in to comment.