Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/10 15:27:15 (15 years ago)
Author:
mkommend
Message:

updated plugin version of tracing and common.resources to 3.3 (ticket #1002)

Location:
trunk/sources/HeuristicLab.CodeEditor/3.2
Files:
2 edited

Legend:

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

    r2911 r3702  
    140140  </ItemGroup>
    141141  <ItemGroup>
    142     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     142    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    143143      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    144       <Name>HeuristicLab.Common.Resources-3.2</Name>
     144      <Name>HeuristicLab.Common.Resources-3.3</Name>
    145145    </ProjectReference>
    146146    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
  • trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs.frame

    r2911 r3702  
    2929  [Plugin("HeuristicLab.CodeEditor", "3.2.0.$WCREV$")]
    3030  [PluginFile("HeuristicLab.CodeEditor-3.2.dll", PluginFileType.Assembly)]
    31   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     31  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")]
    3333  public class HeuristicLabCodeEditorPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.