Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 02:08:36 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.SGA to HeuristicLab.Algorithms.SGA
Location:
trunk/sources/HeuristicLab.Algorithms.SGA
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3

    • Property svn:ignore
      •  

        old new  
        11*.user
        2 HeuristicLabSGAPlugin.cs
        32bin
        43obj
         4HeuristicLabAlgorithmsSGAPlugin.cs
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3/Tests/Properties/AssemblyInfo.cs

    r2830 r2884  
    66// set of attributes. Change these attribute values to modify the information
    77// associated with an assembly.
    8 [assembly: AssemblyTitle("HeuristicLab.SGA.UnitTest")]
    9 [assembly: AssemblyDescription("")]
     8[assembly: AssemblyTitle("HeuristicLab.Algorithms.SGA-3.3.Tests")]
     9[assembly: AssemblyDescription("Unit tests for the HeuristicLab Standard Genetic Algorithm (SGA)")]
    1010[assembly: AssemblyConfiguration("")]
    1111[assembly: AssemblyCompany("")]
    12 [assembly: AssemblyProduct("HeuristicLab.SGA.UnitTest")]
    13 [assembly: AssemblyCopyright("Copyright ©  2010")]
     12[assembly: AssemblyProduct("HeuristicLab")]
     13[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    1414[assembly: AssemblyTrademark("")]
    1515[assembly: AssemblyCulture("")]
     
    3232// You can specify all the values or you can default the Revision and Build Numbers
    3333// by using the '*' as shown below:
    34 [assembly: AssemblyVersion("1.0.0.0")]
    35 [assembly: AssemblyFileVersion("1.0.0.0")]
     34[assembly: AssemblyVersion("3.3.0.0")]
     35[assembly: AssemblyFileVersion("3.3.0.0")]
Note: See TracChangeset for help on using the changeset viewer.