Updating security transparency of a few modules.

--HG--
branch : dev
This commit is contained in:
andrerod
2010-11-18 23:53:07 -08:00
parent db617f1306
commit d42a32d0b2
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -30,4 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: SecurityTransparent]