diff --git a/README.md b/README.md index 7c51b43fc..a05a9c26d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # appium-dotnet-driver -[![NuGet version](https://badge.fury.io/nu/Appium.WebDriver.svg)](https://badge.fury.io/nu/Appium.WebDriver) +![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Appium.WebDriver) +[![Build Status](https://dev.azure.com/AppiumCI/dotnet-client/_apis/build/status/appium.dotnet-client?branchName=release%2F5.0.0)](https://dev.azure.com/AppiumCI/dotnet-client/_build/latest?definitionId=68&branchName=release%2F5.0.0) + [![NuGet Downloads](https://img.shields.io/nuget/dt/Appium.Webdriver.svg)](https://www.nuget.org/packages/Appium.Webdriver) -[![Build Status](https://dev.azure.com/AppiumCI/dotnet-client/_apis/build/status/appium.appium-dotnet-driver?branchName=master)](https://dev.azure.com/AppiumCI/dotnet-client/_build/latest?definitionId=13&branchName=master) +[![Build and deploy NuGet package](https://github.com/appium/dotnet-client/actions/workflows/release-nuget.yml/badge.svg)](https://github.com/appium/dotnet-client/actions/workflows/release-nuget.yml) This driver is an extension of the [Selenium](http://docs.seleniumhq.org/) C# client. It has all the functionalities of the regular driver, but add Appium specific methods on top of this.