Skip to content

Commit 4151f64

Browse files
Increase project version number to 0.4.1; Update Atata.nuspec to version 0.4.1
1 parent fb83e6d commit 4151f64

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/Atata.Bootstrap.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Atata.Bootstrap</id>
55
<title>Atata.Bootstrap</title>
6-
<version>0.4.0</version>
6+
<version>0.4.1</version>
77
<authors>Yevgeniy Shunevych</authors>
88
<owners>Yevgeniy Shunevych</owners>
99
<licenseUrl>https://raw.githubusercontent.com/atata-framework/atata-bootstrap/master/LICENSE</licenseUrl>
@@ -13,16 +13,17 @@
1313
<summary>.NET package containing a set of Atata components for the automation testing integration with Bootstrap Framework.</summary>
1414
<description>.NET package containing a set of Atata components for the automation testing integration with Bootstrap Framework.</description>
1515
<releaseNotes>
16+
0.4.1 - https://github.com/atata-framework/atata-bootstrap/releases/tag/v0.4.1
1617
0.4.0 - https://github.com/atata-framework/atata-bootstrap/releases/tag/v0.4.0
1718
0.3.0 - Initial release.
1819
</releaseNotes>
1920
<copyright>Copyright © Yevgeniy Shunevych 2017</copyright>
2021
<tags>atata automation testing test selenium webdriver browser bootstrap</tags>
2122
<dependencies>
22-
<dependency id="Atata" version="0.11.3" />
23+
<dependency id="Atata" version="0.11.4" />
2324
<dependency id="Atata.WebDriverExtras" version="0.11.0" />
24-
<dependency id="Selenium.WebDriver" version="3.0.1" />
25-
<dependency id="Selenium.Support" version="3.0.1" />
25+
<dependency id="Selenium.WebDriver" version="3.1.0" />
26+
<dependency id="Selenium.Support" version="3.1.0" />
2627
</dependencies>
2728
</metadata>
2829
<files>

src/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyCopyright("Copyright © Yevgeniy Shunevych 2017")]
77
[assembly: AssemblyCulture("")]
88
[assembly: ComVisible(false)]
9-
[assembly: AssemblyVersion("0.4.0")]
10-
[assembly: AssemblyFileVersion("0.4.0")]
9+
[assembly: AssemblyVersion("0.4.1")]
10+
[assembly: AssemblyFileVersion("0.4.1")]

0 commit comments

Comments
 (0)