Skip to content

Commit

Permalink
Increase project version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Nov 21, 2024
1 parent 88079c9 commit fba2b5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 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]

## [3.1.0] - 2024-11-21

### Changed

- Improve Edge driver version resolution functionality to get from remote map the closest driver version withing the same major version when exact version number is missing in the map.
Expand Down Expand Up @@ -175,8 +177,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial version release.

[Unreleased]: https://github.com/atata-framework/atata-webdriversetup/compare/v3.0.0...HEAD
[2.14.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.14.0...v3.0.0
[Unreleased]: https://github.com/atata-framework/atata-webdriversetup/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.14.0...v3.0.0
[2.14.0]: https://github.com/atata-framework/atata-webdriversetup/compare/v2.13.0...v2.14.0
[2.13.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
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>3.0.0</Version>
<Version>3.1.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 fba2b5e

Please sign in to comment.