- Timestamp:
- 07/26/12 09:51:13 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.CodeEditor/3.3/CodeCompletionProvider.cs
r8086 r8331 97 97 AddCompletionData(resultList, completionData); 98 98 } 99 } catch (NullReferenceException x) { } 99 } 100 catch (NullReferenceException) { } 100 101 } 101 102 return resultList.ToArray(); -
branches/ScatterSearch (trunk integration)/HeuristicLab.CodeEditor/3.3/Plugin.cs.frame
r7259 r8331 27 27 28 28 namespace HeuristicLab.CodeEditor { 29 [Plugin("HeuristicLab.CodeEditor", "3.3. 6.$WCREV$")]29 [Plugin("HeuristicLab.CodeEditor", "3.3.7.$WCREV$")] 30 30 [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
branches/ScatterSearch (trunk integration)/HeuristicLab.CodeEditor/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8331 51 51 // 52 52 [assembly: AssemblyVersion("3.3.0.0")] 53 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]53 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.