From d1d586bca8c7f32eb1d32d0014046a500b9cd4a7 Mon Sep 17 00:00:00 2001 From: YevgeniyShunevych Date: Fri, 30 Oct 2020 17:00:52 +0200 Subject: [PATCH] Increase project version number to 1.8.0 --- README.md | 2 +- src/Atata/Atata.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6391a7ac..7c5c0fc3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It uses fluent page object pattern. Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+. -**[What's new in v1.7.0](https://atata.io/blog/2020/08/27/atata-1.7.0-released/)** +**[What's new in v1.8.0](https://atata.io/blog/2020/10/30/atata-1.8.0-released/)** ## Features diff --git a/src/Atata/Atata.csproj b/src/Atata/Atata.csproj index a6d1f9d8..428b19e3 100644 --- a/src/Atata/Atata.csproj +++ b/src/Atata/Atata.csproj @@ -2,7 +2,7 @@ Atata - 1.7.0 + 1.8.0 Yevgeniy Shunevych Yevgeniy Shunevych Atata Framework @@ -30,10 +30,10 @@ Features: icon.png https://github.com/atata-framework/atata atata automation testing test selenium webdriver browser - 1.7.0 - https://atata.io/blog/2020/08/27/atata-1.7.0-released/ + 1.8.0 - https://atata.io/blog/2020/10/30/atata-1.8.0-released/ +1.7.0 - https://atata.io/blog/2020/08/27/atata-1.7.0-released/ 1.6.0 - https://atata.io/blog/2020/08/05/atata-1.6.0-released/ -1.5.0 - https://atata.io/blog/2020/04/23/atata-1.5.0-released/ -1.4.0 - https://atata.io/blog/2019/11/19/atata-1.4.0-released/ +1.5.0 - https://atata.io/blog/2020/04/23/atata-1.5.0-released/ git Debug;Release;SlimNet45;SlimNetstandard2.0;DevNet45