| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>1.13.0</PackageVersion>  | 
 | 5 | +    <PackageVersion>1.14.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 |  | -# Breaking Changes  | 
 | 15 | +# New Features  | 
16 | 16 | 
  | 
17 |  | - * Response.Headers changed from `Dictionary<string, object>` to `Dictionary<string, string>`  | 
 | 17 | + * BigInteger support.  | 
18 | 18 | 
  | 
19 | 19 | # Changelog  | 
20 |  | -
  | 
21 |  | - * PdfOptions should be serializable.  | 
22 |  | - * Bump chromium to r637110.  | 
23 |  | - * SetCacheEnable and WaitFor test updates.  | 
24 |  | - * Input and target tests updates.  | 
25 |  | - * Emulate and SetUserAgent test updates.  | 
26 |  | - * ShouldEnableOrDisableTheCacheBasedOnTheStatePassed test improvements.  | 
27 |  | - * Exclude favicon from tests.  | 
28 |  | - * Disable flaky cookies test.  | 
29 |  | - * Add failing for test for mobile + cross process navigation.  | 
30 |  | - * RequestPostDataTests tests.  | 
31 |  | - * Update ConsoleMessage.Location comments.  | 
32 |  | - * WaitForNavigationTests updates.  | 
33 |  | - * Beforeunload tests updates.  | 
34 |  | - * New connect test.  | 
35 |  | - * CloseTests updates.  | 
36 |  | - * SetRequestInterceptionTests changes.  | 
37 |  | - * WaitForTests changes.  | 
38 |  | - * ElementHandlePress tests updates.  | 
39 |  | - * ExposeFunction improvements.  | 
40 |  | - * Launcher tests refactor.  | 
41 |  | - * Touchscreen tests improvements.  | 
42 |  | - * Add failing test for bad request interception.  | 
43 |  | - * Override Permissions tests changes.  | 
44 |  | - * Split out fixtures tests.  | 
45 |  | - * Move some chromium specific tests.  | 
46 |  | - * Keyboards tests.  | 
47 |  | - * Add page.accessibility.snapshot tests.  | 
48 |  | - * Test refactors.  | 
49 |  | - * Cookies tests improvements.  | 
50 |  | - * Click and Goto tests refactors.  | 
51 |  | - * Minor test changes.  | 
52 |  | - * Network tests refactor.  | 
 | 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.  | 
53 | 28 |  ]]></PackageReleaseNotes>  | 
54 |  | -    <ReleaseVersion>1.13.0</ReleaseVersion>  | 
 | 29 | +    <ReleaseVersion>1.14.0</ReleaseVersion>  | 
55 | 30 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
56 | 31 |   </PropertyGroup>  | 
57 | 32 |   <PropertyGroup>  | 
 | 
0 commit comments