Skip to content

Commit 7171b5f

Browse files
committed
Version 1.1.3 (Access modifier of the JsEngineLoadException class has changed to public)
1 parent b101e72 commit 7171b5f

30 files changed

+116
-56
lines changed
101 KB
Binary file not shown.
419 KB
Binary file not shown.

Binaries/WebGrease/WG.exe

-1.07 MB
Binary file not shown.

Binaries/WebGrease/WebGrease.dll

1.22 MB
Binary file not shown.

MsieJavaScriptEngine.Tests/MsieJavaScriptEngine.Tests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35-
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath>
34+
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
3736
</Reference>
3837
<Reference Include="System" />
3938
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="2.6.1" targetFramework="net40" />
3+
<package id="NUnit" version="2.6.2" targetFramework="net40" />
44
</packages>

MsieJavaScriptEngine/ActiveScript/ActiveScriptErrorFormatter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Text;
44

55
using Resources;
6+
using Utilities;
67

78
/// <summary>
89
/// Responsible for formatting Active Script Error Message
@@ -44,4 +45,4 @@ public static string Format(ActiveScriptException activeScriptException)
4445
return errorMessage.ToString();
4546
}
4647
}
47-
}
48+
}

MsieJavaScriptEngine/ActiveScript/IActiveScriptSite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ void GetItemInfo(
9797
/// </summary>
9898
void OnLeaveScript();
9999
}
100-
}
100+
}

MsieJavaScriptEngine/ActiveScript/ScriptInfoFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ internal enum ScriptInfoFlags : uint
2020
/// </summary>
2121
ITypeInfo = 2
2222
}
23-
}
23+
}

MsieJavaScriptEngine/ActiveScript/ScriptState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ internal enum ScriptState : uint
4141
/// </summary>
4242
Initialized = 5
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)