Skip to content

Commit

Permalink
Release 2.12.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rosolko authored Apr 5, 2022
1 parent a32b149 commit 580ecf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WebDriverManager/WebDriverManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<TargetFrameworks>netstandard2.0;netstandard2.1;net46</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.12.3</PackageVersion>
<PackageVersion>2.12.4</PackageVersion>
<Title>WebDriverManager.Net</Title>
<Description>Automatic Selenium WebDriver binaries management for .Net</Description>
<Copyright>© 2016-2021, Aliaksandr Rasolka. All Rights Reserved.</Copyright>
Expand All @@ -14,7 +14,7 @@
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Selenium WebDriver ChromeDriver EdgeDriver InternetExplorerDriver FirefoxDriver OperaDriver PhantomJsDriver</PackageTags>
<PackageReleaseNotes>Bug-fix</PackageReleaseNotes>
<PackageReleaseNotes>Fix github related configugations</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '{build}'
image: Visual Studio 2019

environment:
LIBRARY_VERSION: '2.12.3'
LIBRARY_VERSION: '2.12.4'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ

Expand Down

0 comments on commit 580ecf4

Please sign in to comment.