Changeset 14743
- Timestamp:
- 03/10/17 12:48:23 (8 years ago)
- Location:
- branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4
- Files:
-
- 1 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Plugin.cs
r14406 r14743 26 26 /// Plugin class for HeuristicLab.Algorithms.SimulatedAnnealing plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3. 3.14.14195")]29 [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.4.14.14195")] 29 [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Plugin.cs.frame
r14406 r14743 26 26 /// Plugin class for HeuristicLab.Algorithms.SimulatedAnnealing plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3. 3.14.$WCREV$")]29 [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.4.14.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Properties/AssemblyInfo.cs
r14406 r14743 52 52 // You can specify all the values or you can default the Build and Revision Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 3.0.0")]55 [assembly: AssemblyFileVersion("3. 3.14.14195")]54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4.14.14195")] -
branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Properties/AssemblyInfo.cs.frame
r14406 r14743 52 52 // You can specify all the values or you can default the Build and Revision Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 3.0.0")]55 [assembly: AssemblyFileVersion("3. 3.14.$WCREV$")]54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4.14.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.