Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/03/14 11:01:16 (10 years ago)
Author:
pfleck
Message:

Changed version of DataPreprocessing from 3.3 to 3.4

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Plugin.cs.frame

    r10770 r10925  
    2626  /// Plugin class for HeuristicLab.Data plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.DataPreprocessing", "3.3.9.$WCREV$")]
    29   [PluginFile("HeuristicLab.DataPreprocessing-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.DataPreprocessing", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.DataPreprocessing-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    4545  [PluginDependency("HeuristicLab.Parameters","3.3")]
    4646  [PluginDependency("HeuristicLab.Persistence","3.3")]
    47   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.3")]
     47  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")]
    4848  public class HeuristicLabDataPreprocessingPlugin : PluginBase {
    4949  }
Note: See TracChangeset for help on using the changeset viewer.