Skip to content

Commit

Permalink
Release 2.17.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rosolko committed Jul 31, 2023
1 parent b60b3fc commit 8198a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WebDriverManager/WebDriverManager.csproj
Expand Up @@ -4,7 +4,7 @@
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.16.3</PackageVersion>
<PackageVersion>2.17.0</PackageVersion>
<Title>WebDriverManager.Net</Title>
<Description>Automatic Selenium WebDriver binaries management for .Net</Description>
<Copyright>© 2016-2022, 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>Update latest version match for git based configs</PackageReleaseNotes>
<PackageReleaseNotes> Added support for chrome for testing apis</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,7 +27,7 @@
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<Reference Include="System.IO.Compression" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,7 @@ version: '{build}'
image: Visual Studio 2019

environment:
LIBRARY_VERSION: '2.16.3'
LIBRARY_VERSION: '2.17.0'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ

Expand Down

0 comments on commit 8198a36

Please sign in to comment.