| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>1.19.0</PackageVersion>  | 
 | 5 | +    <PackageVersion>1.20.0</PackageVersion>  | 
6 | 6 |     <Authors>Darío Kondratiuk</Authors>  | 
7 | 7 |     <Owners>Darío Kondratiuk</Owners>  | 
8 | 8 |     <PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>  | 
 | 
14 | 14 |     <PackageReleaseNotes><![CDATA[  | 
15 | 15 | # New Features  | 
16 | 16 | 
  | 
17 |  | - * Expose Page.Session.  | 
18 |  | - * Phone buttons support.  | 
19 |  | - * Introduce Page.BringToFrontAsync.  | 
20 |  | - * Introduce file chooser interception.  | 
 | 17 | + * Add element.SelectAsync, element.EvaluateFunctionAsync, element.EvaluateFunctionHandleAsync methods.  | 
21 | 18 | 
  | 
22 | 19 | # Changelog  | 
23 |  | -
  | 
24 |  | - * Roll Chromium to r674921.  | 
25 |  | - * Disable component extensions.  | 
26 |  | - * Slightly enhanced wording.  | 
27 |  | - * Add a missing test.  | 
28 |  | - * Fix typo.  | 
29 |  | - * Add Log CDP example.  | 
30 |  | - * Fix typo and replace "which" by "that".  | 
31 |  | - * Get TLS version from request.  | 
32 |  | - * Properly create isolated worlds.  | 
33 |  | -
  | 
 | 20 | + * Improve target doc.  | 
 | 21 | + * Background page tests should wait for the page.  | 
 | 22 | + * Make sure selection is not empty before running copy command.  | 
 | 23 | + * Update DeviceDescriptors to include 6.5 inch iPhone XR.  | 
 | 24 | + * Make eval test resilient to error format.  | 
 | 25 | + * Enable redirect inside sync XHR test.  | 
 | 26 | + * Enable cross-process viewport test.  | 
 | 27 | + * Be able to remove headers using request.continue.  | 
 | 28 | + * Roll Chromium to r682225.  | 
 | 29 | + * Roll Chromium to r686378.  | 
 | 30 | + * Add default context cookies test.  | 
 | 31 | + * Add a test for errors inside promise.  | 
 | 32 | + * Pass FrameManager to NetworkManager constructor.  | 
 | 33 | + * Abort page.waitForRequest/Response when page closes.  | 
 | 34 | +   | 
34 | 35 |  ]]></PackageReleaseNotes>  | 
35 |  | -    <ReleaseVersion>1.19.0</ReleaseVersion>  | 
 | 36 | +    <ReleaseVersion>1.20.0</ReleaseVersion>  | 
36 | 37 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
37 | 38 |   </PropertyGroup>  | 
38 | 39 |   <PropertyGroup>  | 
 | 
0 commit comments