Skip to content

Commit

Permalink
Increase project version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jul 19, 2024
1 parent af2ade9 commit c58dd62
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 @@ -19,7 +19,7 @@ You can describe a page object class without any methods and only have a set of

*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 v3.1.0](https://atata.io/blog/2024/04/30/atata-3.1.0-released/)**
- **[What's new in v3.2.0](https://atata.io/blog/2024/07/19/atata-3.2.0-released/)**
- **[Migrating to Atata 3](https://atata.io/upgrade/to-atata-3/)**

## 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>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Atata</RootNamespace>
<Version>3.1.0</Version>
<Version>3.2.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/2024/04/30/atata-3.1.0-released/</PackageReleaseNotes>
<PackageReleaseNotes>https://atata.io/blog/2024/07/19/atata-3.2.0-released/</PackageReleaseNotes>
<PackageProjectUrl>https://atata.io</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit c58dd62

Please sign in to comment.