Changeset 3573 for trunk/sources/HeuristicLab.PluginInfrastructure/Manager
- Timestamp:
- 04/30/10 15:13:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Manager/PluginValidator.cs
r3547 r3573 379 379 // default description and version 380 380 pluginVersion = "0.0.0.0"; 381 pluginDescription = pluginName;381 pluginDescription = string.Empty; 382 382 if (pluginMetaDataAttr.ConstructorArguments.Count() == 2) { 383 383 // if two arguments are given the second argument is the version
Note: See TracChangeset
for help on using the changeset viewer.