Skip to content

Commit f60e228

Browse files
Increase project version to 3.4.0
1 parent d3f1d5b commit f60e228

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

162164
Initial 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

src/Atata.HtmlValidation/Atata.HtmlValidation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
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

119
Features:
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>

0 commit comments

Comments
 (0)