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.Encodings.PermutationEncoding.Views/3.3
Files:
2 edited

Legend:

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

    r3436 r3437  
    117117      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    118118    </ProjectReference>
    119     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
     119    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    120120      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    121       <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
     121      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    122122    </ProjectReference>
    123     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
     123    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    124124      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    125       <Name>HeuristicLab.MainForm-3.2</Name>
     125      <Name>HeuristicLab.MainForm-3.3</Name>
    126126    </ProjectReference>
    127127    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs.frame

    r3436 r3437  
    3333  [PluginDependency("HeuristicLab.Data", "3.3")]
    3434  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "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  public class HeuristicLabEncodingsPermutationEncodingViewsPlugin : PluginBase {
    3838  }
Note: See TracChangeset for help on using the changeset viewer.