Main Page | Class Hierarchy | Class List | File List | Class Members

JLibDiff.NET/AssemblyInfo.cs

00001 using System.Reflection;
00002 using System.Runtime.CompilerServices;
00003 
00004 // General Information about an assembly is controlled through the following
00005 // set of attributes. Change these attribute values to modify the information
00006 // associated with an assembly.
00007 
00008 // TODO: Review the values of the assembly attributes
00009 
00010 [assembly: AssemblyTitle("JLibDiff .NET")]
00011 [assembly: AssemblyDescription("Implementation of diff and diff3 algorithm as a .NET library")]
00012 [assembly: AssemblyCompany("University of Cambridge")]
00013 [assembly: AssemblyProduct("GPRSWeb")]
00014 [assembly: AssemblyCopyright("GNU Public Licence")]
00015 [assembly: AssemblyTrademark("")]
00016 [assembly: AssemblyCulture("")]
00017 
00018 // Version information for an assembly consists of the following four values:
00019 //
00020 //      Major Version
00021 //      Minor Version
00022 //      Revision
00023 //      Build Number
00024 //
00025 // You can specify all the values or you can default the Revision and Build Numbers
00026 // by using the '*' as shown below:
00027 
00028 [assembly: AssemblyVersion("1.0.*")]

Generated on Mon May 8 22:07:27 2006 by  doxygen 1.3.9.1