We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c071c5 commit 066f42aCopy full SHA for 066f42a
build.fsx
@@ -35,7 +35,7 @@ let sha = Git.Information.getCurrentHash()
35
// version info
36
let major = "3"
37
let minor = "7"
38
-let patch = "2"
+let patch = "3"
39
40
// Follow SemVer scheme: http://semver.org/
41
let asmVersion = major + "." + minor + "." + patch
src/lib/Xrm.Oss.XTL.Interpreter/XTLInterpreter.cs
@@ -4,7 +4,6 @@
4
using System.IO;
5
using System.Linq;
6
using Microsoft.Xrm.Sdk;
7
-using Xrm.Oss.XTL.Templating;
8
9
namespace Xrm.Oss.XTL.Interpreter
10
{
0 commit comments