Changeset 2790 for trunk/sources/HeuristicLab.Permutation/3.3/Properties
- Timestamp:
- 02/13/10 04:37:49 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Permutation/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Permutation/3.3
- Property svn:ignore
-
old new 1 *.user 2 HeuristicLabPermutationPlugin.cs 1 3 bin 2 4 obj 3 *.user
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Permutation/3.3/Properties/AssemblyInfo.frame
r1689 r2790 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-20 08Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 29 28 // associated with an assembly. 30 29 [assembly: AssemblyTitle("HeuristicLab.Permutation")] 31 [assembly: AssemblyDescription("HeuristicLab permutation operators")]30 [assembly: AssemblyDescription("HeuristicLab permutation encoding and related operators")] 32 31 [assembly: AssemblyConfiguration("")] 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.