Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 10:24:20 (14 years ago)
Author:
gkronber
Message:

Preparations for next HL release. #1203

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/PluginDependencyAttribute.cs

    r4068 r4482  
    4646
    4747    /// <summary>
    48     /// Initializes a new instance of <see cref="PluginDependencyAttribute"/>.
    49     /// <param name="dependency">The name of the plugin that is needed to load a plugin.</param>
    50     /// </summary>
    51     [Obsolete]
    52     public PluginDependencyAttribute(string dependency)
    53       : this(dependency, "0.0.0.0") {
    54     }
    55 
    56     /// <summary>
    5748    /// Initializes a new instance of <see cref="PluginDependencyAttribute" />.
    5849    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.