Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/10 15:40:44 (14 years ago)
Author:
mkommend
Message:

incremented version of CodeEditor to 3.3 (ticket #1002)

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

Legend:

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

    r3702 r3705  
    101101  </ItemGroup>
    102102  <ItemGroup>
    103     <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.2\HeuristicLab.CodeEditor-3.2.csproj">
     103    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
    104104      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
    105       <Name>HeuristicLab.CodeEditor-3.2</Name>
     105      <Name>HeuristicLab.CodeEditor-3.3</Name>
    106106    </ProjectReference>
    107107    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame

    r3443 r3705  
    2828  [Plugin("HeuristicLab.Operators.Programmable", "3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Operators.Programmable-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.CodeEditor", "3.2")]
     30  [PluginDependency("HeuristicLab.CodeEditor", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.