Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/03/14 11:01:16 (10 years ago)
Author:
pfleck
Message:

Changed version of DataPreprocessing from 3.3 to 3.4

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4
Files:
1 deleted
2 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj

    r10922 r10925  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.DataPreprocessing</RootNamespace>
    11     <AssemblyName>HeuristicLab.DataPreprocessing-3.3</AssemblyName>
     11    <AssemblyName>HeuristicLab.DataPreprocessing-3.4</AssemblyName>
    1212    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     
    124124      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
    125125      <Name>HeuristicLab.Analysis-3.3</Name>
     126      <Private>False</Private>
    126127    </ProjectReference>
    127128    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    128129      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    129130      <Name>HeuristicLab.Collections-3.3</Name>
     131      <Private>False</Private>
    130132    </ProjectReference>
    131133    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     
    147149      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    148150      <Name>HeuristicLab.Data-3.3</Name>
     151      <Private>False</Private>
    149152    </ProjectReference>
    150153    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    151154      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
    152155      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
     156      <Private>False</Private>
    153157    </ProjectReference>
    154158    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    155159      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    156160      <Name>HeuristicLab.Optimization-3.3</Name>
     161      <Private>False</Private>
    157162    </ProjectReference>
    158163    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    159164      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
    160165      <Name>HeuristicLab.Parameters-3.3</Name>
     166      <Private>False</Private>
    161167    </ProjectReference>
    162168    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    163169      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    164170      <Name>HeuristicLab.Persistence-3.3</Name>
     171      <Private>False</Private>
    165172    </ProjectReference>
    166173    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     
    172179      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
    173180      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    174     </ProjectReference>
    175     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.3\HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj">
     181      <Private>False</Private>
     182    </ProjectReference>
     183    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.4\HeuristicLab.Problems.DataAnalysis.Transformations-3.4.csproj">
    176184      <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project>
    177       <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.3</Name>
     185      <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.4</Name>
     186      <Private>False</Private>
    178187    </ProjectReference>
    179188    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    180189      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    181190      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     191      <Private>False</Private>
    182192    </ProjectReference>
    183193  </ItemGroup>
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Plugin.cs.frame

    r10770 r10925  
    2626  /// Plugin class for HeuristicLab.Data plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.DataPreprocessing", "3.3.9.$WCREV$")]
    29   [PluginFile("HeuristicLab.DataPreprocessing-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.DataPreprocessing", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.DataPreprocessing-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    4545  [PluginDependency("HeuristicLab.Parameters","3.3")]
    4646  [PluginDependency("HeuristicLab.Persistence","3.3")]
    47   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.3")]
     47  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")]
    4848  public class HeuristicLabDataPreprocessingPlugin : PluginBase {
    4949  }
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Properties/AssemblyInfo.cs.frame

    r10772 r10925  
    1111[assembly: AssemblyCompany("FH-Hagenberg")]
    1212[assembly: AssemblyProduct("HeuristicLab.DataPreprocessing")]
    13 [assembly: AssemblyCopyright("Copyright © FH-Hagenberg 2013")]
     13[assembly: AssemblyCopyright("Copyright © FH-Hagenberg 2014")]
    1414[assembly: AssemblyTrademark("")]
    1515[assembly: AssemblyCulture("")]
     
    3232// You can specify all the values or you can default the Build and Revision Numbers
    3333// by using the '*' as shown below:
    34 [assembly: AssemblyVersion("3.3.9.0")]
    35 [assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
     34[assembly: AssemblyVersion("3.4.0.0")]
     35[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.