Changeset 4171 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3
- Timestamp:
- 08/06/10 09:55:36 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-3.3.csproj
r4170 r4171 146 146 <Compile Include="MessageContainer.cs" /> 147 147 <Compile Include="ResponseJob.cs" /> 148 <Compile Include="H iveContractPlugin.cs" />148 <Compile Include="HeuristicLabHiveContractsPlugin.cs" /> 149 149 <Compile Include="Interfaces\IClientCommunicator.cs" /> 150 150 <Compile Include="Properties\AssemblyInfo.cs" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/Properties/AssemblyInfo.frame
r4077 r4171 57 57 // by using the '*' as shown below: 58 58 // [assembly: AssemblyVersion("1.0.*")] 59 [assembly: AssemblyVersion("3.3.0. $WCREV$")]59 [assembly: AssemblyVersion("3.3.0.0")] 60 60 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 61 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.