Skip to content

Commit 808e32c

Browse files
Change HtmlValidationOptions.HtmlValidatePackageVersion property default value to "7.5.0"
1 parent c1c2965 commit 808e32c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
## [2.1.0] - 2022-07-21
13-
1412
- Upgrade Atata package to v2.2.0.
13+
- Change `HtmlValidationOptions.HtmlValidatePackageVersion` property default value to `"7.5.0"`.
14+
15+
## [2.1.0] - 2022-07-21
1516

1617
### Changed
1718

src/Atata.HtmlValidation/HtmlValidationOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ public string RecommendedHtmlValidatePackageVersion
117117
/// <summary>
118118
/// Gets or sets the required version of "html-validate" NPM package.
119119
/// The required version will be installed if "html-validate" package is not installed or the installed version differs from the required one.
120-
/// The default value is <c>"7.1.2"</c>.
120+
/// The default value is <c>"7.5.0"</c>.
121121
/// Set <see langword="null"/> to disable the version check and use any pre-installed version.
122122
/// </summary>
123-
public string HtmlValidatePackageVersion { get; set; } = "7.1.2";
123+
public string HtmlValidatePackageVersion { get; set; } = "7.5.0";
124124

125125
/// <summary>
126126
/// Clones this instance with executing the action that can change some properties of the copy.

0 commit comments

Comments
 (0)