Skip to content

Commit

Permalink
Build numbers 2.10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertvanderHulst committed Jan 20, 2022
1 parent 8811999 commit 2c625f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion XSharp/docs/Topics/VersionHistory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<para styleclass="Heading1">Version History</para>
</header>
<para styleclass="Body Text">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: <br/>https://github.com/X-Sharp/XSharpPublic/issues/<text style="font-weight:bold;">nnn</text> where <text style="font-weight:bold;">nnn</text> is the ticket number.<br/>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).</para>
<para styleclass="Heading1">Changes in 2.10.0.1 </para>
<para styleclass="Heading1">Changes in 2.10.0.3 </para>
<para styleclass="Heading1"><text styleclass="Heading2">Compiler</text></para>
<para styleclass="Body Text"><text styleclass="" style="font-family:Arial; font-size:12pt; font-weight:bold; color:#00a8d2;">Bug fixes</text></para>
<list id="114" type="ul" listtype="bullet" formatstring="&#183;" format-charset="SYMBOL_CHARSET" levelreset="true" legalstyle="false" startfrom="1" styleclass="Body Text" style="font-family:Symbol; font-size:11pt; color:#000000;">
Expand Down Expand Up @@ -56,6 +56,8 @@
<li styleclass="Body Text"><text style="font-weight:normal; font-style:normal; color:#000000;">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</text></li>
<li styleclass="Body Text"><text style="font-weight:normal; font-style:normal; color:#000000;">We have added a new dialog to configure source code formatting with visual examples of the effects of the options.</text></li>
<li styleclass="Body Text"><text style="font-weight:normal; font-style:normal; color:#000000;">We have added the ability to log operations of the X# VS integration to the Windows debug window and/or a logfile. </text><br/><text style="font-weight:normal; font-style:normal; color:#000000;">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.</text></li>
<li styleclass="Body Text"><text style="font-weight:normal; font-style:normal; color:#000000;">The Highlight Word feature now is case insensitive and no longer hightlights words that are part of a comment, string or inactive editor region</text></li>
<li styleclass="Body Text"><text style="font-weight:normal; font-style:normal; color:#000000;">We have added &apos;Brace Completion&apos; to the editor</text></li>
</list>
<para styleclass="Heading3">Bug Fixes</para>
<list id="114" type="ul" listtype="bullet" formatstring="&#183;" format-charset="SYMBOL_CHARSET" levelreset="true" legalstyle="false" startfrom="1" styleclass="Body Text" style="font-family:Symbol; font-size:11pt; color:#000000;">
Expand Down
2 changes: 1 addition & 1 deletion XSharp/docs/XSHelp.hmxp
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
<config-value name="template">$(HMSYS)Templates\Word\Word-Template-Simple-A4.docx</config-value>
</config-group>
<variables>
<variable id="TXTVERSION" type="text" translate="true">Cahors (2.10.0.1)</variable>
<variable id="TXTVERSION" type="text" translate="true">Cahors (2.10.0.3)</variable>
<variable id="APP" type="text" translate="true">XSharp</variable>
</variables>
<helpcontext-numbers/>
Expand Down
2 changes: 1 addition & 1 deletion XSharp/src/Common/BuildNumber.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion XSharp/src/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2c625f3

Please sign in to comment.