using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Persistence { /// /// The plugin for HeuriticLab.Persistence /// [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")] [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)] [PluginDependency("HeuristicLab.Tracing", "3.2")] public class HeuristicLabPersistencePlugin : PluginBase { } }