Changeset 4171 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication
- Timestamp:
- 08/06/10 09:55:36 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/HeuristicLab.Hive.Client.Communication-3.3.csproj
r4170 r4171 108 108 </ItemGroup> 109 109 <ItemGroup> 110 <Compile Include=" CommunicationsPlugin.cs" />110 <Compile Include="HeuristicLabHiveClientCommunicationPlugin.cs" /> 111 111 <Compile Include="Properties\AssemblyInfo.cs" /> 112 112 <Compile Include="SendJobCompletedEventArgs.cs" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/Properties/AssemblyInfo.frame
r4077 r4171 55 55 // by using the '*' as shown below: 56 56 // [assembly: AssemblyVersion("1.0.*")] 57 [assembly: AssemblyVersion("3.3.0. $WCREV$")]57 [assembly: AssemblyVersion("3.3.0.0")] 58 58 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 59 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.