From 2c625f3918e207418163df79b6e4f87ee65ea4f2 Mon Sep 17 00:00:00 2001 From: Robert van der Hulst Date: Thu, 20 Jan 2022 22:50:53 +0100 Subject: [PATCH] Build numbers 2.10.0.3 --- XSharp/docs/Topics/VersionHistory.xml | 4 +++- XSharp/docs/XSHelp.hmxp | 2 +- XSharp/src/Common/BuildNumber.h | 2 +- XSharp/src/Common/Constants.cs | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/XSharp/docs/Topics/VersionHistory.xml b/XSharp/docs/Topics/VersionHistory.xml index cbb80f267b..10199e01f8 100644 --- a/XSharp/docs/Topics/VersionHistory.xml +++ b/XSharp/docs/Topics/VersionHistory.xml @@ -11,7 +11,7 @@ Version History Note: When an item has a matching GitHub ticket then the ticket number is behind the item in parentheses prefixed with #. You can find these tickets by going to:
https://github.com/X-Sharp/XSharpPublic/issues/nnn where nnn is the ticket number.
If you find an issue in X# we recommend that you report it on GitHub. You will be notified of the progress on the work on your issue and the ticket number will be included in the documentation of new builds from now on (April 2021).
- Changes in 2.10.0.1 + Changes in 2.10.0.3 Compiler Bug fixes @@ -56,6 +56,8 @@
  • We have added a first version of Lightbulb tips. For now to implement missing interface members and to convert a field to a Property. More implementations and configuration options will follow
  • We have added a new dialog to configure source code formatting with visual examples of the effects of the options.
  • We have added the ability to log operations of the X# VS integration to the Windows debug window and/or a logfile.
    If you are experiencing unexplainable problems we will contact you and tell you how to enable these options, so you can send us a log file that shows what happened before a problem occurred inside Visual Studio. We have used Serilog for this.
  • +
  • The Highlight Word feature now is case insensitive and no longer hightlights words that are part of a comment, string or inactive editor region
  • +
  • We have added 'Brace Completion' to the editor
  • Bug Fixes diff --git a/XSharp/docs/XSHelp.hmxp b/XSharp/docs/XSHelp.hmxp index 5ccfd14298..742061323a 100644 --- a/XSharp/docs/XSHelp.hmxp +++ b/XSharp/docs/XSHelp.hmxp @@ -704,7 +704,7 @@ $(HMSYS)Templates\Word\Word-Template-Simple-A4.docx - Cahors (2.10.0.1) + Cahors (2.10.0.3) XSharp diff --git a/XSharp/src/Common/BuildNumber.h b/XSharp/src/Common/BuildNumber.h index 9e4ef26f09..20663f1588 100644 --- a/XSharp/src/Common/BuildNumber.h +++ b/XSharp/src/Common/BuildNumber.h @@ -19,7 +19,7 @@ // This is the file version number, which is ignored by .NET but used by Windows installer to determine // whether one file is newer than another. // This typically would change if we're generating a patch, otherwise it should be the same as VERSION_NUMBER - #define FILEVERSION_NUMBER "2.10.0.1" + #define FILEVERSION_NUMBER "2.10.0.3" #define INFORMATIONAL_NUMBER "2.10 GA" #ifdef __DEBUG__ diff --git a/XSharp/src/Common/Constants.cs b/XSharp/src/Common/Constants.cs index 20a864e71a..c6b253f7ac 100644 --- a/XSharp/src/Common/Constants.cs +++ b/XSharp/src/Common/Constants.cs @@ -18,7 +18,7 @@ internal static class Constants #else internal const string Version = "2.10.0.0"; #endif - internal const string FileVersion = "2.10.0.1"; + internal const string FileVersion = "2.10.0.3"; internal const string ProductVersion = "2.10 GA"; internal const string PublicKey = "ed555a0467764586"; internal const string Copyright = "Copyright © XSharp BV 2015-2022";