Skip to content

Commit 62d37e3

Browse files
Increase project version to 3.0.0
1 parent 61393f9 commit 62d37e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ It uses fluent page object pattern.
1313

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

16-
- **[What's new in v2.14.0](https://atata.io/blog/2024/01/10/atata-2.14.0-released/)**
17-
- **[Migrating to Atata v2](https://atata.io/tutorials/migrating-to-atata-v2/)**
16+
- **[What's new in v3.0.0](https://atata.io/blog/2024/04/16/atata-framework-3-released/)**
17+
- **[Migrating to Atata 3](https://atata.io/upgrade/to-atata-3/)**
1818

1919
## Features
2020

src/Atata/Atata.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>12.0</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Atata</RootNamespace>
8-
<Version>3.0.0-beta.2</Version>
8+
<Version>3.0.0</Version>
99
<Description>C#/.NET web UI test automation full featured framework based on Selenium WebDriver.
1010

1111
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
@@ -26,7 +26,7 @@ Features:
2626
<RepositoryUrl>https://github.com/atata-framework/atata</RepositoryUrl>
2727
<PackageId>Atata</PackageId>
2828
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
29-
<PackageReleaseNotes></PackageReleaseNotes>
29+
<PackageReleaseNotes>https://atata.io/blog/2024/04/16/atata-framework-3-released/</PackageReleaseNotes>
3030
<PackageProjectUrl>https://atata.io</PackageProjectUrl>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)