Skip to content

Commit

Permalink
Increase project version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jan 15, 2024
1 parent 324c5dd commit c1deb58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2024-01-15

### Changed

- #76 Use Atata package v2.14.1.

### Fixed

- #75 Default `FindByLabel` locator fails for some controls.

## [2.2.0] - 2022-11-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Works with Kendo UI components for jQuery, Angular, React, Vue, ASP.NET MVC and

*The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.**

**[What's new in v2.2.0](https://atata.io/blog/2022/11/29/atata.kendoui-2.2.0-released/)**
**[What's new in v2.3.0](https://atata.io/blog/2024/01/15/atata.kendoui-2.3.0-released/)**

## Components

Expand Down
4 changes: 2 additions & 2 deletions src/Atata.KendoUI/Atata.KendoUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<Description>C#/.NET package containing a set of Atata components for automated web testing integration with Kendo UI HTML Framework.

Works with Kendo UI components for jQuery, Angular, React, Vue, ASP.NET MVC and ASP.NET Core.
Expand All @@ -14,7 +14,7 @@ Atata Framework documentation: https://atata.io</Description>
<RepositoryUrl>https://github.com/atata-framework/atata-kendoui</RepositoryUrl>
<PackageId>Atata.KendoUI</PackageId>
<PackageTags>atata automation testing test selenium webdriver browser kendo kendoui</PackageTags>
<PackageReleaseNotes>https://atata.io/blog/2022/11/29/atata.kendoui-2.2.0-released/</PackageReleaseNotes>
<PackageReleaseNotes>https://atata.io/blog/2024/01/15/atata.kendoui-2.3.0-released/</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/atata-framework/atata-kendoui</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit c1deb58

Please sign in to comment.