Skip to content

Commit 7d5ae04

Browse files
Upgrade Atata.Cli.HtmlValidate package to v2.3.0
1 parent 20cb950 commit 7d5ae04

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Change `HtmlValidationOptions.HtmlValidatePackageVersion` property default value to `"8.3.0"`.
1313
- Upgrade Atata package to v2.9.0.
14+
- Upgrade Atata.Cli.HtmlValidate package to v2.3.0.
1415

1516
## [2.3.0] - 2023-02-20
1617

src/Atata.HtmlValidation/Atata.HtmlValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Features:
2626

2727
<ItemGroup>
2828
<PackageReference Include="Atata" Version="2.9.0" />
29-
<PackageReference Include="Atata.Cli.HtmlValidate" Version="2.2.0" />
29+
<PackageReference Include="Atata.Cli.HtmlValidate" Version="2.3.0" />
3030
</ItemGroup>
3131

3232
</Project>

src/Atata.HtmlValidation/HtmlValidator.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.ComponentModel;
2-
3-
namespace Atata.HtmlValidation;
1+
namespace Atata.HtmlValidation;
42

53
/// <summary>
64
/// Represents the HTML validator.
@@ -204,7 +202,6 @@ private HtmlValidateResult ExecuteCliCommand(string workingDirectory, string htm
204202
var cliOptions = CreateCliOptions(formatter);
205203

206204
var cli = HtmlValidateCli.InDirectory(workingDirectory);
207-
cli.Encoding = _options.Encoding;
208205

209206
if (_options.CliCommandFactory != null)
210207
cli.CliCommandFactory = _options.CliCommandFactory;

0 commit comments

Comments
 (0)