// AssemblyInfo.cs created with MonoDevelop // User: raul@bgta.net at 11:07 24/05/2008 // using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. [assembly: AssemblyTitle("gTwitter.Core")] [assembly: AssemblyDescription("gTwiter Core Library")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("gTwitter Core Team")] [assembly: AssemblyProduct("gTwitter.Core API")] [assembly: AssemblyCopyright("gTwitter Core Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // If the build and revision are set to '*' they will be updated automatically. [assembly: AssemblyVersion("0.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")]