Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/16 12:43:30 (8 years ago)
Author:
bwerth
Message:

#2684 changed recursions to queue structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ItemTreeViews/3.3/Plugin.cs

    r14335 r14337  
    2323
    2424namespace HeuristicLab.ItemTreeViews.Views {
    25   [Plugin("HeuristicLab.ItemTreeViews.Views", "3.3.14.14195")]
     25  [Plugin("HeuristicLab.ItemTreeViews.Views", "3.3.14.14335")]
    2626  [PluginFile("HeuristicLab.ItemTreeViews.Views-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.Collections", "3.3")]
     27  [PluginDependency("HeuristicLab.Collections", "3.3")] 
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
    2929  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    30   [PluginDependency("HeuristicLab.Core", "3.3")]
     30  [PluginDependency("HeuristicLab.Core", "3.3")] 
    3131  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    32   [PluginDependency("HeuristicLab.MainForm", "3.3")]
    33   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     32  [PluginDependency("HeuristicLab.MainForm", "3.3")] 
     33  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]     
    3434  public class Plugin : PluginBase {
    3535  }
Note: See TracChangeset for help on using the changeset viewer.