Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17941


Ignore:
Timestamp:
04/15/21 08:09:10 (3 years ago)
Author:
gkronber
Message:

#3117: fix version of NativeInterpreter plugin (to work with updated unit test which checks plugin dependencies)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.NativeInterpreter/0.1/HeuristicLab.NativeInterpreter-0.1/Plugin.cs

    r17180 r17941  
    2323
    2424namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    25   [Plugin("HeuristicLab.NativeInterpreter", "Provides a native (C++) interpreter for symbolic expression trees", "0.0.0.1")]
     25  [Plugin("HeuristicLab.NativeInterpreter", "Provides a native (C++) interpreter for symbolic expression trees", "0.1.0.0")]
    2626  [PluginFile("HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1.dll", PluginFileType.Assembly)]
    2727  [PluginFile("hl-native-interpreter-msvc-x86.dll", PluginFileType.NativeDll)]
Note: See TracChangeset for help on using the changeset viewer.