Skip to content

Commit ee8234a

Browse files
Increase project version to 1.13.0
1 parent 1e86ae1 commit ee8234a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It uses fluent page object pattern.
1414

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

17-
**[What's new in v1.12.0](https://atata.io/blog/2021/09/01/atata-1.12.0-released/)**
17+
**[What's new in v1.13.0](https://atata.io/blog/2021/10/21/atata-1.13.0-released/)**
1818

1919
## Features
2020

src/Atata/Atata.csproj

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<RootNamespace>Atata</RootNamespace>
5-
<Version>1.12.0</Version>
5+
<Version>1.13.0</Version>
66
<Description>C#/.NET web UI test automation full featured framework based on Selenium WebDriver.
77

88
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
@@ -23,11 +23,9 @@ Features:
2323
<RepositoryUrl>https://github.com/atata-framework/atata</RepositoryUrl>
2424
<PackageId>Atata</PackageId>
2525
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
26-
<PackageReleaseNotes>1.12.0 - https://atata.io/blog/2021/09/01/atata-1.12.0-released/
27-
1.11.2 - https://atata.io/blog/2021/06/09/atata-1.11.2-released/
28-
1.11.1 - https://atata.io/blog/2021/06/07/atata-1.11.1-released/
29-
1.11.0 - https://atata.io/blog/2021/06/02/atata-1.11.0-released/
30-
1.10.0 - https://atata.io/blog/2021/02/18/atata-1.10.0-released/</PackageReleaseNotes>
26+
<PackageReleaseNotes>1.13.0 - https://atata.io/blog/2021/10/21/atata-1.13.0-released/
27+
1.12.0 - https://atata.io/blog/2021/09/01/atata-1.12.0-released/
28+
1.11.2 - https://atata.io/blog/2021/06/09/atata-1.11.2-released/</PackageReleaseNotes>
3129
<PackageProjectUrl>https://atata.io</PackageProjectUrl>
3230
<Configurations>Debug;Release;SlimNetCore3.1;DevNetCore3.1</Configurations>
3331
</PropertyGroup>

0 commit comments

Comments
 (0)