// // AssemblyInfo.cs.in for Gendarme // // Authors: // Sebastien Pouliot // // Copyright (C) 2005-2008 Novell, Inc (http://www.novell.com) // using System.Reflection; using System.Runtime.CompilerServices; using System.Security.Permissions; [assembly: AssemblyVersion ("@GENDARME_VERSION@")] [assembly: AssemblyTitle ("Gendarme")] [assembly: AssemblyDescription ("Rule-based assembly analyzer")] [assembly: AssemblyCopyright ("Copyright (C) 2005-2008 Novell, Inc. and contributors")] [assembly: AssemblyCompany ("Novell, Inc.")] [assembly: PermissionSet (SecurityAction.RequestMinimum, Unrestricted = true)]