Skip to content

Commit e433215

Browse files
Increase project version to 2.1.0
1 parent f67fa36 commit e433215

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat
1212

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

15-
**[What's new in v2.0.0](https://github.com/atata-framework/atata-configuration-json/releases/tag/v2.0.0)**
15+
**[What's new in v2.1.0](https://atata.io/blog/2022/07/20/atata.configuration.json-2.1.0-released/)**
1616

1717
## Table of Contents
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5-
<Version>2.0.0</Version>
5+
<Version>2.1.0</Version>
66
<Description>C#/.NET package for Atata configuration through JSON files.
77

88
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
@@ -19,7 +19,7 @@ Features:
1919
<RepositoryUrl>https://github.com/atata-framework/atata-configuration-json</RepositoryUrl>
2020
<PackageId>Atata.Configuration.Json</PackageId>
2121
<PackageTags>atata automation testing test selenium webdriver browser configuration</PackageTags>
22-
<PackageReleaseNotes>https://github.com/atata-framework/atata-configuration-json/releases/tag/v2.0.0</PackageReleaseNotes>
22+
<PackageReleaseNotes>https://atata.io/blog/2022/07/20/atata.configuration.json-2.1.0-released/</PackageReleaseNotes>
2323
<PackageProjectUrl>https://github.com/atata-framework/atata-configuration-json</PackageProjectUrl>
2424
</PropertyGroup>
2525

0 commit comments

Comments
 (0)