| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>1.14.1</PackageVersion>  | 
 | 5 | +    <PackageVersion>1.15.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>  | 
 | 
12 | 12 |     <Description>Headless Chrome .NET API</Description>  | 
13 | 13 |     <PackageId>PuppeteerSharp</PackageId>  | 
14 | 14 |     <PackageReleaseNotes><![CDATA[  | 
15 |  | -# New Features  | 
 | 15 | +# Important Changes  | 
16 | 16 | 
  | 
17 |  | - * BigInteger support.  | 
 | 17 | + * Remove Mono.Posix.NETStandard dependency.  | 
 | 18 | + * Headers should be case insensitive.  | 
18 | 19 | 
  | 
19 | 20 | # Changelog  | 
20 |  | -   | 
21 |  | -* Drop Mono dependency.  | 
22 |  | - * Roll chromium to r641577.  | 
23 |  | - * Make sure frames are reported from-inside shadow DOM.  | 
24 |  | - * Add a failing test that tries to click a fixed button in an iframe.  | 
25 |  | - * Ensure Page.setBypassCSP works with iFrames.  | 
26 |  | - * Sync Request.Continue tests.  | 
27 |  | - * Public constructor for PaperFormat.  | 
 | 21 | +
  | 
 | 22 | +* Roll Chromium to r650583.  | 
 | 23 | +* Improve WhatForRequest event detach.  | 
 | 24 | + * Fix session logs.  | 
 | 25 | + * Microsoft Edge Friendly tests.  | 
 | 26 | + * Fix unzip command in MacOS.  | 
 | 27 | + * Remove a dead flag in Default Args.  | 
 | 28 | + * Add failing test for clicking certain elements.  | 
 | 29 | + * Add a test for queryObjects with navigation.  | 
 | 30 | + * Intersect content quads with viewport.  | 
 | 31 | + * Verify overriding postdata and method on navigation.  | 
 | 32 | + * Use new requestId for interception request matching.  | 
 | 33 | + * Gracefully handle multiple contexts for secondary DOM World.  | 
 | 34 | + * Update DeviceDescriptors.  | 
 | 35 | + * Fix cache disabling should stick when toggling request interception.  | 
 | 36 | + * Migrate onto Fetch domain.  | 
28 | 37 |  ]]></PackageReleaseNotes>  | 
29 |  | -    <ReleaseVersion>1.14.1</ReleaseVersion>  | 
 | 38 | +    <ReleaseVersion>1.15.0</ReleaseVersion>  | 
30 | 39 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
31 | 40 |   </PropertyGroup>  | 
32 | 41 |   <PropertyGroup>  | 
 | 
0 commit comments