Last change
on this file since 5234 was
5043,
checked in by cneumuel, 14 years ago
|
#1233
- finished version change to 3.4
- added revision number to version
|
File size:
540 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.PluginInfrastructure;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.Clients.Hive {
|
---|
8 | [Plugin("HeuristicLab.Clients.Hive", "3.4.0.$WCREV$")]
|
---|
9 | [PluginFile("HeuristicLab.Clients.Hive-3.4.dll", PluginFileType.Assembly)]
|
---|
10 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
11 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
12 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
13 | public class HeuristicLabClientsHivePlugin : PluginBase {
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.