Skip to content

Commit

Permalink
Increase project version number to 0.12.0; Update Atata.nuspec to ver…
Browse files Browse the repository at this point in the history
…sion 0.12.0
  • Loading branch information
YevgeniyShunevych committed May 5, 2017
1 parent 65aee4b commit 085aa87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/Atata.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Atata</id>
<title>Atata</title>
<version>0.11.4</version>
<version>0.12.0</version>
<authors>Yevgeniy Shunevych</authors>
<owners>Yevgeniy Shunevych</owners>
<licenseUrl>https://raw.githubusercontent.com/atata-framework/atata/master/LICENSE</licenseUrl>
Expand All @@ -26,6 +26,7 @@ Features:
- Extensible. Atata.Bootstrap and Atata.KendoUI packages have a set of ready to use components.
</description>
<releaseNotes>
0.12.0 - https://github.com/atata-framework/atata/releases/tag/v0.12.0
0.11.4 - https://github.com/atata-framework/atata/releases/tag/v0.11.4
0.11.3 - https://github.com/atata-framework/atata/releases/tag/v0.11.3
0.11.2 - https://github.com/atata-framework/atata/releases/tag/v0.11.2
Expand All @@ -36,8 +37,8 @@ Features:
<tags>atata automation testing test selenium webdriver browser</tags>
<dependencies>
<dependency id="Atata.WebDriverExtras" version="0.11.0" />
<dependency id="Selenium.WebDriver" version="3.1.0" />
<dependency id="Selenium.Support" version="3.1.0" />
<dependency id="Selenium.WebDriver" version="3.4.0" />
<dependency id="Selenium.Support" version="3.4.0" />
</dependencies>
</metadata>
<files>
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("Copyright © Yevgeniy Shunevych 2017")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.11.4")]
[assembly: AssemblyFileVersion("0.11.4")]
[assembly: AssemblyVersion("0.12.0")]
[assembly: AssemblyFileVersion("0.12.0")]

0 comments on commit 085aa87

Please sign in to comment.