Skip to content

Commit c3f19b1

Browse files
authored
Update README.md
1 parent 5c52d0b commit c3f19b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![AppVeyor](https://img.shields.io/appveyor/ci/rosolko/webdrivermanager-net.svg?maxAge=3600)](https://ci.appveyor.com/project/rosolko/webdrivermanager-net)
2-
[![Quality Gate](https://sonarqube.com/api/badges/gate?key=rosolko:webdrivermanager)](https://sonarqube.com/dashboard/index/rosolko%3Awebdrivermanager)
2+
[![Quality Gate](https://sonarqube.com/api/badges/gate?key=rosolko:webdrivermanager)](https://sonarcloud.io/dashboard?id=rosolko%3Awebdrivermanager)
33
[![NuGet](https://img.shields.io/nuget/v/WebDriverManager.svg?maxAge=3600)](https://www.nuget.org/packages/WebDriverManager)
44
[![GitHub release](https://img.shields.io/github/release/rosolko/WebDriverManager.Net.svg?maxAge=3600)](https://github.com/rosolko/WebDriverManager.Net/releases/latest)
55
[![license](https://img.shields.io/github/license/rosolko/WebDriverManager.Net.svg?maxAge=3600)](https://github.com/rosolko/WebDriverManager.Net/blob/master/LICENSE)
@@ -34,7 +34,9 @@ Use the GUI or the following command in the Package Manager Console:
3434

3535
## Usage
3636

37-
Then you can let WebDriverManager.Net to do manage WebDriver binaries for your application/test. Take a look to this NUnit example which uses Chrome with Selenium WebDriver:
37+
Target framework version is **4.5.2**.
38+
39+
After installation you can let WebDriverManager.Net to do manage WebDriver binaries for your application/test. Take a look to this NUnit example which uses Chrome with Selenium WebDriver:
3840

3941
using NUnit.Framework;
4042
using OpenQA.Selenium;

0 commit comments

Comments
 (0)