Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 22:08:05 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.Permutation to HeuristicLab.Encodings.Permutation
Location:
trunk/sources/HeuristicLab.Encodings.Permutation
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3

    • Property svn:ignore
      •  

        old new  
        11*.user
        2 HeuristicLabPermutationPlugin.cs
        32bin
        43obj
         4HeuristicLabEncodingsPermutationPlugin.cs
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Properties/AssemblyInfo.cs

    r2836 r2906  
    11using System.Reflection;
    2 using System.Runtime.CompilerServices;
    32using System.Runtime.InteropServices;
    43
     
    65// set of attributes. Change these attribute values to modify the information
    76// associated with an assembly.
    8 [assembly: AssemblyTitle("HeuristicLab.Permutation-3.3.Tests")]
    9 [assembly: AssemblyDescription("")]
     7[assembly: AssemblyTitle("HeuristicLab.Encodings.Permutation-3.3.Tests")]
     8[assembly: AssemblyDescription("Unit tests for the HeuristicLab permutation encoding and related operators.")]
    109[assembly: AssemblyConfiguration("")]
    1110[assembly: AssemblyCompany("")]
    12 [assembly: AssemblyProduct("HeuristicLab.Permutation-3.3.Tests")]
    13 [assembly: AssemblyCopyright("Copyright © HEAL 2010")]
     11[assembly: AssemblyProduct("HeuristicLab")]
     12[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    1413[assembly: AssemblyTrademark("")]
    1514[assembly: AssemblyCulture("")]
     
    3231// You can specify all the values or you can default the Revision and Build Numbers
    3332// by using the '*' as shown below:
    34 [assembly: AssemblyVersion("1.0.0.0")]
    35 [assembly: AssemblyFileVersion("1.0.0.0")]
     33[assembly: AssemblyVersion("3.3.0.0")]
     34[assembly: AssemblyFileVersion("3.3.0.0")]
Note: See TracChangeset for help on using the changeset viewer.