Skip to content

Commit f98df11

Browse files
committed
Release Candidate 5!
1 parent 64ad8ea commit f98df11

43 files changed

Lines changed: 239 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DSCommandLineInterpreter/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
3333
' by using the '*' as shown below:
3434
' <Assembly: AssemblyVersion("1.0.*")>
3535

36-
<Assembly: AssemblyVersion("4.6.2.1")>
37-
<Assembly: AssemblyFileVersion("4.6.2.1")>
36+
<Assembly: AssemblyVersion("5.0.0.0")>
37+
<Assembly: AssemblyFileVersion("5.0.0.0")>
3838

3939
<Assembly: NeutralResourcesLanguageAttribute("en-GB")>
0 Bytes
Binary file not shown.
5 KB
Binary file not shown.

DSCommandLineInterpreter/bin/Release/DSCore.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ DSCore
66
</name>
77
</assembly>
88
<members>
9-
<member name="T:DocScript.Language.Expressions.IExpression">
9+
<member name="F:DocScript.Runtime.StandardBuiltInFunctions.Graphics">
10+
<summary>DS-Graphics</summary>
11+
</member><member name="T:DocScript.Language.Expressions.IExpression">
1012
<summary>The Base Interface for all Expression Types (E.g. Implemented by LiteralExpr and VariableExpr)</summary>
1113
</member><member name="T:DocScript.Language.Expressions.ICompoundExpression">
1214
<summary>The Base Interface for all Exprs that contain some form of child Exprs (E.g. Implemented by FunctionCallExpr and OperatorExpr, for their Arguments and Operands respectivley)</summary>
@@ -1104,7 +1106,11 @@ DSCore
11041106
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.Result_OrFalseOnException(System.Func{System.Boolean}@)">
11051107
<summary>(MullNet UsefulMethod) Attempts to resolve the Function to a value of type Boolean, but returns False if an Exception is Thrown whilst attempting to perform this resolution</summary>
11061108
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowTextInNewWindow(System.String,System.String)">
1107-
<summary>(MullNet UsefulMethod) Shows the _Text in a Form with a Copy button at the top. This is all done in a NEW STA Thread.</summary>
1109+
<summary>(MullNet UsefulMethod) Shows the _Text in a Form with a Copy and SaveAs button at the top. This is all done in a NEW STA Thread.</summary>
1110+
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowImageInNewWindow(System.String,System.Drawing.Bitmap)">
1111+
<summary>(MullNet UsefulMethod) Shows the _Image in a Form with a Copy and SaveAs button at the top. This is all done in a NEW STA Thread.</summary>
1112+
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowURLContentsInNewWindow(System.String,System.String)">
1113+
<summary>(MullNet UsefulMethod) Shows the Contents of the URL (a Web address, local HTML file, or file directory) in a Form. This is all done in a NEW STA Thread.</summary>
11081114
</member><member name="T:DocScript.CompilerExtentions.UsefulMethods">
11091115
<summary>
11101116
Non-CompilerExtention Useful Methods which need to be accessible without Namespace qualification
5 KB
Binary file not shown.

DSExperimentation/bin/Release/DSCore.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ DSCore
66
</name>
77
</assembly>
88
<members>
9-
<member name="T:DocScript.Language.Expressions.IExpression">
9+
<member name="F:DocScript.Runtime.StandardBuiltInFunctions.Graphics">
10+
<summary>DS-Graphics</summary>
11+
</member><member name="T:DocScript.Language.Expressions.IExpression">
1012
<summary>The Base Interface for all Expression Types (E.g. Implemented by LiteralExpr and VariableExpr)</summary>
1113
</member><member name="T:DocScript.Language.Expressions.ICompoundExpression">
1214
<summary>The Base Interface for all Exprs that contain some form of child Exprs (E.g. Implemented by FunctionCallExpr and OperatorExpr, for their Arguments and Operands respectivley)</summary>
@@ -1104,7 +1106,11 @@ DSCore
11041106
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.Result_OrFalseOnException(System.Func{System.Boolean}@)">
11051107
<summary>(MullNet UsefulMethod) Attempts to resolve the Function to a value of type Boolean, but returns False if an Exception is Thrown whilst attempting to perform this resolution</summary>
11061108
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowTextInNewWindow(System.String,System.String)">
1107-
<summary>(MullNet UsefulMethod) Shows the _Text in a Form with a Copy button at the top. This is all done in a NEW STA Thread.</summary>
1109+
<summary>(MullNet UsefulMethod) Shows the _Text in a Form with a Copy and SaveAs button at the top. This is all done in a NEW STA Thread.</summary>
1110+
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowImageInNewWindow(System.String,System.Drawing.Bitmap)">
1111+
<summary>(MullNet UsefulMethod) Shows the _Image in a Form with a Copy and SaveAs button at the top. This is all done in a NEW STA Thread.</summary>
1112+
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowURLContentsInNewWindow(System.String,System.String)">
1113+
<summary>(MullNet UsefulMethod) Shows the Contents of the URL (a Web address, local HTML file, or file directory) in a Form. This is all done in a NEW STA Thread.</summary>
11081114
</member><member name="T:DocScript.CompilerExtentions.UsefulMethods">
11091115
<summary>
11101116
Non-CompilerExtention Useful Methods which need to be accessible without Namespace qualification
0 Bytes
Binary file not shown.
5 KB
Binary file not shown.

DSExprResolutionUtility/bin/Release/DSCore.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ DSCore
66
</name>
77
</assembly>
88
<members>
9-
<member name="T:DocScript.Language.Expressions.IExpression">
9+
<member name="F:DocScript.Runtime.StandardBuiltInFunctions.Graphics">
10+
<summary>DS-Graphics</summary>
11+
</member><member name="T:DocScript.Language.Expressions.IExpression">
1012
<summary>The Base Interface for all Expression Types (E.g. Implemented by LiteralExpr and VariableExpr)</summary>
1113
</member><member name="T:DocScript.Language.Expressions.ICompoundExpression">
1214
<summary>The Base Interface for all Exprs that contain some form of child Exprs (E.g. Implemented by FunctionCallExpr and OperatorExpr, for their Arguments and Operands respectivley)</summary>
@@ -1104,7 +1106,11 @@ DSCore
11041106
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.Result_OrFalseOnException(System.Func{System.Boolean}@)">
11051107
<summary>(MullNet UsefulMethod) Attempts to resolve the Function to a value of type Boolean, but returns False if an Exception is Thrown whilst attempting to perform this resolution</summary>
11061108
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowTextInNewWindow(System.String,System.String)">
1107-
<summary>(MullNet UsefulMethod) Shows the _Text in a Form with a Copy button at the top. This is all done in a NEW STA Thread.</summary>
1109+
<summary>(MullNet UsefulMethod) Shows the _Text in a Form with a Copy and SaveAs button at the top. This is all done in a NEW STA Thread.</summary>
1110+
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowImageInNewWindow(System.String,System.Drawing.Bitmap)">
1111+
<summary>(MullNet UsefulMethod) Shows the _Image in a Form with a Copy and SaveAs button at the top. This is all done in a NEW STA Thread.</summary>
1112+
</member><member name="M:DocScript.CompilerExtentions.UsefulMethods.ShowURLContentsInNewWindow(System.String,System.String)">
1113+
<summary>(MullNet UsefulMethod) Shows the Contents of the URL (a Web address, local HTML file, or file directory) in a Form. This is all done in a NEW STA Thread.</summary>
11081114
</member><member name="T:DocScript.CompilerExtentions.UsefulMethods">
11091115
<summary>
11101116
Non-CompilerExtention Useful Methods which need to be accessible without Namespace qualification
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)