Changeset 2415 for trunk/sources/LibSVM/Properties
- Timestamp:
- 10/07/09 11:58:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/LibSVM/Properties/AssemblyInfo.cs
r1820 r2415 6 6 // set of attributes. Change these attribute values to modify the information 7 7 // associated with an assembly. 8 [assembly: AssemblyTitle(" LibSVM")]9 [assembly: AssemblyDescription(" ")]8 [assembly: AssemblyTitle("SVM.NET")] 9 [assembly: AssemblyDescription("A .NET Support Vector Machine library adapted from libsvm")] 10 10 [assembly: AssemblyConfiguration("")] 11 11 [assembly: AssemblyCompany("Matthew Johnson")] 12 [assembly: AssemblyProduct("SVM.NET Library")]13 [assembly: AssemblyCopyright("Copyright (C) 2008 Matthew Johnson")]12 [assembly: AssemblyProduct("SVM.NET")] 13 [assembly: AssemblyCopyright("Copyright © Matthew Johnson 2009")] 14 14 [assembly: AssemblyTrademark("")] 15 15 [assembly: AssemblyCulture("")] … … 21 21 22 22 // The following GUID is for the ID of the typelib if this project is exposed to COM 23 [assembly: Guid(" 1f115aaf-e714-4341-b2ad-5e84d30b6a1a")]23 [assembly: Guid("803d4e74-70db-432e-a4da-32e7a021eec2")] 24 24 25 25 // Version information for an assembly consists of the following four values: … … 30 30 // Revision 31 31 // 32 [assembly: AssemblyVersion("2.84")] 33 [assembly: AssemblyFileVersion("2.84")] 32 // You can specify all the values or you can default the Revision and Build Numbers 33 // by using the '*' as shown below: 34 [assembly: AssemblyVersion("1.6.3")] 35 [assembly: AssemblyFileVersion("1.6.3")]
Note: See TracChangeset
for help on using the changeset viewer.