Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs.frame @ 2993

Last change on this file since 2993 was 2754, checked in by swagner, 14 years ago

Added versions to all HeuristicLab 3.3 related plugins (#864)

File size: 340 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Persistence {
4
5  [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")]
6  [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
7  [PluginDependency("HeuristicLab.Tracing", "3.2")]
8  public class HeuristicLabPersistencePlugin : PluginBase { }
9
10}
Note: See TracBrowser for help on using the repository browser.