File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments