File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.4.0] - 2025-10-30
11+
1012### Changed
1113
1214- Upgrade Atata.Cli.HtmlValidate package reference to v2.4.0.
@@ -161,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161163
162164Initial version release.
163165
164- [ Unreleased ] : https://github.com/atata-framework/atata-htmlvalidation/compare/v3.3.0...HEAD
166+ [ Unreleased ] : https://github.com/atata-framework/atata-htmlvalidation/compare/v3.4.0...HEAD
167+ [ 3.4.0 ] : https://github.com/atata-framework/atata-htmlvalidation/compare/v3.3.0...v3.4.0
165168[ 3.3.0 ] : https://github.com/atata-framework/atata-htmlvalidation/compare/v3.2.0...v3.3.0
166169[ 3.2.0 ] : https://github.com/atata-framework/atata-htmlvalidation/compare/v3.1.0...v3.2.0
167170[ 3.1.0 ] : https://github.com/atata-framework/atata-htmlvalidation/compare/v3.0.0...v3.1.0
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >3.3 .0</Version >
5+ <Version >3.4 .0</Version >
66 <Description >
7- .NET library that adds HTML page validation to Atata using html-validate NPM package.
8-
9- The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
7+ C#/.NET library that adds HTML page validation to Atata using html-validate NPM package.
108
119Features:
1210- Uses CLI of html-validate (https://html-validate.org/usage/cli.html) NPM package.
@@ -16,6 +14,8 @@ Features:
1614- Supports custom validation rule sets by configuration files.
1715- Saves HTML and validation results to artifact files.
1816- Can produce either error or warning.
17+
18+ The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
1919 </Description >
2020 <RepositoryUrl >https://github.com/atata-framework/atata-htmlvalidation</RepositoryUrl >
2121 <PackageId >Atata.HtmlValidation</PackageId >
You can’t perform that action at this time.
0 commit comments