using System; using System.Collections.Generic; using System.Linq; using System.Text; using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Hive { [Plugin("HeuristicLab.Hive", "3.4.0.$WCREV$")] [PluginFile("HeuristicLab.Hive-3.4.dll", PluginFileType.Assembly)] [PluginDependency("HeuristicLab.Common", "3.3")] [PluginDependency("HeuristicLab.Core", "3.3")] [PluginDependency("HeuristicLab.Persistence", "3.3")] public class HeuristicLabHivePlugin : PluginBase { } }