- Timestamp:
- 02/16/10 18:36:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Interfaces/IPluginDescription.cs
r2790 r2815 49 49 /// </summary> 50 50 IEnumerable<IPluginFile> Files { get; } 51 /// <summary> 52 /// Gets the name of the contact person of the plugin. 53 /// </summary> 54 string ContactName { get; } 55 /// <summary> 56 /// Gets the e-mail address of the contact person of the plugin. 57 /// </summary> 58 string ContactEmail { get; } 59 /// <summary> 60 /// Gets the license text of the plugin. 61 /// </summary> 62 string LicenseText { get; } 51 63 } 52 64 }
Note: See TracChangeset
for help on using the changeset viewer.