Changeset 16010 for branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/Properties
- Timestamp:
- 07/24/18 16:41:36 (6 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/Properties/AssemblyInfo.cs
r16007 r16010 21 21 22 22 using System.Reflection; 23 using System.Runtime.CompilerServices;24 23 using System.Runtime.InteropServices; 25 24 … … 30 29 [assembly: AssemblyDescription("Base plugin for making problem instances available to problems.")] 31 30 [assembly: AssemblyConfiguration("")] 32 [assembly: AssemblyCompany(" HEAL")]31 [assembly: AssemblyCompany("")] 33 32 [assembly: AssemblyProduct("HeuristicLab")] 34 33 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")] … … 55 54 // [assembly: AssemblyVersion("1.0.*")] 56 55 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3.15.1600 5")]56 [assembly: AssemblyFileVersion("3.3.15.16008")] -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/Properties/AssemblyInfo.cs.frame
r16007 r16010 21 21 22 22 using System.Reflection; 23 using System.Runtime.CompilerServices;24 23 using System.Runtime.InteropServices; 25 24 … … 30 29 [assembly: AssemblyDescription("Base plugin for making problem instances available to problems.")] 31 30 [assembly: AssemblyConfiguration("")] 32 [assembly: AssemblyCompany(" HEAL")]31 [assembly: AssemblyCompany("")] 33 32 [assembly: AssemblyProduct("HeuristicLab")] 34 33 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")]
Note: See TracChangeset
for help on using the changeset viewer.