Skip to content

Commit

Permalink
Publish v2.0.1 (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Feb 18, 2020
1 parent 2d73d5d commit 4a09981
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.0.1</PackageVersion>
<Authors>Darío Kondratiuk</Authors>
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
Expand All @@ -12,21 +12,15 @@
<Description>Headless Chrome .NET API</Description>
<PackageId>PuppeteerSharp</PackageId>
<PackageReleaseNotes><![CDATA[
# New Features
* Add Page.EmulateTimezoneAsync.
* Add Page.EmulateMediaTypeAsync and Page.EmulateMediaFeaturesAsync.
# Changelog
* Roll Chromium to r705776.
* Fix WaitFor Timeout defaults.
* Check cancellation on WaitTask.Cleanup.
* Improve WaitForSelector docs.
* Add page.screenshot viewport clipping test.
* Avoid unnecessary zero-delays in input code.
* Fix ssl when navigate to site with cert expiring after 2038.
* Added ability to skip resolving file paths for UploadFileAsync.
* Improve cookies documentation.
* Improve response documentation.
]]></PackageReleaseNotes>
<ReleaseVersion>2.0.0</ReleaseVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 4a09981

Please sign in to comment.