Skip to content

Commit

Permalink
Increase project version to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Nov 2, 2023
1 parent 059d90a commit 8529a9b
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 @@ -13,7 +13,7 @@ It uses fluent page object pattern.

*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.11.0](https://atata.io/blog/2023/10/17/atata-2.11.0-released/)**
- **[What's new in v2.12.0](https://atata.io/blog/2023/11/02/atata-2.12.0-released/)**
- **[Migrating to Atata v2](https://atata.io/tutorials/migrating-to-atata-v2/)**

## Features
Expand Down
4 changes: 2 additions & 2 deletions src/Atata/Atata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Atata</RootNamespace>
<Version>2.11.0</Version>
<Version>2.12.0</Version>
<Description>C#/.NET web UI test automation full featured framework based on Selenium WebDriver.

The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
Expand All @@ -26,7 +26,7 @@ Features:
<RepositoryUrl>https://github.com/atata-framework/atata</RepositoryUrl>
<PackageId>Atata</PackageId>
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
<PackageReleaseNotes>https://atata.io/blog/2023/10/17/atata-2.11.0-released/</PackageReleaseNotes>
<PackageReleaseNotes>https://atata.io/blog/2023/11/02/atata-2.12.0-released/</PackageReleaseNotes>
<PackageProjectUrl>https://atata.io</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 8529a9b

Please sign in to comment.