Skip to content

Commit a4f3bd5

Browse files
Increase project version to 2.4.0
1 parent 5b889ff commit a4f3bd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat
1111

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

14-
**[What's new in v2.3.0](https://atata.io/blog/2023/06/24/atata.configuration.json-2.3.0-released/)**
14+
**[What's new in v2.4.0](https://atata.io/blog/2023/09/01/atata.configuration.json-2.4.0-released/)**
1515

1616
## Table of Contents
1717

@@ -474,7 +474,7 @@ with help of `{env:VarName}` template insertions.
474474
"browserLogs": { // Configures browser logs monitoring, which isn't enabled by default.
475475
"log": true,
476476
"minLevelOfWarning": "warn" // Supports: "trace", "debug", "info", "warn", "error", "fatal".
477-
}
477+
},
478478

479479
"eventSubscriptions": [
480480
{

src/Atata.Configuration.Json/Atata.Configuration.Json.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<LangVersion>11.0</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>2.3.0</Version>
7+
<Version>2.4.0</Version>
88
<Description>C#/.NET package for Atata configuration through JSON files.
99

1010
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
@@ -21,7 +21,7 @@ Features:
2121
<RepositoryUrl>https://github.com/atata-framework/atata-configuration-json</RepositoryUrl>
2222
<PackageId>Atata.Configuration.Json</PackageId>
2323
<PackageTags>atata automation testing test selenium webdriver browser configuration</PackageTags>
24-
<PackageReleaseNotes>https://atata.io/blog/2023/06/24/atata.configuration.json-2.3.0-released/</PackageReleaseNotes>
24+
<PackageReleaseNotes>https://atata.io/blog/2023/09/01/atata.configuration.json-2.4.0-released/</PackageReleaseNotes>
2525
<PackageProjectUrl>https://github.com/atata-framework/atata-configuration-json</PackageProjectUrl>
2626
</PropertyGroup>
2727

0 commit comments

Comments
 (0)