Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
trunk/sources/HeuristicLab.Persistence/3.3
Files:
2 edited

Legend:

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

    r3036 r3702  
    237237      <Name>HeuristicLab.PluginInfrastructure</Name>
    238238    </ProjectReference>
    239     <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
     239    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
    240240      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    241       <Name>HeuristicLab.Tracing-3.2</Name>
     241      <Name>HeuristicLab.Tracing-3.3</Name>
    242242    </ProjectReference>
    243243  </ItemGroup>
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs.frame

    r3016 r3702  
    88  [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")]
    99  [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
    10   [PluginDependency("HeuristicLab.Tracing", "3.2")]
     10  [PluginDependency("HeuristicLab.Tracing", "3.3")]
    1111  public class HeuristicLabPersistencePlugin : PluginBase { }
    1212
Note: See TracChangeset for help on using the changeset viewer.