Skip to content

Commit

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

Expand Down
5 changes: 3 additions & 2 deletions src/Atata/Atata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
<RootNamespace>Atata</RootNamespace>
<Version>0.16.0</Version>
<Version>0.17.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Product>Atata Framework</Product>
Expand All @@ -30,7 +30,8 @@ Features:
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2</PackageIconUrl>
<RepositoryUrl>https://github.com/atata-framework/atata</RepositoryUrl>
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
<PackageReleaseNotes>0.16.0 - https://atata-framework.github.io/blog/2017/12/18/atata-0.16.0-released/
<PackageReleaseNotes>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/
Expand Down
4 changes: 2 additions & 2 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit b207eb1

Please sign in to comment.