Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3028 was 3016, checked in by epitzer, 14 years ago

Update API docs. (#548)

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