Changeset 9462 for trunk/sources/HeuristicLab.Problems.Scheduling
- Timestamp:
- 05/08/13 02:20:39 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Scheduling/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Problems.Scheduling/3.3/Decoders/GTAlgorithmUtils.cs ¶
r6412 r9462 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
TabularUnified trunk/sources/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs.frame ¶
r9456 r9462 23 23 24 24 namespace HeuristicLab.Problems.Scheduling { 25 [Plugin("HeuristicLab.Problems.Scheduling", "3.3. 7.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Scheduling", "3.3.8.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Scheduling-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] -
TabularUnified trunk/sources/HeuristicLab.Problems.Scheduling/3.3/Properties/AssemblyInfo.cs.frame ¶
r9456 r9462 27 27 // associated with an assembly. 28 28 [assembly: AssemblyTitle("HeuristicLab.Problems.Scheduling")] 29 [assembly: AssemblyDescription(" TODO")]29 [assembly: AssemblyDescription("HeuristicLab Scheduling Problem classes")] 30 30 [assembly: AssemblyConfiguration("")] 31 31 [assembly: AssemblyCompany("")] … … 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 7.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.8.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.