Skip to content

Commit

Permalink
Version 2.14.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertvanderHulst committed Dec 5, 2022
1 parent 05043fa commit 43cb839
Show file tree
Hide file tree
Showing 7 changed files with 544 additions and 536 deletions.
13 changes: 7 additions & 6 deletions Tests/xSharp Tests.viproj
Original file line number Diff line number Diff line change
Expand Up @@ -115296,8 +115296,8 @@ IDEVersion = 1.06
GalleryName =
GalleryPage =
GalleryDefaultName =
Target = 2
Platform = AnyCPU
Target = 0
Platform = x86
Language = XSharp
Runtime = CLR4
Dialect = VO
Expand Down Expand Up @@ -115332,8 +115332,9 @@ FileType = Code
CopyToBin = 0
[Tester References]
ReferenceGAC = CLR4,System,1,0,4.0.0.0
ReferenceBrowse = C:\XSharp\DevRt\Binaries\Debug\XSharp.Core.dll,1,0
ReferenceBrowse = C:\XSharp\DevRt\Binaries\Debug\XSharp.RT.dll,1,0
ReferenceBrowse = C:\XSharp\DevRt\Binaries\Debug\XSharp.Core.dll,1,1
ReferenceBrowse = C:\XSharp\DevRt\Binaries\Debug\XSharp.RT.dll,1,1
ReferenceBrowse = C:\XSharp\DevRt\Binaries\Debug\XSharp.MacroCompiler.dll,1,1
[Tester Resources]
[Tester Native Resources]
[Tester License files]
Expand Down Expand Up @@ -116933,8 +116934,8 @@ FileType = Code
CopyToBin = 0
[C875 - MemVars created inside macros do not continue to exist after macro execution References]
ReferenceGAC = CLR4,System,1,0,4.0.0.0
ReferenceGAC = CLR4,XSharp.Core,1,0,2.6.0.0
ReferenceGAC = CLR4,XSharp.RT,1,0,2.6.0.0
ReferenceGAC = XSharp.Core,1,0,2.6.0.0
ReferenceGAC = XSharp.RT,1,0,2.6.0.0
[C875 - MemVars created inside macros do not continue to exist after macro execution Resources]
[C875 - MemVars created inside macros do not continue to exist after macro execution Native Resources]
[C875 - MemVars created inside macros do not continue to exist after macro execution License files]
Expand Down
6 changes: 3 additions & 3 deletions XSharp/docs/Topics/Acknowledgements.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../helpproject.xsl" ?>
<topic template="Default" lasteditedby="robert" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../helpproject.xsd">
<topic template="Default" modified="2022-12-02T19:15:35.803+01:00" lasteditedby="robert" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../helpproject.xsd">
<title>Acknowledgements</title>
<body>
<header>
Expand Down Expand Up @@ -48,15 +48,15 @@
<para styleclass="Body Text">Nemerle</para>
</td>
<td>
<para styleclass="Body Text">The project system for Nemerle. We have been inspired by some of the solutions in their project system. We would like to thank the authors of Nemerle for showing us how to solve certain problems. (<link displaytype="text" defaultstyle="true" type="weblink" href="&lt;%LINK_CAPTION%&gt;" target="_blank">www.nemerle.org</link>)</para>
<para styleclass="Body Text">The project system for Nemerle. We have been inspired by some of the solutions in their project system. We would like to thank the authors of Nemerle for showing us how to solve certain problems. (<link displaytype="text" defaultstyle="true" type="weblink" href="http://www.nemerle.org" target="_blank">www.nemerle.org</link>)</para>
</td>
</tr>
<tr style="vertical-align:top">
<td>
<para styleclass="Body Text">F# project system</para>
</td>
<td>
<para styleclass="Body Text">The visual F# project system (<link displaytype="text" defaultstyle="true" type="weblink" href="http://www.fsharp.org" target="_blank">www.fsharp.org</link><link displaytype="text" defaultstyle="true" type="weblink" href="&lt;%LINK_CAPTION%&gt;" target="_blank">/</link>)</para>
<para styleclass="Body Text">The visual F# project system (<link displaytype="text" defaultstyle="true" type="weblink" href="http://www.fsharp.org" target="_blank">www.fsharp.org)</link></para>
</td>
</tr>
<tr style="vertical-align:top">
Expand Down
1,047 changes: 527 additions & 520 deletions XSharp/docs/Topics/VersionHistory.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions XSharp/docs/XSHelp.hmxp
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
<config-group name="user">
<config-group name="robert">
<config-group name="project">
<config-value name="lastexport">3</config-value>
<config-value name="lastexport">0</config-value>
</config-group>
<config-group name="report">
<config-value name="type">6</config-value>
Expand Down Expand Up @@ -705,7 +705,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.14.0.0)</variable>
<variable id="TXTVERSION" type="text" translate="true">Cahors (2.14.0.4)</variable>
<variable id="APP" type="text" translate="true">XSharp</variable>
</variables>
<helpcontext-numbers/>
Expand Down
2 changes: 1 addition & 1 deletion XSharp/eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See License.txt in the project root for license information.
<MajorVersion>2</MajorVersion>
<MinorVersion>14</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>2</PreReleaseVersionLabel>
<PreReleaseVersionLabel>4</PreReleaseVersionLabel>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!--
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
Expand Down
4 changes: 2 additions & 2 deletions XSharp/src/Common/BuildNumber.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
#ifdef RUNTIME
#define VERSION_NUMBER "2.6.0.0"
#else
#define VERSION_NUMBER "2.14.0.2"
#define VERSION_NUMBER "2.14.0.4"
#endif

// 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.14.0.2"
#define FILEVERSION_NUMBER "2.14.0.4"
#define INFORMATIONAL_NUMBER "2.14 GA"

#ifdef __DEBUG__
Expand Down
4 changes: 2 additions & 2 deletions XSharp/src/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ internal class Constants
#if RUNTIME
internal const string Version = "2.6.0.0";
#else
internal const string Version = "2.14.0.2";
internal const string Version = "2.14.0.4";
#endif
internal const string FileVersion = "2.14.0.2";
internal const string FileVersion = "2.14.0.4";
internal const string ProductVersion = "2.14 GA";
internal const string PublicKey = "ed555a0467764586";
internal const string Copyright = "Copyright © XSharp BV 2015-2022";
Expand Down

0 comments on commit 43cb839

Please sign in to comment.