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.BitVector
Files:
2 edited

Legend:

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

    r574 r582  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.BitVector</RootNamespace>
    12     <AssemblyName>HeuristicLab.BitVector</AssemblyName>
     12    <AssemblyName>HeuristicLab.BitVector-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>bin\Release\HeuristicLab.BitVector.XML</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.BitVector-3.2.XML</DocumentationFile>
    3535  </PropertyGroup>
    3636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4545    <OutputPath>bin\x86\Release\</OutputPath>
    4646    <DefineConstants>TRACE</DefineConstants>
    47     <DocumentationFile>bin\Release\HeuristicLab.BitVector.XML</DocumentationFile>
     47    <DocumentationFile>bin\Release\HeuristicLab.BitVector-3.2.XML</DocumentationFile>
    4848    <Optimize>true</Optimize>
    4949    <DebugType>pdbonly</DebugType>
  • trunk/sources/HeuristicLab.BitVector/HeuristicLabBitVectorPlugin.cs

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