Skip to content

Commit

Permalink
Increase project version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Aug 4, 2024
1 parent d5300aa commit ad3e04d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.13.0] - 2024-08-04

### Changed

- Improve fallback functionality for Edge driver that in case of failure of downloading auto/latest driver tries to download driver of the closest version.
Expand Down Expand Up @@ -153,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial version release.

[Unreleased]: https://github.com/atata-framework/atata-templates/compare/v2.12.0...HEAD
[2.12.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.11.0...v2.12.0
[2.11.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.9.0...v2.10.0
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.12.0</Version>
<Version>2.13.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 ad3e04d

Please sign in to comment.