Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/08 15:45:02 (16 years ago)
Author:
swagner
Message:

Added major and minor version number to assembly names (#274)

Location:
trunk/sources/HeuristicLab.Random
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Random/HeuristicLab.Random.csproj

    r574 r582  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Random</RootNamespace>
    11     <AssemblyName>HeuristicLab.Random</AssemblyName>
     11    <AssemblyName>HeuristicLab.Random-3.2</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    3636    <ErrorReport>prompt</ErrorReport>
    3737    <WarningLevel>4</WarningLevel>
    38     <DocumentationFile>bin\Release\HeuristicLab.Random.XML</DocumentationFile>
     38    <DocumentationFile>bin\Release\HeuristicLab.Random-3.2.XML</DocumentationFile>
    3939    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    4040  </PropertyGroup>
     
    5050    <OutputPath>bin\x86\Release\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    52     <DocumentationFile>bin\Release\HeuristicLab.Random.XML</DocumentationFile>
     52    <DocumentationFile>bin\Release\HeuristicLab.Random-3.2.XML</DocumentationFile>
    5353    <Optimize>true</Optimize>
    5454    <DebugType>pdbonly</DebugType>
  • trunk/sources/HeuristicLab.Random/HeuristicLabRandomPlugin.cs

    r2 r582  
    2626
    2727namespace HeuristicLab.Random {
    28   [ClassInfo(Name = "HeuristicLab.Random")]
    29   [PluginFile(Filename = "HeuristicLab.Random.dll", Filetype = PluginFileType.Assembly)]
    30   [Dependency(Dependency = "HeuristicLab.Core")]
    31   [Dependency(Dependency = "HeuristicLab.Data")]
    32   [Dependency(Dependency = "HeuristicLab.Operators")]
     28  [ClassInfo(Name = "HeuristicLab.Random-3.2")]
     29  [PluginFile(Filename = "HeuristicLab.Random-3.2.dll", Filetype = PluginFileType.Assembly)]
     30  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     31  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
     32  [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    3333  public class HeuristicLabRandomPlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.