Changeset 2922 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/DeploymentService/PluginDescription.cs
- Timestamp:
- 03/03/10 18:08:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/DeploymentService/PluginDescription.cs
r2860 r2922 45 45 46 46 #region IPluginDescription Members 47 47 public string Description { 48 get { return string.Empty; } 49 } 48 50 49 51 [Obsolete] … … 63 65 64 66 #endregion 67 68 public override string ToString() { 69 return Name + " " + Version; 70 } 65 71 } 66 72 }
Note: See TracChangeset
for help on using the changeset viewer.