Skip to content

Commit

Permalink
Increase project version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Feb 15, 2024
1 parent 3dedf98 commit 645c21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.9.1] - 2024-02-15
## [2.10.0] - 2024-02-15

### Fixed

- Fix downloading of the Chrome driver starting v121.0.6167.85.
- Fix downloading of Chrome driver starting v121.0.6167.85.

## [2.9.0] - 2023-10-16

Expand Down
2 changes: 1 addition & 1 deletion src/Atata.WebDriverSetup/Atata.WebDriverSetup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Version>2.9.0</Version>
<Version>2.10.0</Version>
<Description>.NET library that sets up browser drivers for Selenium WebDriver, e.g. chromedriver, geckodriver, etc.

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

0 comments on commit 645c21c

Please sign in to comment.