Skip to content

Commit

Permalink
Release 2.8.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rosolko committed Jan 20, 2020
1 parent 82fb0b0 commit bdeedd6
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 @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.7.0</PackageVersion>
<PackageVersion>2.8.0</PackageVersion>
<Title>WebDriverManager.Net</Title>
<Description>Automatic Selenium WebDriver binaries management for .Net</Description>
<Copyright>© 2016-2019, Aliaksandr Rasolka. All Rights Reserved.</Copyright>
Expand All @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/rosolko/WebDriverManager.Net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Selenium WebDriver ChromeDriver EdgeDriver InternetExplorerDriver MarionetteDriver OperaDriver PhantomJsDriver</PackageTags>
<PackageReleaseNotes>Add support of legacy (non chromium) edge</PackageReleaseNotes>
<PackageReleaseNotes>Lock full SetUpDriver method not only unzip. Fix dge driver name on mac os.</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 2017

environment:
LIBRARY_VERSION: '2.7.0'
LIBRARY_VERSION: '2.8.0'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ

Expand Down

0 comments on commit bdeedd6

Please sign in to comment.