Skip to content

Commit

Permalink
Increase project version number to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Oct 30, 2020
1 parent 6da9689 commit d1d586b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions src/Atata/Atata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>Atata</RootNamespace>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Product>Atata Framework</Product>
Expand Down Expand Up @@ -30,10 +30,10 @@ Features:
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/atata-framework/atata</RepositoryUrl>
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
<PackageReleaseNotes>1.7.0 - https://atata.io/blog/2020/08/27/atata-1.7.0-released/
<PackageReleaseNotes>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/</PackageReleaseNotes>
1.5.0 - https://atata.io/blog/2020/04/23/atata-1.5.0-released/</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<Configurations>Debug;Release;SlimNet45;SlimNetstandard2.0;DevNet45</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit d1d586b

Please sign in to comment.