Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/08 15:59:07 (16 years ago)
Author:
gkronber
Message:
  • added an attribute for the build time of an assembly.
  • build-date is automatically updated via SubWCRev in the pre-build action.
  • adapted PluginManager to correctly handle plugins with same version but newer build date

fixes ticket #39

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/Properties/AssemblyInfo.frame

    r30 r91  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
     25using HeuristicLab.PluginInfrastructure;
    2526
    2627// General Information about an assembly is controlled through the following
     
    5657[assembly: AssemblyVersion("3.0.0.$WCREV$")]
    5758[assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
     59[assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.