Skip to content

Commit b101e72

Browse files
committed
Version 1.1.2 (JSON2 library was updated to version of May 26, 2013)
1 parent 494431b commit b101e72

File tree

16 files changed

+218
-223
lines changed

16 files changed

+218
-223
lines changed
-422 KB
Binary file not shown.

Binaries/MicrosoftAjaxMinifier/AjaxMin.exe.config

Lines changed: 0 additions & 3 deletions
This file was deleted.

Binaries/WebGrease/WG.exe

1.09 MB
Binary file not shown.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2012 Andrey Taritsyn - http://www.taritsyn.ru
1+
Copyright 2013 Andrey Taritsyn - http://www.taritsyn.ru
22

33
Microsoft Public License (Ms-PL)
44

MsieJavaScriptEngine.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("Unit Tests for 'MSIE JavaScript Engine for .Net'")]
12-
[assembly: AssemblyCopyright("Copyright © Andrey Taritsyn 2012")]
12+
[assembly: AssemblyCopyright("Copyright © Andrey Taritsyn 2013")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.1.0")]
35-
[assembly: AssemblyFileVersion("1.1.1.0")]
34+
[assembly: AssemblyVersion("1.1.2.0")]
35+
[assembly: AssemblyFileVersion("1.1.2.0")]

MsieJavaScriptEngine/MsieJavaScriptEngine.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@
108108
</ItemGroup>
109109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110110
<PropertyGroup>
111-
<PreBuildEvent>cd "$(ProjectDir)..\Binaries\MicrosoftAjaxMinifier\"
111+
<PreBuildEvent>cd "$(ProjectDir)..\Binaries\WebGrease\"
112112

113-
ajaxmin.exe "$(ProjectDir)Resources\ES5.js" out "$(ProjectDir)Resources\ES5.min.js" –clobber
114-
ajaxmin.exe "$(ProjectDir)Resources\json2.js" out "$(ProjectDir)Resources\json2.min.js" –clobber
115-
ajaxmin.exe "$(ProjectDir)Resources\msieJavaScriptEngine.js" out "$(ProjectDir)Resources\msieJavaScriptEngine.min.js" –clobber</PreBuildEvent>
113+
wg.exe -m -in:"$(ProjectDir)Resources\ES5.js" -out:"$(ProjectDir)Resources\ES5.min.js"
114+
wg.exe -m -in:"$(ProjectDir)Resources\json2.js" -out:"$(ProjectDir)Resources\json2.min.js"
115+
wg.exe -m -in:"$(ProjectDir)Resources\msieJavaScriptEngine.js" -out:"$(ProjectDir)Resources\msieJavaScriptEngine.min.js"</PreBuildEvent>
116116
</PropertyGroup>
117117
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118118
Other similar extension points exist, see Microsoft.Common.targets.

MsieJavaScriptEngine/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("MSIE JavaScript Engine for .Net")]
12-
[assembly: AssemblyCopyright("Copyright © Andrey Taritsyn 2012")]
12+
[assembly: AssemblyCopyright("Copyright © Andrey Taritsyn 2013")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.1.0")]
35-
[assembly: AssemblyFileVersion("1.1.1.0")]
34+
[assembly: AssemblyVersion("1.1.2.0")]
35+
[assembly: AssemblyFileVersion("1.1.2.0")]

MsieJavaScriptEngine/Resources/ES5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)