Changeset 25
- Timestamp:
- 02/28/08 00:32:16 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.Core
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/HeuristicLab.Core.csproj
r2 r25 229 229 <ItemGroup> 230 230 <None Include="HeuristicLab.snk" /> 231 <None Include="Properties\AssemblyInfo.frame" /> 231 232 </ItemGroup> 232 233 <ItemGroup> … … 342 343 </Target> 343 344 --> 345 <PropertyGroup> 346 <PreBuildEvent>SubWCRev ..\..\ ..\..\Properties\AssemblyInfo.frame ..\..\Properties\AssemblyInfo.cs</PreBuildEvent> 347 </PropertyGroup> 344 348 </Project> -
trunk/sources/HeuristicLab.Core/Properties/AssemblyInfo.cs
r2 r25 53 53 // You can specify all the values or you can default the Revision and Build Numbers 54 54 // 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.