Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3702 was 3702, checked in by mkommend, 14 years ago

updated plugin version of tracing and common.resources to 3.3 (ticket #1002)

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.3")]
11  public class HeuristicLabPersistencePlugin : PluginBase { }
12
13}
Note: See TracBrowser for help on using the repository browser.