File tree 12 files changed +23
-27
lines changed
MsieJavaScriptEngine.Benchmarks
MsieJavaScriptEngine.Test.Auto
MsieJavaScriptEngine.Test.ChakraActiveScript
MsieJavaScriptEngine.Test.ChakraEdgeJsRt
MsieJavaScriptEngine.Test.ChakraIeJsRt
MsieJavaScriptEngine.Test.Classic
MsieJavaScriptEngine.Test.Common
12 files changed +23
-27
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ ## v3.2.5 - March 1, 2024
5
+ * Added a ` README.md ` file to NuGet package
6
+
4
7
## v3.2.4 - January 8, 2024
5
8
* Fixed a error that occurred in the ` ReflectionHelpers.IsAllowedProperty ` method when running on .NET Core 1.0
6
9
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<Copyright >Copyright © 2012-2024 Andrey Taritsyn</Copyright >
4
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
5
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
4
6
</PropertyGroup >
5
7
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine for .NET</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks >
7
7
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
8
- <LangVersion >7.3</LangVersion >
9
8
<OutputType >Library</OutputType >
10
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
11
10
<NoWarn >$(NoWarn);CS1591;NU1605</NoWarn >
29
28
<NeutralLanguage >en-US</NeutralLanguage >
30
29
<PackageOutputPath >../../nuget</PackageOutputPath >
31
30
<GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
32
- <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
33
- <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
34
31
</PropertyGroup >
35
32
36
33
<Import Project =" ../../build/common.props" />
37
34
<Import Project =" ../../build/net40-client-target.props" />
38
35
<Import Project =" ../../build/strong-name-signing.props" />
39
36
40
37
<ItemGroup >
41
- <PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.0" />
42
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
38
+ <PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.1" />
43
39
<PackageReference Include =" ResxToCs.MSBuild" Version =" 1.0.0-alpha7" PrivateAssets =" All" />
44
40
</ItemGroup >
45
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " MsieJavaScriptEngine" ,
3
- "version" : " 3.2.4 " ,
3
+ "version" : " 3.2.5 " ,
4
4
"devDependencies" : {
5
5
"uglify-js" : " 3.16.1"
6
6
},
Original file line number Diff line number Diff line change 1
1
2
2
3
3
--------------------------------------------------------------------------------
4
- README file for MSIE JavaScript Engine for .NET v3.2.4
4
+ README file for MSIE JavaScript Engine for .NET v3.2.5
5
5
6
6
--------------------------------------------------------------------------------
7
7
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Benchmarks</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
7
7
<OutputType >Exe</OutputType >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
+ <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
9
10
<IsPackable >false</IsPackable >
10
11
</PropertyGroup >
11
12
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Tests for Auto Mode</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
- <LangVersion >latest</LangVersion >
9
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
9
<IsTestProject >true</IsTestProject >
11
10
<IsPackable >false</IsPackable >
14
13
<Import Project =" ../../build/common.props" />
15
14
16
15
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18
17
19
18
<ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
20
19
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Tests for Chakra ActiveScript Mode</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
- <LangVersion >latest</LangVersion >
9
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
9
<IsTestProject >true</IsTestProject >
11
10
<IsPackable >false</IsPackable >
14
13
<Import Project =" ../../build/common.props" />
15
14
16
15
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18
17
19
18
<ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
20
19
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Tests for Chakra Edge JsRT Mode</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
- <LangVersion >latest</LangVersion >
9
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
9
<IsTestProject >true</IsTestProject >
11
10
<IsPackable >false</IsPackable >
14
13
<Import Project =" ../../build/common.props" />
15
14
16
15
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18
17
19
18
<ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
20
19
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Tests for Chakra IE JsRT Mode</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
- <LangVersion >latest</LangVersion >
9
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
9
<IsTestProject >true</IsTestProject >
11
10
<IsPackable >false</IsPackable >
14
13
<Import Project =" ../../build/common.props" />
15
14
16
15
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18
17
19
18
<ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
20
19
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Tests for Classic Mode</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
- <LangVersion >latest</LangVersion >
9
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
9
<IsTestProject >true</IsTestProject >
11
10
<IsPackable >false</IsPackable >
14
13
<Import Project =" ../../build/common.props" />
15
14
16
15
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18
17
19
18
<ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
20
19
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Product >MSIE JavaScript Engine: Common Tests</Product >
5
- <VersionPrefix >3.2.4 </VersionPrefix >
5
+ <VersionPrefix >3.2.5 </VersionPrefix >
6
6
<TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
- <LangVersion >latest</LangVersion >
9
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
9
<IsTestProject >true</IsTestProject >
11
10
<IsPackable >false</IsPackable >
15
14
<Import Project =" ../../build/strong-name-signing.props" />
16
15
17
16
<ItemGroup >
18
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
19
18
<PackageReference Include =" NUnit" Version =" 3.14.0" />
20
19
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
21
20
You can’t perform that action at this time.
0 commit comments