Last change
on this file since 2797 was
2754,
checked in by swagner, 15 years ago
|
Added versions to all HeuristicLab 3.3 related plugins (#864)
|
File size:
340 bytes
|
Line | |
---|
1 | using HeuristicLab.PluginInfrastructure;
|
---|
2 |
|
---|
3 | namespace 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.