Changeset 2656 for trunk/sources/HeuristicLab.Persistence
- Timestamp:
- 01/20/10 05:10:22 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Persistence/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs
r1566 r2656 3 3 namespace HeuristicLab.Persistence { 4 4 5 [ ClassInfo(Name ="HeuristicLab.Persistence-3.3")]6 [PluginFile( Filename = "HeuristicLab.Persistence-3.3.dll", Filetype =PluginFileType.Assembly)]7 [ Dependency(Dependency ="HeuristicLab.Tracing-3.2")]5 [Plugin("HeuristicLab.Persistence-3.3")] 6 [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)] 7 [PluginDependency("HeuristicLab.Tracing-3.2")] 8 8 public class HeuristicLabPersistencePlugin : PluginBase { } 9 9 -
trunk/sources/HeuristicLab.Persistence/3.3/Properties/AssemblyInfo.frame
r1526 r2656 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure; 25 26 26 27 // General Information about an assembly is controlled through the following … … 53 54 [assembly: AssemblyVersion("3.3.0.$WCREV$")] 54 55 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 56 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.