Skip to content

Commit 5ba9ce5

Browse files
Increase project version to 2.5.0
1 parent 44ee177 commit 5ba9ce5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.5.0] - 2024-01-12
99

1010
### Changed
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Mostly, you can create standard `.htmlvalidate.json` file in the root of a test
239239
- **`string HtmlValidatePackageVersion`**\
240240
Gets or sets the required version of "html-validate" NPM package.
241241
The required version will be installed if "html-validate" package is not installed or the installed version differs from the required one.
242-
The default value is `"8.3.0"`.
242+
The default value is `"8.9.1"`.
243243
Set `null` to disable the version check and use any pre-installed version.
244244

245245
### Configure Default Options

src/Atata.HtmlValidation/Atata.HtmlValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>12.0</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>2.4.0</Version>
7+
<Version>2.5.0</Version>
88
<Description>.NET library that adds HTML page validation to Atata using html-validate NPM package.
99

1010
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.

0 commit comments

Comments
 (0)