Free cookie consent management tool by TermsFeed Policy Generator

Changeset 25


Ignore:
Timestamp:
02/28/08 00:32:16 (16 years ago)
Author:
swagner
Message:

Worked on ticket #26

  • modified project HeuristicLab.Core to automatically update the version string in a pre-build event using SubWCRev
Location:
trunk/sources/HeuristicLab.Core
Files:
1 added
2 edited

Legend:

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

    r2 r25  
    229229  <ItemGroup>
    230230    <None Include="HeuristicLab.snk" />
     231    <None Include="Properties\AssemblyInfo.frame" />
    231232  </ItemGroup>
    232233  <ItemGroup>
     
    342343  </Target>
    343344  -->
     345  <PropertyGroup>
     346    <PreBuildEvent>SubWCRev ..\..\ ..\..\Properties\AssemblyInfo.frame ..\..\Properties\AssemblyInfo.cs</PreBuildEvent>
     347  </PropertyGroup>
    344348</Project>
  • trunk/sources/HeuristicLab.Core/Properties/AssemblyInfo.cs

    r2 r25  
    5353// You can specify all the values or you can default the Revision and Build Numbers
    5454// by using the '*' as shown below:
    55 [assembly: AssemblyVersion("3.0.0.0")]
    56 [assembly: AssemblyFileVersion("3.0.0.0")]
     55[assembly: AssemblyVersion("3.0.0.22")]
     56[assembly: AssemblyFileVersion("3.0.0.22")]
Note: See TracChangeset for help on using the changeset viewer.