Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 14:29:16 (14 years ago)
Author:
mkommend
Message:

incremented plugin version HeuristicLab.MainForm and HeuristicLab.MainForm.WindowsForms to 3.3 (ticket #983)

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj

    r3271 r3437  
    111111      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    112112    </ProjectReference>
    113     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
     113    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    114114      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    115       <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
     115      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    116116    </ProjectReference>
    117     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
     117    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    118118      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    119       <Name>HeuristicLab.MainForm-3.2</Name>
     119      <Name>HeuristicLab.MainForm-3.3</Name>
    120120    </ProjectReference>
    121121    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame

    r3170 r3437  
    3333  [PluginDependency("HeuristicLab.Data", "3.3")]
    3434  [PluginDependency("HeuristicLab.Encodings.RealVectorEncoding", "3.3")]
    35   [PluginDependency("HeuristicLab.MainForm", "3.2")]
    36   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.2")]
     35  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     36  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3737  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3838  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.