Skip to content

Commit 494431b

Browse files
committed
Version 1.1.1
1 parent 6b5b1ec commit 494431b

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

MsieJavaScriptEngine.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.7.0")]
35-
[assembly: AssemblyFileVersion("1.0.7.0")]
34+
[assembly: AssemblyVersion("1.1.1.0")]
35+
[assembly: AssemblyFileVersion("1.1.1.0")]

MsieJavaScriptEngine.snk

596 Bytes
Binary file not shown.

MsieJavaScriptEngine/MsieJavaScriptEngine.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
33+
<PropertyGroup>
34+
<SignAssembly>true</SignAssembly>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<AssemblyOriginatorKeyFile>MsieJavaScriptEngine.snk</AssemblyOriginatorKeyFile>
38+
</PropertyGroup>
3339
<ItemGroup>
3440
<Reference Include="System" />
3541
<Reference Include="System.Core" />
@@ -97,6 +103,9 @@
97103
<SubType>Designer</SubType>
98104
</EmbeddedResource>
99105
</ItemGroup>
106+
<ItemGroup>
107+
<None Include="MsieJavaScriptEngine.snk" />
108+
</ItemGroup>
100109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101110
<PropertyGroup>
102111
<PreBuildEvent>cd "$(ProjectDir)..\Binaries\MicrosoftAjaxMinifier\"
596 Bytes
Binary file not shown.

MsieJavaScriptEngine/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.0.0")]
34+
[assembly: AssemblyVersion("1.1.1.0")]
35+
[assembly: AssemblyFileVersion("1.1.1.0")]

NuGet/MsieJavaScriptEngine.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>MsieJavaScriptEngine</id>
5-
<version>1.1.0</version>
5+
<version>1.1.1</version>
66
<title>MSIE JavaScript Engine for .NET</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,8 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This project is a .NET-wrapper for working with the Internet Explorer's JavaScript engines (Chakra and Classic JavaScript Engine). Project was based on part of the code of the library SassAndCoffee.JavaScript (http://github.com/xpaulbettsx/SassAndCoffee).</description>
1414
<summary>This project is a .NET-wrapper for working with the Internet Explorer's JavaScript engines (Chakra and Classic JavaScript Engine).</summary>
15-
<releaseNotes>1. Added ability of using the Douglas Crockford's JSON2 library (http://github.com/douglascrockford/JSON-js);
16-
2. By default using the JSON2 library is disabled.</releaseNotes>
15+
<releaseNotes>Assembly MsieJavaScriptEngine.dll now signed.</releaseNotes>
1716
<copyright>Copyright 2012 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1817
<language>en-US</language>
1918
<tags>JavaScript ECMAScript MSIE IE Chakra</tags>

NuGet/readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
----------------------------------------------------------------------
4-
README file for MSIE JavaScript Engine for .NET 1.1.0
4+
README file for MSIE JavaScript Engine for .NET 1.1.1
55

66
----------------------------------------------------------------------
77

@@ -19,9 +19,7 @@
1919
=============
2020
RELEASE NOTES
2121
=============
22-
1. Added ability of using the Douglas Crockford's JSON2 library
23-
(http://github.com/douglascrockford/JSON-js);
24-
2. By default using the JSON2 library is disabled.
22+
Assembly MsieJavaScriptEngine.dll now signed.
2523

2624
============
2725
PROJECT SITE

0 commit comments

Comments
 (0)