Skip to content

Commit 2a7b27f

Browse files
Increase project version to 2.0.1
1 parent 2d39c39 commit 2a7b27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Atata/Atata.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<RootNamespace>Atata</RootNamespace>
6-
<Version>2.0.0</Version>
6+
<Version>2.0.1</Version>
77
<Description>C#/.NET web UI test automation full featured framework based on Selenium WebDriver.
88

99
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
@@ -24,7 +24,7 @@ Features:
2424
<RepositoryUrl>https://github.com/atata-framework/atata</RepositoryUrl>
2525
<PackageId>Atata</PackageId>
2626
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
27-
<PackageReleaseNotes>https://atata.io/blog/2022/05/11/atata-2.0.0-released/</PackageReleaseNotes>
27+
<PackageReleaseNotes>https://github.com/atata-framework/atata/releases/tag/v2.0.1</PackageReleaseNotes>
2828
<PackageProjectUrl>https://atata.io</PackageProjectUrl>
2929
</PropertyGroup>
3030

0 commit comments

Comments
 (0)