Skip to content

Commit

Permalink
Increase project version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jul 20, 2022
1 parent f67fa36 commit e433215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat

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

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

## Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions src/Atata.Configuration.Json/Atata.Configuration.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Description>C#/.NET package for Atata configuration through JSON files.

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

Expand Down

0 comments on commit e433215

Please sign in to comment.