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.MainForm
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj

    r3416 r3437  
    110110  </ItemGroup>
    111111  <ItemGroup>
    112     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    113       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    114       <Name>HeuristicLab.Common-3.3</Name>
     112    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     113      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     114      <Name>HeuristicLab.Common-3.2</Name>
    115115    </ProjectReference>
    116116    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLabMainFormPlugin.cs.frame

    r2790 r3437  
    2828  [Plugin("HeuristicLab.MainForm", "3.2.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.MainForm-3.2.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Common", "3.2")]
    3031  public class HeuristicLabMainFormPlugin : PluginBase {
    3132  }
Note: See TracChangeset for help on using the changeset viewer.