Browse Source

Beta 1 preparations

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@923 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts 2.0-Beta1
Christoph Wille 20 years ago
parent
commit
c5d228d6e8
  1. 303
      doc/ChangeLog.xml
  2. 2
      src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs
  3. 2
      src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs
  4. 2
      src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs
  5. 2
      src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs
  6. 2
      src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs
  7. 2
      src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs
  8. 2
      src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs
  9. 2
      src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs
  10. 2
      src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs
  11. 2
      src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs
  12. 2
      src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs
  13. 2
      src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs
  14. 2
      src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs
  15. 2
      src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs
  16. 2
      src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs
  17. 2
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs
  18. 2
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs
  19. 2
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs
  20. 2
      src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs
  21. 2
      src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs
  22. 2
      src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs
  23. 2
      src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs
  24. 2
      src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs
  25. 2
      src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs
  26. 2
      src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs
  27. 2
      src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs
  28. 2
      src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs
  29. 2
      src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs
  30. 2
      src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs
  31. 2
      src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs
  32. 2
      src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs
  33. 2
      src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs
  34. 2
      src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs
  35. 2
      src/Libraries/NRefactory/Test/AssemblyInfo.cs
  36. 2
      src/Main/Base/Project/Configuration/AssemblyInfo.cs
  37. 2
      src/Main/Base/Test/AssemblyInfo.cs
  38. 2
      src/Main/Core/Project/Configuration/AssemblyInfo.cs
  39. 2
      src/Main/Core/Test/AssemblyInfo.cs
  40. 8
      src/Main/StartUp/Project/SharpDevelop.exe.config

303
doc/ChangeLog.xml

@ -1,4 +1,307 @@ @@ -1,4 +1,307 @@
<ChangeLog project="SharpDevelop">
<Change author="Daniel Grunwald" date="12/19/2005">Translations update.</Change>
<Change author="Daniel Grunwald" date="12/19/2005">Applied form designer assembly loading patch by Alex Prudkiy.</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Changed license in about dialog to LGPL.</Change>
<Change author="Christoph Wille" date="12/18/2005">Official license change from GPL to LGPL</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Changed splash screen.</Change>
<Change author="Christoph Wille" date="12/18/2005">Forum link updated</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Disable SubversionAddIn (it won't ship with SharpDevelop 2.0).</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Change file header.</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn"</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Use IntPtr instead of int in SendMessage P/Invoke declaration.</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Fixed SD2-519: Project options panel can be opened multiple times for the same project.</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Fixed SD2-593: Forms Designer events page not initially visible.</Change>
<Change author="Daniel Grunwald" date="12/18/2005">Fixed SD2-607: Null Reference exception on closing form designer.
Applied text editor IME patch by Shinsaku Nakagawa and form designer unloading patch by Christian Hornung.</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime)</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Fixed small lexer problem.</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Improved C# lexer performance.</Change>
<Change author="David Srbecký" date="12/17/2005">Expressions with dot resolved properly in debugger tooltip</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-584: .proj MSBuild files in solutions are shown as unknown project type.</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-606: Scrolling search window to the left corrupts text</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-549: Scrolling split window after expanding a region</Change>
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-603: Renaming a project in the project browser generates a not implement exception</Change>
<Change author="David Srbecký" date="12/16/2005">Events unregistered when debugger tooltip is closed</Change>
<Change author="Daniel Grunwald" date="12/16/2005">Added Shown and Hidden events to DynamicListRow.</Change>
<Change author="Daniel Grunwald" date="12/16/2005">Fixed SD2-573: Editing menu item text in place</Change>
<Change author="Daniel Grunwald" date="12/16/2005">Update language resources.</Change>
<Change author="Daniel Grunwald" date="12/16/2005">Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly.</Change>
<Change author="David Srbecký" date="12/16/2005">Fixed SD2-586: Debugger not going to source code line from callstack view</Change>
<Change author="Mathias Simmack" date="12/16/2005">Help 2.0: small changes in the Dynamic Help browser scripting</Change>
<Change author="Daniel Grunwald" date="12/15/2005">Fixed solution configuration -&gt; project configuration mapping.</Change>
<Change author="David Srbecký" date="12/15/2005">Added debugger test: SetIP</Change>
<Change author="Daniel Grunwald" date="12/15/2005">Allow changing the active solution configuration in the build menu.</Change>
<Change author="Daniel Grunwald" date="12/15/2005">Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered).</Change>
<Change author="David Srbecký" date="12/14/2005">Debugger handles optimized code more gracefully</Change>
<Change author="David Srbecký" date="12/14/2005">Debugger.Eval rewritten to hold its state in one enum</Change>
<Change author="David Srbecký" date="12/13/2005">Private/static variables separated in debugger tooltips</Change>
<Change author="David Srbecký" date="12/13/2005">Fixed bug: SessionID was not updated between evals; Added test for it</Change>
<Change author="Daniel Grunwald" date="12/13/2005">Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder.</Change>
<Change author="David Srbecký" date="12/13/2005">Added debugger test: PropertyVariableForm</Change>
<Change author="David Srbecký" date="12/13/2005">Fixed bug: 'this' is now passed to property eval as reference</Change>
<Change author="David Srbecký" date="12/13/2005">Added debugger test: PropertyVariable</Change>
<Change author="Matt Ward" date="12/13/2005">Fixed SD2-602 - Adding a COM reference generates a FileLoadException. The ReferenceProjectItem was trying to determine the assembly name for the COM reference causing the exception.</Change>
<Change author="David Srbecký" date="12/12/2005">Fixed bug: Base class was not accessible after stepping</Change>
<Change author="David Srbecký" date="12/12/2005">Added debugger test: ObjectValue</Change>
<Change author="David Srbecký" date="12/12/2005">Property evaluation code moved to ObjectValue</Change>
<Change author="Daniel Grunwald" date="12/12/2005">Fixed SD2-595: Replace in files must use same Encoding detection as text editor</Change>
<Change author="David Srbecký" date="12/12/2005">Worked on variable updating; Properties in debugger tooltips</Change>
<Change author="David Srbecký" date="12/11/2005">ToString disabled; Property evaluation automatically started on demand</Change>
<Change author="Daniel Grunwald" date="12/11/2005">Fixed SD2-525: Changing the output Window font changes the text editor window font.
Fixed SD2-526: Output Window Word Wrap does nothing.
Improved performance of output window and error list when there are many errors/warnings. (previously 3000 warnings caused the SharpDevelop to freeze for 30 seconds and then crash with an OutOfMemoryException, consuming 2 GB of memory; now the speed is much better and the memory usage is fixed)</Change>
<Change author="Daniel Grunwald" date="12/11/2005">Fixed SD2-570: When moving or copying InProject folders, their children get excluded from the project.</Change>
<Change author="Daniel Grunwald" date="12/11/2005">Fixed SD2-569: Wrong file name used for new Link items.
Fixed text editor crash when editing files containing very long words (e.g. 100 KB base64-data in a single line in an XML file).</Change>
<Change author="Daniel Grunwald" date="12/10/2005">Fixed SD2-597: No code completion after "new".</Change>
<Change author="Daniel Grunwald" date="12/10/2005">Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound.</Change>
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionVariablesLifetime;
Fixed function so that expired variables do not throw exceptions</Change>
<Change author="Daniel Grunwald" date="12/10/2005">Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0)
Now NDoc can be started with the command "Project &gt; Build documentation with NDoc".</Change>
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionLifetime</Change>
<Change author="Daniel Grunwald" date="12/10/2005">Applied form designer patch by Christian Hornung:
- designer no longer rewrites fields of all parts in the designer file
- type names in non-designer parts are now correctly fixed to fully qualified type names
- designer no longer overwrites the wrong code region in the designer file
- when double-clicking an event which is defined in a different file, that file is now opened instead of a new (duplicate) method being created
- the design tab is now also shown if the System.Windows.Forms.Form base type is specified in the designer file, but not in the currently open file</Change>
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionLocalVariables</Change>
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionArgumentVariables</Change>
<Change author="David Srbecký" date="12/10/2005">Added debugger test: Callstack</Change>
<Change author="David Srbecký" date="12/10/2005">Added debugger test: Stepping</Change>
<Change author="David Srbecký" date="12/10/2005">Walkaround for pdb locking, added test for it</Change>
<Change author="David Srbecký" date="12/09/2005">Added debugger tests: Break, Symbols</Change>
<Change author="Daniel Grunwald" date="12/08/2005">Fixed project reference to FormsDesigner.</Change>
<Change author="Daniel Grunwald" date="12/08/2005">Rename forms designer directory.</Change>
<Change author="Daniel Grunwald" date="12/08/2005">Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/*</Change>
<Change author="Daniel Grunwald" date="12/08/2005">Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/*</Change>
<Change author="David Srbecký" date="12/08/2005">Rewriten MTA2STA so that it can be controlled more in MTA and tests</Change>
<Change author="Daniel Grunwald" date="12/08/2005">Rename FormDesigner to FormsDesigner.</Change>
<Change author="Daniel Grunwald" date="12/08/2005">Improved C# -&gt; Boo converter.</Change>
<Change author="Daniel Grunwald" date="12/08/2005">SD2-592: Exception thrown when trying to copy a file</Change>
<Change author="Daniel Grunwald" date="12/07/2005">Fixed SD2-466: Tools panel doesn't work in autohide mode</Change>
<Change author="David Srbecký" date="12/07/2005">Debugger tests pre-compiled</Change>
<Change author="David Srbecký" date="12/07/2005">Added two debugger tests</Change>
<Change author="Matt Ward" date="12/07/2005">Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms.</Change>
<Change author="David Srbecký" date="12/07/2005">Fixed debugger test</Change>
<Change author="David Srbecký" date="12/07/2005">Misuse of delegate</Change>
<Change author="David Srbecký" date="12/06/2005">Lazy getting of object values</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Disabled failing debugger test.</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Work around MSBuild bug: log4net.dll is not copied to the unit test output directory (and copying some other libraries just in case...)</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory.</Change>
<Change author="David Srbecký" date="12/06/2005">Lazy getting of property values</Change>
<Change author="Daniel Grunwald" date="12/06/2005">NAntAddIn unit tests now don't need a hard-coded path in the config file.</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Set output directory of unit test projects to bin\UnitTests</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy)</Change>
<Change author="Matt Ward" date="12/06/2005">Html Export menu option no longer gets disabled after being selected once.</Change>
<Change author="David Srbecký" date="12/06/2005">Lazy getting refactored. Started lazy getting of properties</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Removed MessageBoxBuilder addin.</Change>
<Change author="Daniel Grunwald" date="12/06/2005">Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server).</Change>
<Change author="Matt Ward" date="12/06/2005">Fixed typos in VB.Net file templates.</Change>
<Change author="David Srbecký" date="12/06/2005">Lazy getting of array values</Change>
<Change author="David Srbecký" date="12/05/2005">Lazy getting of function arguments and local variables</Change>
<Change author="Daniel Grunwald" date="12/05/2005">Fixed enumerations with base type in VB output visitor.</Change>
<Change author="David Srbecký" date="12/05/2005">Used constructor instead of Variable.CreateVariable</Change>
<Change author="David Srbecký" date="12/05/2005">Getting of function variable made lazy</Change>
<Change author="David Srbecký" date="12/05/2005">Debugger.Function valid as long as possible</Change>
<Change author="Daniel Grunwald" date="12/03/2005">Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie').</Change>
<Change author="David Srbecký" date="12/03/2005">VariableFactory meged into Variable. ValueFactory merged into Value.</Change>
<Change author="David Srbecký" date="12/02/2005">Some validity checking in debugger. Removed MagicValue and UnknownValue.</Change>
<Change author="David Srbecký" date="12/02/2005">MTA2STA uses MethodInvoker delegate</Change>
<Change author="David Srbecký" date="12/02/2005">Rewritten Debugger.ManagedCallbackProxy</Change>
<Change author="Daniel Grunwald" date="12/02/2005">Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566)</Change>
<Change author="David Srbecký" date="12/02/2005">Rewritten Debugger.MTA2STA</Change>
<Change author="Daniel Grunwald" date="11/30/2005">SD2-582: Solution file incorrect after adding a second project</Change>
<Change author="Daniel Grunwald" date="11/30/2005">Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range</Change>
<Change author="Daniel Grunwald" date="11/30/2005">Fixed SD2-585: DataGridView does not appear in Tools | Data tab</Change>
<Change author="Daniel Grunwald" date="11/29/2005">Add documentation about AddInManager.</Change>
<Change author="Daniel Grunwald" date="11/29/2005">Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles.</Change>
<Change author="Daniel Grunwald" date="11/28/2005">Fixed SD2-590: Form Designer does not show child controls of panel</Change>
<Change author="Daniel Grunwald" date="11/27/2005">Improved AddInManager (updating AddIns now works correctly).
Form Designer now no longer rewrites fields without modifier, patch by Christian Hornung.</Change>
<Change author="Markus Palme" date="11/27/2005">added icons for the debugger pads. they are not perfect but at lease distinctable.</Change>
<Change author="Daniel Grunwald" date="11/27/2005">Applied form designer field declaration patch by Christian Hornung.</Change>
<Change author="Daniel Grunwald" date="11/27/2005">Added support for installing and uninstalling user AddIns.</Change>
<Change author="Daniel Grunwald" date="11/27/2005">Implemented adding and removing external AddIns.</Change>
<Change author="Daniel Grunwald" date="11/26/2005">Check dependencies when enabling/disabling AddIns.</Change>
<Change author="Daniel Grunwald" date="11/26/2005">Add simple AddIn manager that can enable and disable AddIns.</Change>
<Change author="Matt Ward" date="11/26/2005">Fixed SD2-587. Windows forms component sidebars recreated if they do not exist when switching to an already opened forms designer.</Change>
<Change author="Matt Ward" date="11/26/2005">Fixed SD2-588. Type resolution service no longer returns types from the Microsoft.VSDesigner assembly. This stops the forms designer from using Microsoft's data adapter designers.</Change>
<Change author="Daniel Grunwald" date="11/26/2005">Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus.</Change>
<Change author="Daniel Grunwald" date="11/26/2005">Now AddIns are loaded from three locations:
- ApplicationBase\AddIns
- ConfigDirectory\AddIns
- locations defined in ConfigDirectory\AddIns.xml</Change>
<Change author="Daniel Grunwald" date="11/25/2005">Update to Boo 0.7.5, added support for partial classes to the Boo AddIn.</Change>
<Change author="Daniel Grunwald" date="11/25/2005">Patch by Scott Ferrett: Match whole word now accepts any non-letter-or-digit character as word bound, fixed exception when searching in "whole project" or "whole solution" and the project contained an open .resources file.</Change>
<Change author="Daniel Grunwald" date="11/25/2005">Use ToolStripManager.Renderer instead of MenuService.Renderer. Use ProfessionalRenderer+SystemColorTable instead of SystemRenderer.
The "CoreStartup" class now helps starting up the core and enables the core user to change the location of the properties file and some other core settings.</Change>
<Change author="Daniel Grunwald" date="11/25/2005">Fixed code completion in WithStatements.</Change>
<Change author="Matt Ward" date="11/25/2005">Removed addin dependency from Forms Designer addin stopping it from being loaded on startup.</Change>
<Change author="Matt Ward" date="11/25/2005">GAC references displayed using short names in project browser and class browser. Extra GAC information displayed in property pad.</Change>
<Change author="Daniel Grunwald" date="11/24/2005">Show new AddIn properties in the AddInScout.
Fixed C# ExpressionFinder bug: identifiers were resolved as type names when they were in front of a keyword like 'in' or 'as'.</Change>
<Change author="Daniel Grunwald" date="11/24/2005">Fixed code completion for project references.
Added support for AddIn dependencies and conflicts to ICSharpCode.Core.</Change>
<Change author="Matt Ward" date="11/24/2005">Fixed SD2-515. Project or assembly reference added to the project when a custom component from the toolbox is added to a form.</Change>
<Change author="Matt Ward" date="11/24/2005">Code now ensures that the Forms Designer UndoEngine has been created before checking that the undo/redo menu options should be enabled.</Change>
<Change author="Christoph Wille" date="11/23/2005">SXW converted RTF; pending review by authors</Change>
<Change author="Matt Ward" date="11/23/2005">Set the DesignerSerializationVisibility to hidden for the TextEditorControlBase properties Document and TextEditorProperties. This prevents the forms designer from generating code that cannot be compiled when the text editor control is added to a form at design time.</Change>
<Change author="Matt Ward" date="11/23/2005">Applied Christian Hornung's fix for SD2-562. The ViewContents are notified of deselection prior to the workspace layout being changed.</Change>
<Change author="Mathias Simmack" date="11/23/2005">add MSBuildFile.cs for the last update 787</Change>
<Change author="Mathias Simmack" date="11/23/2005">updating repository to avoid the build bug (is no one responsible for this?)</Change>
<Change author="Markus Palme" date="11/22/2005">applied patch from Scott Ferrett: Support for % in itmes in MSBuild files</Change>
<Change author="Mathias Simmack" date="11/22/2005">some little updates and fixes</Change>
<Change author="Daniel Grunwald" date="11/21/2005">Read unknown project items from MSBuild files, allow project to override creation of project items (patch by Scott Ferrett).</Change>
<Change author="Daniel Grunwald" date="11/20/2005">Fixed moving linked files in the project pad and other minor bugs.</Change>
<Change author="Matt Ward" date="11/20/2005">Fixed SD2-462. Undo/redo now working in the Forms Designer.</Change>
<Change author="Mathias Simmack" date="11/20/2005">updated WinFX templates for the WinFX Runtime Components November 2005 CTP</Change>
<Change author="Daniel Grunwald" date="11/20/2005">Fixed exception when loading referenced assembly using Reflection when a type parameter constraint on a method referenced another type parameter from the same method.</Change>
<Change author="Daniel Grunwald" date="11/20/2005">Fixed a few minor bugs.</Change>
<Change author="David Srbecký" date="11/19/2005">ToString() evaluated in local variables pad</Change>
<Change author="Daniel Grunwald" date="11/19/2005">ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad.</Change>
<Change author="Daniel Grunwald" date="11/19/2005">Fixed SD2-564: Code always generated for c#.
Fixed VB parser bug ("Dim lDrives() As DriveInfo")</Change>
<Change author="David Srbecký" date="11/19/2005">Eval exceptions are handled</Change>
<Change author="Daniel Grunwald" date="11/19/2005">Fixed some bugs in the project browser (Solution Folders and Solution Items)</Change>
<Change author="Matt Ward" date="11/19/2005">Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed.</Change>
<Change author="Daniel Grunwald" date="11/19/2005">Fixed some bugs regarding missing files and folders in the project browser.</Change>
<Change author="Matt Ward" date="11/19/2005">Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file.</Change>
<Change author="Daniel Grunwald" date="11/19/2005">Fixed SD2-551: Project view not always synchronising the current document</Change>
<Change author="David Srbecký" date="11/19/2005">Properties shown in local variables pad and debugger tooltip</Change>
<Change author="David Srbecký" date="11/18/2005">Numbers can be set using debugger tooltip</Change>
<Change author="Daniel Grunwald" date="11/18/2005">Improved sorting of TaskList (patch by David Alpert)</Change>
<Change author="Daniel Grunwald" date="11/18/2005">Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default.</Change>
<Change author="Daniel Grunwald" date="11/18/2005">Fixed some bugs in NRefactory.</Change>
<Change author="Daniel Grunwald" date="11/18/2005">Fixed SD2-561: Running a single file causes unhandled exception</Change>
<Change author="Daniel Grunwald" date="11/18/2005">The Boo AddIn now supports code completion for generics. The C# -&gt; Boo converter now supports converting generic type references.
NRefactory now uses CastExpression for all cast types ("DirectCast", "CType", "TryCast"). TypeOfIsExpression now used by C# instead of BinaryOperatorType.TypeTest.
Updated to new Boo version that supports parsing and writing generic type references.</Change>
<Change author="Mathias Simmack" date="11/17/2005">changed the call of the dialog and its Dispose() method a little bit</Change>
<Change author="Markus Palme" date="11/17/2005">IME patch from Shinsaku Nakagawa</Change>
<Change author="Matt Ward" date="11/16/2005">Fixed SD2-555. Forms designer automatically reloads if the language property is changed.</Change>
<Change author="Daniel Grunwald" date="11/16/2005">Fixed SD2-556: Resx not being added to project</Change>
<Change author="Markus Palme" date="11/16/2005">SD2-532: revamped html export; made progress bar access threadsafe</Change>
<Change author="Matt Ward" date="11/15/2005">Added patch by Christian Hornung. DesignerResourceService now complies with the SDK documentation and serves resource readers/writers at any time in any order. Localised resources now saved correctly.</Change>
<Change author="David Srbecký" date="11/15/2005">Added icons to debugger tooltips</Change>
<Change author="David Srbecký" date="11/15/2005">Variables in Local Variables pad are expandable again.</Change>
<Change author="David Srbecký" date="11/15/2005">Debugger SubVariables property moved from Value to Variable.</Change>
<Change author="David Srbecký" date="11/15/2005">Worked on Debugger.VariableCollection. Started redesign of local variables pad.</Change>
<Change author="David Srbecký" date="11/14/2005">SharpDevelopMain.RunApplication() does not eat all exceptions</Change>
<Change author="David Srbecký" date="11/14/2005">Added Debugger.Variable</Change>
<Change author="Daniel Grunwald" date="11/14/2005">Applied "Sortable OpenTaskView pad" patch from David Alpert.</Change>
<Change author="Daniel Grunwald" date="11/14/2005">Fixed VB lexer crash on empty char literals.</Change>
<Change author="Daniel Grunwald" date="11/13/2005">Fixed SD2-559: Jagged arrays don't parse</Change>
<Change author="Markus Palme" date="11/13/2005">correct comment prefix</Change>
<Change author="Markus Palme" date="11/13/2005">xml comment insertion and completition for vb.net</Change>
<Change author="Daniel Grunwald" date="11/13/2005">Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse)</Change>
<Change author="Daniel Grunwald" date="11/13/2005">Fixed SD2-560: Interface implementation generator messes up arrays</Change>
<Change author="David Srbecký" date="11/13/2005">Renamed debugger Variables to Values</Change>
<Change author="David Srbecký" date="11/13/2005">Fixed exception being handled twice.</Change>
<Change author="David Srbecký" date="11/12/2005">Added VariableCollection.UpdateTo</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Improved code completion for extension methods (currently only enabled for Boo).</Change>
<Change author="Markus Palme" date="11/12/2005">SD-538: vb.net specific text editor options not ported to corsavy</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Add code completion for the "override" keyword.</Change>
<Change author="David Srbecký" date="11/12/2005">Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters.</Change>
<Change author="David Srbecký" date="11/12/2005">VariableCollection made mutable</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Fixed BOO-536: Forms Designer generated code has bad indentation.
Fixed MemberLookupHelper.GetCommonType.</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory.</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Fixed SD2-521: Clicking CS1691 error in error list shows error message</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Fixed SD2-557: .resx file becomes invalid when all resources are removed</Change>
<Change author="Daniel Grunwald" date="11/12/2005">The boo CodeDomVisitor now supports local variables (needed for resource manager).
Fixed SD2-523: Opening a new solution should close previously opened files</Change>
<Change author="David Srbecký" date="11/12/2005">PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event.</Change>
<Change author="David Srbecký" date="11/12/2005">Redesigned debugger evaluation interface</Change>
<Change author="Matt Ward" date="11/12/2005">Fixed SD2-480 - Forms designer supports localisation.</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Fixed two bugs in the C# to VB converter.</Change>
<Change author="Daniel Grunwald" date="11/12/2005">Fixed NullReferenceException when typing an OptionStatement.</Change>
<Change author="David Srbecký" date="11/11/2005">Added methods for "Set current statement" to IDebugger</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Add "Set current statement" command to text editor context menu.</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Use List&lt;SwitchSection&gt; and List&lt;CatchClause&gt; instead of ArrayLists.</Change>
<Change author="Matt Ward" date="11/11/2005">Fixed SD2-484 - Designer verbs now displayed in forms designer.</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Improved keyboard handling in form designer, typing text in the menu designer now works.</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-544: Tooltip stays visible when user starts typing</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Form designer now uses default font for smart tag menus.</Change>
<Change author="Matt Ward" date="11/11/2005">Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed some C# output visitor bugs.</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed small problem introduced in rev. 714.</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Run Autostart before InitializeWorkbench.</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-543: NullReference Exception thrown when viewing VB project properties</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-552: Class Browser not Refreshing</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-547: Incorrect text line selected after scrolling text editor window</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-554: Enum members in output visitor</Change>
<Change author="Daniel Grunwald" date="11/11/2005">Use ParseUtil.ParseX&lt;T&gt;(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests.</Change>
<Change author="Markus Palme" date="11/10/2005">SD2-534: Quick XML Doc menu option does nothing; added vb.net support</Change>
<Change author="Daniel Grunwald" date="11/10/2005">When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts).
Fixed exception when typing a pipe '|' in the new project dialog.</Change>
<Change author="Matt Ward" date="11/09/2005">Fixed SD2-507. Adding a column to a DataGridView was causing a NullReference exception. Fixed by adding a new TypeDiscoveryService returning types from System.Windows.Forms.</Change>
<Change author="Daniel Grunwald" date="11/09/2005">Fixed some small bugs.</Change>
<Change author="Daniel Grunwald" date="11/09/2005">Always show tooltips below the code line - patch by Yannick Kiekens (purplebox).</Change>
<Change author="Daniel Grunwald" date="11/09/2005">Applied ProjectNodeBuilder patch from Scott Ferret.</Change>
<Change author="Matt Ward" date="11/08/2005">Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag.</Change>
<Change author="Daniel Grunwald" date="11/08/2005">Improved C# to Boo converter.</Change>
<Change author="Matt Ward" date="11/08/2005">SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked.</Change>
<Change author="Markus Palme" date="11/07/2005">patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism</Change>
<Change author="David Srbecký" date="11/06/2005">Renamed namespace DebuggerInterop to Debugger.Interop</Change>
<Change author="David Srbecký" date="11/06/2005">Renamed namespace DebuggerLibrary to Debugger</Change>
<Change author="David Srbecký" date="11/06/2005">Deleted DebuggerInterop directory. Added Wrappers directory.</Change>
<Change author="David Srbecký" date="11/06/2005">Code from DebuggerInterop moved to Interop</Change>
<Change author="David Srbecký" date="11/06/2005">Added headers to debugger interop</Change>
<Change author="David Srbecký" date="11/06/2005">Warning 108 suppressed in the release build of debugger</Change>
<Change author="Daniel Grunwald" date="11/06/2005">Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516.</Change>
<Change author="Daniel Grunwald" date="11/06/2005">FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES.
SearchAndReplace panel now uses translation database.
Removed many unused resource strings.</Change>
<Change author="Daniel Grunwald" date="11/05/2005">Fixed SD2-504: Explicit implementations of generic interfaces cause parser error</Change>
<Change author="Daniel Grunwald" date="11/05/2005">Fixed possible StackOverflowException in BooBinding.</Change>
<Change author="Matt Ward" date="11/05/2005">Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file.</Change>
<Change author="Daniel Grunwald" date="11/05/2005">Add support for partial classes to the form designer.</Change>
<Change author="Daniel Grunwald" date="11/05/2005">Use shadows, improved colors for debugger tooltip.</Change>
<Change author="Daniel Grunwald" date="11/04/2005">Debugger grid child windows now use a custom border instead of SizableToolWindow.</Change>
<Change author="Daniel Grunwald" date="11/04/2005">Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign.</Change>
<Change author="Daniel Grunwald" date="11/04/2005">Fixed debugger tooltip grid.</Change>
<Change author="David Srbecký" date="11/04/2005">Exceptions handled properly in .NET 1.1</Change>
<Change author="Daniel Grunwald" date="11/04/2005">Improve Clean task.</Change>
<Change author="Daniel Grunwald" date="11/04/2005">Fixed SD2-509: Form Designer duplicates first line of code</Change>
<Change author="Daniel Grunwald" date="11/04/2005">Fixed SD2-520: Changes to Treat Warnings as Errors option ignored</Change>
<Change author="Daniel Grunwald" date="11/03/2005">Fix BooBinding solution file, minor C#-&gt;Boo conversion fix.</Change>
<Change author="Daniel Grunwald" date="11/03/2005">Improved measuring of TreeGrid item width.</Change>
<Change author="Mathias Simmack" date="11/03/2005">removed that little String hack from SearchPad.cs</Change>
<Change author="David Srbecký" date="11/02/2005">Fixed SD2-471: Sorting of arrays in locals window is wrong</Change>
<Change author="David Srbecký" date="11/02/2005">Function.GetSegmentForOffet is a bit more forgiving</Change>
<Change author="Matt Ward" date="11/02/2005">Removed LoggingService.Debug calls from CompilerMessageView.</Change>
<Change author="David Srbecký" date="11/02/2005">Fixed SD2-482: First command line argument not passed to debuggee;
Debugee version reported in log</Change>
<Change author="David Srbecký" date="11/02/2005">Fixed Thread.Callstack yielding null.</Change>
<Change author="Matt Ward" date="11/02/2005">Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files.</Change>
<Change author="David Srbecký" date="11/02/2005">Debugger tooltips are filled with real content.</Change>
<Change author="Daniel Grunwald" date="11/02/2005">Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions</Change>
<Change author="David Srbecký" date="11/02/2005">Fixed SD2-505: Debugger freezes on StackOverflowException</Change>
<Change author="David Srbecký" date="11/02/2005">Fixed obsolete warnings in debugger</Change>
<Change author="David Srbecký" date="11/02/2005">.NET 1.1 applications can be debugged</Change>
<Change author="Daniel Grunwald" date="11/01/2005">Add code completion support for extension methods in Boo.</Change>
<Change author="David Srbecký" date="10/31/2005">StateControl refactored. Added WaitForPause()</Change>
<Change author="Mathias Simmack" date="10/31/2005">Help 2.0: added a new checkbox to limit the search results for the current project language if a project is loaded; if not, the checkbox disappears. I was too lazy to build a new version of the translation database, but the strings are entered.</Change>
<Change author="Daniel Grunwald" date="10/31/2005">Fixed UTF8 auto-detection. (Thanks to Christian Hornung)</Change>
<Change author="Daniel Grunwald" date="10/30/2005">Fixed SD2-510: Deleting a file with local modifications</Change>
<Change author="Mathias Simmack" date="10/30/2005">Thanks to Daniel. I forgot my other *Strip* thing, the ContextMenuStrip in TocPad.cs. The RendererChanged event works for it now.</Change>
<Change author="Mathias Simmack" date="10/30/2005">Dynamic Help toolstrip now reacts to the RendererChanged event</Change>
<Change author="Mathias Simmack" date="10/30/2005">Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip</Change>
<Change author="Mathias Simmack" date="10/30/2005">changed the Avalon templates to its real name: WPF (Windows Presentation Foundation)</Change>
<Change author="Daniel Grunwald" date="10/30/2005">RegExSearchStrategy now supports replacing "$1" with the group value.
Fixed exception when using invalid RegEx.</Change>
<Change author="Daniel Grunwald" date="10/29/2005">Reference libraries from Booc.rsp automatically.</Change>
<Change author="Matt Ward" date="10/29/2005">Fixed ObjectDisposedException generated when running XSL transform after splitting the XSLT Output window. The TextAreaControl/TextArea classes were not removing document event handlers when disposed.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Move some strings into the resource database.
Boo projects import Boo.Lang by default.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">ResolvedType on contructor calls now includes type arguments.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Improved code completion for Boo.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Modify setup to check for .NET 2.0.50727.42 instead of Beta 2.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Remove the dependency check in release builds for faster starting.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Some changes to resources / font loading.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -&gt; compiling Boo and ILAsm applications and specifying the target Framework version in C# works again.</Change>
<Change author="Daniel Grunwald" date="10/28/2005">Replace PostBuildEvent with MsBuild targets.</Change>

2
src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs

@ -29,4 +29,4 @@ using System.Runtime.CompilerServices; @@ -29,4 +29,4 @@ using System.Runtime.CompilerServices;
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs

@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs

@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs

@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs

@ -22,7 +22,7 @@ using System.Runtime.CompilerServices; @@ -22,7 +22,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]

2
src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs

@ -33,7 +33,7 @@ using System.Runtime.CompilerServices; @@ -33,7 +33,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
//
// In order to sign your assembly you must specify a key to use. Refer to the

2
src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs

@ -33,7 +33,7 @@ using System.Runtime.CompilerServices; @@ -33,7 +33,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
//
// In order to sign your assembly you must specify a key to use. Refer to the

2
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs

@ -31,7 +31,7 @@ using System.Runtime.CompilerServices; @@ -31,7 +31,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs

@ -30,4 +30,4 @@ using System.Runtime.CompilerServices; @@ -30,4 +30,4 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]

2
src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs

@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("ICSharpCode.TextEditor.key")]

2
src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Libraries/NRefactory/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Main/Base/Project/Configuration/AssemblyInfo.cs

@ -19,6 +19,6 @@ using System.Runtime.CompilerServices; @@ -19,6 +19,6 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
[assembly: AssemblyDelaySign(false)]

2
src/Main/Base/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

2
src/Main/Core/Project/Configuration/AssemblyInfo.cs

@ -20,6 +20,6 @@ using System.Runtime.CompilerServices; @@ -20,6 +20,6 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
[assembly: AssemblyDelaySign(false)]

2
src/Main/Core/Test/AssemblyInfo.cs

@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.922")]
// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.

8
src/Main/StartUp/Project/SharpDevelop.exe.config

@ -6,19 +6,19 @@ @@ -6,19 +6,19 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.922"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.922"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.922"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.1"/>
<bindingRedirect oldVersion="2.0.0.1" newVersion="2.0.0.922"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

Loading…
Cancel
Save