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