| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>1.12.1</PackageVersion>  | 
 | 5 | +    <PackageVersion>1.13.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  | 
16 |  | -
  | 
17 |  | - * Introduce Popup event.  | 
18 |  | - * Add browserUrl option to Puppeteer.ConnectAsync.  | 
19 |  | - * Introduce ConsoleMessage.Location.  | 
20 |  | - * Implement support for mouseWheel (Mouse.WheelAsync).  | 
21 |  | - * Introduce Page.SetDefaultTimeout.  | 
22 |  | -
  | 
23 | 15 | # Breaking Changes  | 
24 | 16 | 
  | 
25 |  | - * Provide default quality for jpeg screenshots.  | 
 | 17 | + * Response.Headers changed from `Dictionary<string, object>` to `Dictionary<string, string>`  | 
26 | 18 | 
  | 
27 | 19 | # Changelog  | 
28 |  | -   | 
29 |  | - * Roll Chromium to r624492  | 
30 |  | - * Improve async loop in AddConsoleMessage.  | 
31 |  | - * Relax request matching heuristic.  | 
32 |  | - * Throw on 0x0 screenshots.  | 
33 |  | - * Make sure evaluation does not hang in detached iframes.  | 
34 |  | - * Add failing test for skipping all debugger statements.  | 
35 |  | - * Ignore console messages from destroyed execution contexts.  | 
36 |  | - * Flexible ResourceType parse.  | 
37 |  | - * Properly disable translate UI.  | 
38 |  | - * Filter out "intervention" header.  | 
39 |  | - * Fix repetitive setContent calls.  | 
40 |  | - * Force color profile.  | 
41 |  | - * Add test for waitForFunction with cross-process navigation.  | 
42 |  | - * Make sure headful browser closes with beforeuload page.  | 
43 |  | - * Page.WaitForFunctionAsync should work with multiline strings.  | 
44 |  | - * Update device descriptors.  | 
45 |  | - * Round the clip dimensions.  | 
46 |  | - * Enable Network Service by default.  | 
47 |  | - * Warn on nested js handle.  | 
48 |  | - * Move to flatten protocol.  | 
49 |  | - * Introduce DOM World.  | 
50 |  | - * Use secondary DOMWorld to drive page.Select.  | 
51 |  | - * Always dispose cancellation token sources.  | 
52 |  | - * Use secondary world to drive clicks.  | 
53 |  | - * Sync WaitForSelectorOrXPathAsync code.  | 
54 |  | - * Teach waitForSelector to return null.  | 
55 |  | - * Alternative approach to fixing KeyAlreadyAddedException.  | 
56 |  | - * Fix race condition between disposal and cancellation of CancellationTokenSource.  | 
57 |  | - * Execute frame.waitFor{Selector,XPath} in secondary world.  | 
 | 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.  | 
58 | 53 |  ]]></PackageReleaseNotes>  | 
59 |  | -    <ReleaseVersion>1.12.1</ReleaseVersion>  | 
 | 54 | +    <ReleaseVersion>1.13.0</ReleaseVersion>  | 
60 | 55 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
61 | 56 |   </PropertyGroup>  | 
62 | 57 |   <PropertyGroup>  | 
 | 
0 commit comments