Skip to content

Commit

Permalink
Increase project version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Apr 30, 2024
1 parent 5931a97 commit 007be84
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 v3.0.0](https://atata.io/blog/2024/04/16/atata-framework-3-released/)**
- **[What's new in v3.1.0](https://atata.io/blog/2024/04/30/atata-3.1.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.0.0</Version>
<Version>3.1.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/16/atata-framework-3-released/</PackageReleaseNotes>
<PackageReleaseNotes>https://atata.io/blog/2024/04/30/atata-3.1.0-released/</PackageReleaseNotes>
<PackageProjectUrl>https://atata.io</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 007be84

Please sign in to comment.