Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

Legend:

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

    r3407 r3437  
    134134      <Name>HeuristicLab.Core-3.3</Name>
    135135    </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
     136    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    137137      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    138       <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
     138      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    139139    </ProjectReference>
    140     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
     140    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    141141      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    142       <Name>HeuristicLab.MainForm-3.2</Name>
     142      <Name>HeuristicLab.MainForm-3.3</Name>
    143143    </ProjectReference>
    144144    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLabOperatorsViewsPlugin.cs.frame

    r3384 r3437  
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    34   [PluginDependency("HeuristicLab.MainForm", "3.2")]
    35   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.2")]
     34  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     35  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3636  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3737  public class HeuristicLabOperatorsViewsPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.