diff --git a/doc/ChangeLog.xml b/doc/ChangeLog.xml index b6cd022c84..d5d0ba6097 100644 --- a/doc/ChangeLog.xml +++ b/doc/ChangeLog.xml @@ -1,4 +1,307 @@  + Translations update. + Applied form designer assembly loading patch by Alex Prudkiy. + Changed license in about dialog to LGPL. + Official license change from GPL to LGPL + Changed splash screen. + Forum link updated + Disable SubversionAddIn (it won't ship with SharpDevelop 2.0). + Change file header. + Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn" + Use IntPtr instead of int in SendMessage P/Invoke declaration. + Fixed SD2-519: Project options panel can be opened multiple times for the same project. + Fixed SD2-593: Forms Designer events page not initially visible. + 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. + Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime) + Fixed small lexer problem. + Improved C# lexer performance. + Expressions with dot resolved properly in debugger tooltip + Fixed SD2-584: .proj MSBuild files in solutions are shown as unknown project type. + Fixed SD2-606: Scrolling search window to the left corrupts text + Fixed SD2-549: Scrolling split window after expanding a region + Fixed SD2-603: Renaming a project in the project browser generates a not implement exception + Events unregistered when debugger tooltip is closed + Added Shown and Hidden events to DynamicListRow. + Fixed SD2-573: Editing menu item text in place + Update language resources. + Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. + Fixed SD2-586: Debugger not going to source code line from callstack view + Help 2.0: small changes in the Dynamic Help browser scripting + Fixed solution configuration -> project configuration mapping. + Added debugger test: SetIP + Allow changing the active solution configuration in the build menu. + Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered). + Debugger handles optimized code more gracefully + Debugger.Eval rewritten to hold its state in one enum + Private/static variables separated in debugger tooltips + Fixed bug: SessionID was not updated between evals; Added test for it + 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. + Added debugger test: PropertyVariableForm + Fixed bug: 'this' is now passed to property eval as reference + Added debugger test: PropertyVariable + 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. + Fixed bug: Base class was not accessible after stepping + Added debugger test: ObjectValue + Property evaluation code moved to ObjectValue + Fixed SD2-595: Replace in files must use same Encoding detection as text editor + Worked on variable updating; Properties in debugger tooltips + ToString disabled; Property evaluation automatically started on demand + 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) + Fixed SD2-570: When moving or copying InProject folders, their children get excluded from the project. + 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). + Fixed SD2-597: No code completion after "new". + Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound. + Added debugger test: FunctionVariablesLifetime; +Fixed function so that expired variables do not throw exceptions + 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 > Build documentation with NDoc". + Added debugger test: FunctionLifetime + 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 + Added debugger test: FunctionLocalVariables + Added debugger test: FunctionArgumentVariables + Added debugger test: Callstack + Added debugger test: Stepping + Walkaround for pdb locking, added test for it + Added debugger tests: Break, Symbols + Fixed project reference to FormsDesigner. + Rename forms designer directory. + Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/* + Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/* + Rewriten MTA2STA so that it can be controlled more in MTA and tests + Rename FormDesigner to FormsDesigner. + Improved C# -> Boo converter. + SD2-592: Exception thrown when trying to copy a file + Fixed SD2-466: Tools panel doesn't work in autohide mode + Debugger tests pre-compiled + Added two debugger tests + Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms. + Fixed debugger test + Misuse of delegate + Lazy getting of object values + Disabled failing debugger test. + Work around MSBuild bug: log4net.dll is not copied to the unit test output directory (and copying some other libraries just in case...) + Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory. + Lazy getting of property values + NAntAddIn unit tests now don't need a hard-coded path in the config file. + Set output directory of unit test projects to bin\UnitTests + Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy) + Html Export menu option no longer gets disabled after being selected once. + Lazy getting refactored. Started lazy getting of properties + Removed MessageBoxBuilder addin. + Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). + Fixed typos in VB.Net file templates. + Lazy getting of array values + Lazy getting of function arguments and local variables + Fixed enumerations with base type in VB output visitor. + Used constructor instead of Variable.CreateVariable + Getting of function variable made lazy + Debugger.Function valid as long as possible + Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie'). + VariableFactory meged into Variable. ValueFactory merged into Value. + Some validity checking in debugger. Removed MagicValue and UnknownValue. + MTA2STA uses MethodInvoker delegate + Rewritten Debugger.ManagedCallbackProxy + Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566) + Rewritten Debugger.MTA2STA + SD2-582: Solution file incorrect after adding a second project + Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range + Fixed SD2-585: DataGridView does not appear in Tools | Data tab + Add documentation about AddInManager. + Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. + Fixed SD2-590: Form Designer does not show child controls of panel + Improved AddInManager (updating AddIns now works correctly). +Form Designer now no longer rewrites fields without modifier, patch by Christian Hornung. + added icons for the debugger pads. they are not perfect but at lease distinctable. + Applied form designer field declaration patch by Christian Hornung. + Added support for installing and uninstalling user AddIns. + Implemented adding and removing external AddIns. + Check dependencies when enabling/disabling AddIns. + Add simple AddIn manager that can enable and disable AddIns. + Fixed SD2-587. Windows forms component sidebars recreated if they do not exist when switching to an already opened forms designer. + 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. + Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus. + Now AddIns are loaded from three locations: +- ApplicationBase\AddIns +- ConfigDirectory\AddIns +- locations defined in ConfigDirectory\AddIns.xml + Update to Boo 0.7.5, added support for partial classes to the Boo AddIn. + 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. + 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. + Fixed code completion in WithStatements. + Removed addin dependency from Forms Designer addin stopping it from being loaded on startup. + GAC references displayed using short names in project browser and class browser. Extra GAC information displayed in property pad. + 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'. + Fixed code completion for project references. +Added support for AddIn dependencies and conflicts to ICSharpCode.Core. + Fixed SD2-515. Project or assembly reference added to the project when a custom component from the toolbox is added to a form. + Code now ensures that the Forms Designer UndoEngine has been created before checking that the undo/redo menu options should be enabled. + SXW converted RTF; pending review by authors + 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. + Applied Christian Hornung's fix for SD2-562. The ViewContents are notified of deselection prior to the workspace layout being changed. + add MSBuildFile.cs for the last update 787 + updating repository to avoid the build bug (is no one responsible for this?) + applied patch from Scott Ferrett: Support for % in itmes in MSBuild files + some little updates and fixes + Read unknown project items from MSBuild files, allow project to override creation of project items (patch by Scott Ferrett). + Fixed moving linked files in the project pad and other minor bugs. + Fixed SD2-462. Undo/redo now working in the Forms Designer. + updated WinFX templates for the WinFX Runtime Components November 2005 CTP + Fixed exception when loading referenced assembly using Reflection when a type parameter constraint on a method referenced another type parameter from the same method. + Fixed a few minor bugs. + ToString() evaluated in local variables pad + ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad. + Fixed SD2-564: Code always generated for c#. +Fixed VB parser bug ("Dim lDrives() As DriveInfo") + Eval exceptions are handled + Fixed some bugs in the project browser (Solution Folders and Solution Items) + Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed. + Fixed some bugs regarding missing files and folders in the project browser. + Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file. + Fixed SD2-551: Project view not always synchronising the current document + Properties shown in local variables pad and debugger tooltip + Numbers can be set using debugger tooltip + Improved sorting of TaskList (patch by David Alpert) + Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default. + Fixed some bugs in NRefactory. + Fixed SD2-561: Running a single file causes unhandled exception + The Boo AddIn now supports code completion for generics. The C# -> 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. + changed the call of the dialog and its Dispose() method a little bit + IME patch from Shinsaku Nakagawa + Fixed SD2-555. Forms designer automatically reloads if the language property is changed. + Fixed SD2-556: Resx not being added to project + SD2-532: revamped html export; made progress bar access threadsafe + 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. + Added icons to debugger tooltips + Variables in Local Variables pad are expandable again. + Debugger SubVariables property moved from Value to Variable. + Worked on Debugger.VariableCollection. Started redesign of local variables pad. + SharpDevelopMain.RunApplication() does not eat all exceptions + Added Debugger.Variable + Applied "Sortable OpenTaskView pad" patch from David Alpert. + Fixed VB lexer crash on empty char literals. + Fixed SD2-559: Jagged arrays don't parse + correct comment prefix + xml comment insertion and completition for vb.net + Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse) + Fixed SD2-560: Interface implementation generator messes up arrays + Renamed debugger Variables to Values + Fixed exception being handled twice. + Added VariableCollection.UpdateTo + Improved code completion for extension methods (currently only enabled for Boo). + SD-538: vb.net specific text editor options not ported to corsavy + Add code completion for the "override" keyword. + Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters. + VariableCollection made mutable + Fixed BOO-536: Forms Designer generated code has bad indentation. +Fixed MemberLookupHelper.GetCommonType. + Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory. + Fixed SD2-521: Clicking CS1691 error in error list shows error message + Fixed SD2-557: .resx file becomes invalid when all resources are removed + The boo CodeDomVisitor now supports local variables (needed for resource manager). +Fixed SD2-523: Opening a new solution should close previously opened files + PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event. + Redesigned debugger evaluation interface + Fixed SD2-480 - Forms designer supports localisation. + Fixed two bugs in the C# to VB converter. + Fixed NullReferenceException when typing an OptionStatement. + Added methods for "Set current statement" to IDebugger + Add "Set current statement" command to text editor context menu. + Use List<SwitchSection> and List<CatchClause> instead of ArrayLists. + Fixed SD2-484 - Designer verbs now displayed in forms designer. + Improved keyboard handling in form designer, typing text in the menu designer now works. + Fixed SD2-544: Tooltip stays visible when user starts typing + Form designer now uses default font for smart tag menus. + Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file + Fixed some C# output visitor bugs. + Fixed small problem introduced in rev. 714. + Run Autostart before InitializeWorkbench. + Fixed SD2-543: NullReference Exception thrown when viewing VB project properties + Fixed SD2-552: Class Browser not Refreshing + Fixed SD2-547: Incorrect text line selected after scrolling text editor window + Fixed SD2-554: Enum members in output visitor + Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests. + SD2-534: Quick XML Doc menu option does nothing; added vb.net support + 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. + 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. + Fixed some small bugs. + Always show tooltips below the code line - patch by Yannick Kiekens (purplebox). + Applied ProjectNodeBuilder patch from Scott Ferret. + Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag. + Improved C# to Boo converter. + SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked. + patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism + Renamed namespace DebuggerInterop to Debugger.Interop + Renamed namespace DebuggerLibrary to Debugger + Deleted DebuggerInterop directory. Added Wrappers directory. + Code from DebuggerInterop moved to Interop + Added headers to debugger interop + Warning 108 suppressed in the release build of debugger + Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516. + 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. + Fixed SD2-504: Explicit implementations of generic interfaces cause parser error + Fixed possible StackOverflowException in BooBinding. + 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. + Add support for partial classes to the form designer. + Use shadows, improved colors for debugger tooltip. + Debugger grid child windows now use a custom border instead of SizableToolWindow. + Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign. + Fixed debugger tooltip grid. + Exceptions handled properly in .NET 1.1 + Improve Clean task. + Fixed SD2-509: Form Designer duplicates first line of code + Fixed SD2-520: Changes to Treat Warnings as Errors option ignored + Fix BooBinding solution file, minor C#->Boo conversion fix. + Improved measuring of TreeGrid item width. + removed that little String hack from SearchPad.cs + Fixed SD2-471: Sorting of arrays in locals window is wrong + Function.GetSegmentForOffet is a bit more forgiving + Removed LoggingService.Debug calls from CompilerMessageView. + Fixed SD2-482: First command line argument not passed to debuggee; +Debugee version reported in log + Fixed Thread.Callstack yielding null. + 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. + Debugger tooltips are filled with real content. + Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions + Fixed SD2-505: Debugger freezes on StackOverflowException + Fixed obsolete warnings in debugger + .NET 1.1 applications can be debugged + Add code completion support for extension methods in Boo. + StateControl refactored. Added WaitForPause() + 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. + Fixed UTF8 auto-detection. (Thanks to Christian Hornung) + Fixed SD2-510: Deleting a file with local modifications + Thanks to Daniel. I forgot my other *Strip* thing, the ContextMenuStrip in TocPad.cs. The RendererChanged event works for it now. + Dynamic Help toolstrip now reacts to the RendererChanged event + Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip + changed the Avalon templates to its real name: WPF (Windows Presentation Foundation) + RegExSearchStrategy now supports replacing "$1" with the group value. +Fixed exception when using invalid RegEx. + Reference libraries from Booc.rsp automatically. + 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. + Move some strings into the resource database. +Boo projects import Boo.Lang by default. + ResolvedType on contructor calls now includes type arguments. + Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory. + Improved code completion for Boo. + Modify setup to check for .NET 2.0.50727.42 instead of Beta 2. + 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. + Remove the dependency check in release builds for faster starting. Some changes to resources / font loading. SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. Replace PostBuildEvent with MsBuild targets. diff --git a/src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs b/src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs index b58c325882..c3d2d82a44 100644 --- a/src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/Boo/BooBinding/Project/Src/AssemblyInfo.cs @@ -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")] diff --git a/src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs b/src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs index 38d4b5b744..6bfd2bfeef 100644 --- a/src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/Boo/NRefactoryToBooConverter/Project/AssemblyInfo.cs @@ -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")] diff --git a/src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs b/src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs index 73b51df727..c6e36c109d 100644 --- a/src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/Boo/StandaloneConverter/AssemblyInfo.cs @@ -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")] diff --git a/src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs b/src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs index 3ee3fc7ef1..a87a627805 100644 --- a/src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/CPPNetBinding/Project/Src/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs b/src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs index a55c472b34..f745366b93 100644 --- a/src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/CSharpBinding/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs b/src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs index 0949e98b6a..4d8b206f34 100644 --- a/src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/ILAsmBinding/Project/Src/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs b/src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs index 46f5f23799..c4d3a9be11 100644 --- a/src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/VBNetBinding/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs b/src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs index fa918ce8bc..b0a9c09510 100644 --- a/src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs +++ b/src/AddIns/BackendBindings/WixBinding/Project/Src/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs b/src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs index 55f1b1d07a..a192f6b2ae 100644 --- a/src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/AssemblyScout/Project/Configuration/AssemblyInfo.cs @@ -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("")] diff --git a/src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs b/src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs index a791b82d4c..187bd00cba 100644 --- a/src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/FormsDesigner/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs b/src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs index 9aaa66cc2a..04d9b0ab4a 100644 --- a/src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/ResourceEditor/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs index 6a55c44982..e444879943 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs index f2a377273b..d3c2add987 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs index 34b17aa3a2..2d6d033da8 100644 --- a/src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/AddInManager/Project/Configuration/AssemblyInfo.cs @@ -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")] diff --git a/src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs b/src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs index 84bd67a7bb..636df6928a 100644 --- a/src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs +++ b/src/AddIns/Misc/AddinScout/Project/Src/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs index 8d9146de58..54dc8abf92 100644 --- a/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs @@ -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 diff --git a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs index 23ca3c44f4..44cf512241 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs @@ -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 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs index 7bb422b90d..cb6291c9a0 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Configuration/AssemblyInfo.cs @@ -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")] diff --git a/src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs index 00bf05c6d2..6fc9b24bdd 100644 --- a/src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/FiletypeRegisterer/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs index c7928bbb68..79637e0b5a 100644 --- a/src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/HighlightingEditor/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs index a19839cdf5..d33b5d05b4 100644 --- a/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs index a4f2e24bbe..42ea46b0e6 100644 --- a/src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/MbUnitPad/Project/Configuration/AssemblyInfo.cs @@ -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")] diff --git a/src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs b/src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs index a9f97766a1..3c7dff36cd 100644 --- a/src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs +++ b/src/AddIns/Misc/NAntAddIn/ConsoleApp/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs index 8ce40d5f1c..0ee7ba1614 100644 --- a/src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/NAntAddIn/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs b/src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs index f2a377273b..d3c2add987 100644 --- a/src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs +++ b/src/AddIns/Misc/NAntAddIn/Test/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs index 5f71f8f10f..212a4222c5 100644 --- a/src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/RegExpTk/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs index 7d5354c6f0..d7a1529bec 100644 --- a/src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/StartPage/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs index f472c619c6..894bf9bbd3 100644 --- a/src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs b/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs index 7d954c24b6..37a646477e 100644 --- a/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs +++ b/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs @@ -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")] diff --git a/src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs b/src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs index a4e5dd3e0d..5e091b5229 100644 --- a/src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs +++ b/src/Libraries/ICSharpCode.Build.Tasks/Test/AssemblyInfo.cs @@ -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")] diff --git a/src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs b/src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs index 2309a4b10b..5c0207df43 100644 --- a/src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs +++ b/src/Libraries/ICSharpCode.TextEditor/Project/Configuration/AssemblyInfo.cs @@ -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")] diff --git a/src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs b/src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs index 75ee8b00b7..2f92385f6d 100644 --- a/src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs +++ b/src/Libraries/ICSharpCode.TextEditor/Test/AssemblyInfo.cs @@ -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. diff --git a/src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs b/src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs index 0c12695ca5..cf5214a092 100644 --- a/src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs +++ b/src/Libraries/NRefactory/Project/Configuration/AssemblyInfo.cs @@ -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. diff --git a/src/Libraries/NRefactory/Test/AssemblyInfo.cs b/src/Libraries/NRefactory/Test/AssemblyInfo.cs index 75ee8b00b7..2f92385f6d 100644 --- a/src/Libraries/NRefactory/Test/AssemblyInfo.cs +++ b/src/Libraries/NRefactory/Test/AssemblyInfo.cs @@ -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. diff --git a/src/Main/Base/Project/Configuration/AssemblyInfo.cs b/src/Main/Base/Project/Configuration/AssemblyInfo.cs index a5784289ea..f84a40952c 100644 --- a/src/Main/Base/Project/Configuration/AssemblyInfo.cs +++ b/src/Main/Base/Project/Configuration/AssemblyInfo.cs @@ -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)] diff --git a/src/Main/Base/Test/AssemblyInfo.cs b/src/Main/Base/Test/AssemblyInfo.cs index 75ee8b00b7..2f92385f6d 100644 --- a/src/Main/Base/Test/AssemblyInfo.cs +++ b/src/Main/Base/Test/AssemblyInfo.cs @@ -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. diff --git a/src/Main/Core/Project/Configuration/AssemblyInfo.cs b/src/Main/Core/Project/Configuration/AssemblyInfo.cs index 2ddd1d72fd..aaff0efea6 100644 --- a/src/Main/Core/Project/Configuration/AssemblyInfo.cs +++ b/src/Main/Core/Project/Configuration/AssemblyInfo.cs @@ -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)] diff --git a/src/Main/Core/Test/AssemblyInfo.cs b/src/Main/Core/Test/AssemblyInfo.cs index a9f97766a1..3c7dff36cd 100644 --- a/src/Main/Core/Test/AssemblyInfo.cs +++ b/src/Main/Core/Test/AssemblyInfo.cs @@ -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. diff --git a/src/Main/StartUp/Project/SharpDevelop.exe.config b/src/Main/StartUp/Project/SharpDevelop.exe.config index 67038f51ae..0ea8425d97 100644 --- a/src/Main/StartUp/Project/SharpDevelop.exe.config +++ b/src/Main/StartUp/Project/SharpDevelop.exe.config @@ -6,19 +6,19 @@ - + - + - + - +