diff --git a/README.md b/README.md index 37635ec6..0a174112 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ C#/.NET web UI test automation full featured framework based on Selenium WebDriver. It uses fluent page object pattern. Supports .NET Framework 4.0+ and .NET Core/Standard 2.0. -**[What's new in v0.16.0](https://atata-framework.github.io/blog/2017/12/18/atata-0.16.0-released/)** +**[What's new in v0.17.0](https://atata-framework.github.io/blog/2018/05/31/atata-0.17.0-released/)** ## Features diff --git a/src/Atata/Atata.csproj b/src/Atata/Atata.csproj index 97e0fd0b..ae721bc6 100644 --- a/src/Atata/Atata.csproj +++ b/src/Atata/Atata.csproj @@ -3,7 +3,7 @@ net40;net45;netstandard2.0 Atata - 0.16.0 + 0.17.0 Yevgeniy Shunevych Yevgeniy Shunevych Atata Framework @@ -30,7 +30,8 @@ Features: https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2 https://github.com/atata-framework/atata atata automation testing test selenium webdriver browser - 0.16.0 - https://atata-framework.github.io/blog/2017/12/18/atata-0.16.0-released/ + 0.17.0 - https://atata-framework.github.io/blog/2018/05/31/atata-0.17.0-released/ +0.16.0 - https://atata-framework.github.io/blog/2017/12/18/atata-0.16.0-released/ 0.15.0 - https://atata-framework.github.io/blog/2017/10/12/atata-0.15.0-released/ 0.14.0 - https://atata-framework.github.io/blog/2017/09/22/atata-0.14.0-released/ 0.13.0 - https://atata-framework.github.io/blog/2017/06/27/atata-0.13.0-released/ diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs index 606ff627..7fc1b839 100644 --- a/src/CommonAssemblyInfo.cs +++ b/src/CommonAssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyCopyright("© Yevgeniy Shunevych 2018")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("0.16.0")] -[assembly: AssemblyFileVersion("0.16.0")] +[assembly: AssemblyVersion("0.17.0")] +[assembly: AssemblyFileVersion("0.17.0")]