Skip to content

Commit d78fb30

Browse files
Upgrade Atata.Cli.HtmlValidate package reference to v2.4.0
1 parent cbe6419 commit d78fb30

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Upgrade Atata.Cli.HtmlValidate package reference to v2.4.0.
13+
1014
## [3.3.0] - 2025-10-26
1115

1216
### Changed

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="3.7.0" />
29-
<PackageReference Include="Atata.Cli.HtmlValidate" Version="2.3.0" />
29+
<PackageReference Include="Atata.Cli.HtmlValidate" Version="2.4.0" />
3030
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="All" />
3131
</ItemGroup>
3232

src/Atata.HtmlValidation/HtmlValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private HtmlValidateResult ExecuteCliCommand(string workingDirectory, string htm
241241
cli.CliCommandFactory = _options.CliCommandFactory;
242242

243243
return ExecuteFunction(
244-
$"Execute html-validate CLI command for \"{htmlFileName}\" with \"{cliOptions.Formatter.Name}\" formatter",
244+
$"Execute html-validate CLI command for \"{htmlFileName}\" with \"{cliOptions.Formatter?.Name}\" formatter",
245245
() => cli.Validate(htmlFileName, cliOptions));
246246
}
247247

0 commit comments

Comments
 (0)