Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/11 17:50:22 (13 years ago)
Author:
mkommend
Message:

#1461: Updated plugin and assembly file versions.

Location:
trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/HeuristicLabAlgorithmsNSGA2Plugin.cs.frame

    r5446 r6099  
    2323
    2424namespace HeuristicLab.Algorithms.NSGA2 {
    25   [Plugin("HeuristicLab.Algorithms.NSGA2", "Provides the non-dominated sorting genetic algorithm (NSGA-II) as described in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.", "3.3.3.$WCREV$")]
     25  [Plugin("HeuristicLab.Algorithms.NSGA2", "Provides the non-dominated sorting genetic algorithm (NSGA-II) as described in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.", "3.3.4.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Algorithms.NSGA2-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Analysis", "3.3")]
  • trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/Properties/AssemblyInfo.frame

    r5446 r6099  
    3434// [assembly: AssemblyVersion("1.0.*")]
    3535[assembly: AssemblyVersion("3.3.0.0")]
    36 [assembly: AssemblyFileVersion("3.3.3.$WCREV$")]
     36[assembly: AssemblyFileVersion("3.3.4.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.