Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/10 15:40:44 (14 years ago)
Author:
mkommend
Message:

incremented version of CodeEditor to 3.3 (ticket #1002)

Location:
trunk/sources/HeuristicLab.CodeEditor/3.3
Files:
1 deleted
2 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r3702 r3705  
    33    <OutputType>Library</OutputType>
    44    <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
    5     <AssemblyName>HeuristicLab.CodeEditor-3.2</AssemblyName>
     5    <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName>
    66    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    77    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     
    5656    <DebugType>pdbonly</DebugType>
    5757    <PlatformTarget>x86</PlatformTarget>
    58     <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
     58    <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    5959    <DebugSymbols>true</DebugSymbols>
    6060  </PropertyGroup>
     
    7575    <DebugType>None</DebugType>
    7676    <PlatformTarget>x64</PlatformTarget>
    77     <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
     77    <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    80     <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.2.XML</DocumentationFile>
     80    <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    8181  </PropertyGroup>
    8282  <ItemGroup>
  • trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLabCodeEditorPlugin.cs.frame

    r3702 r3705  
    2727
    2828namespace HeuristicLab.CodeEditor {
    29   [Plugin("HeuristicLab.CodeEditor", "3.2.0.$WCREV$")]
    30   [PluginFile("HeuristicLab.CodeEditor-3.2.dll", PluginFileType.Assembly)]
     29  [Plugin("HeuristicLab.CodeEditor", "3.3.0.$WCREV$")]
     30  [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")]
Note: See TracChangeset for help on using the changeset viewer.