Skip to content

Commit

Permalink
Increase project version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Mar 30, 2018
1 parent 1df3499 commit a046d31
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/Atata.WebDriverExtras/Atata.WebDriverExtras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,25 @@
<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
<RootNamespace>Atata</RootNamespace>
<Version>0.14.0</Version>
<Version>1.0.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Title>Atata WebDriver Extras</Title>
<Product>Atata Framework</Product>
<Description>A set of extension methods and other extra classes for Selenium WebDriver. Is a part of Atata Framework.</Description>
<Copyright>© Yevgeniy Shunevych 2017</Copyright>
<Description>A set of extension methods and other extra classes for Selenium WebDriver. Is a part of Atata Framework.

Supports .NET Framework 4.0+ and .NET Core/Standard 2.0.

Atata.WebDriverExtras GitHub repository: https://github.com/atata-framework/atata-webdriverextras
Atata Framework documentation: https://atata-framework.github.io</Description>
<Copyright>© Yevgeniy Shunevych 2018</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/atata-framework/atata-webdriverextras/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/atata-framework/atata-webdriverextras</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2</PackageIconUrl>
<RepositoryUrl>https://github.com/atata-framework/atata-webdriverextras</RepositoryUrl>
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
<PackageReleaseNotes>0.14.0 - https://atata-framework.github.io/blog/2017/12/07/atata.webdriverextras-0.14.0-released/
<PackageReleaseNotes>1.0.0 - https://atata-framework.github.io/blog/2018/03/30/atata.webdriverextras-1.0.0-released/
0.14.0 - https://atata-framework.github.io/blog/2017/12/07/atata.webdriverextras-0.14.0-released/
0.13.0 - https://atata-framework.github.io/blog/2017/10/04/atata.webdriverextras-0.13.0-released/
0.12.0 - https://atata-framework.github.io/blog/2017/09/20/atata.webdriverextras-0.12.0-released/
0.11.0 - Initial release.</PackageReleaseNotes>
Expand Down

0 comments on commit a046d31

Please sign in to comment.