| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>1.10.1</PackageVersion>  | 
 | 5 | +    <PackageVersion>1.11.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 |  | - * Snapshot the accessibility tree.  | 
18 |  | -
  | 
19 |  | -# New APIs  | 
20 |  | -
  | 
21 |  | - * Browser.WaitForTargetAsync.  | 
22 |  | - * CDPSession.CloseReason, Connection.CloseReason.  | 
23 |  | - * Camel Case the world. `JToken.ToObject<T>(bool camelCase)`.  | 
 | 17 | + * Support waitUntil option for `Page.SetContentAsync`.  | 
 | 18 | + * Linux support.  | 
24 | 19 | 
  | 
25 | 20 | # Breaking Changes  | 
26 | 21 | 
  | 
27 |  | - * `Page.Frames` now is based on a `ConcurrentDictionary`. With this change, the Frame order is no longer guaranteed.  | 
28 |  | - * Payload.PostData is now a string (as it was supposed to be).  | 
29 |  | - * Improve internal exception handling. Now puppeteer-sharp will close the CDPSession or the Connection if puppeteer fails to process a message.  | 
30 |  | - * BufferAsync should work with binaries.  | 
31 |  | - * IConnectionTransport now needs to implement `Task InitializeAsync(string url, IConnectionOptions connectionOptions, ILoggerFactory loggerFactory = null);`.  | 
 | 22 | + * IConnection.Closed, Connection.Closed and CDPSeccion.Closed events were renamed to `Disconnected`.  | 
 | 23 | + * An IConnectionTransport now needs to implement `Task InitializeAsync(string url, IConnectionOptions connectionOptions, ILoggerFactory loggerFactory = null)`.  | 
32 | 24 | 
  | 
33 | 25 | # Changelog  | 
34 | 26 |    | 
35 |  | - * Roll chromium to r599821.  | 
36 |  | - * Don't prematurely disable the CSS domain.  | 
37 |  | - * Add missing location property to some key descriptors.  | 
38 |  | - * Add missing test.  | 
39 |  | - * Add flags to improve reliability.  | 
40 |  | - * Handle negative area results in computeQuadArea.  | 
 | 27 | + * Roll Chromium to r609904.  | 
 | 28 | + * Code cleanup.  | 
 | 29 | + * Remove no-sandbox option in tests.  | 
 | 30 | + * Dispatch errors into a page.  | 
 | 31 | + * Fixed event handler leak.  | 
 | 32 | + * Removed a couple of common allocations.  | 
 | 33 | + * New target types.  | 
41 | 34 |  ]]></PackageReleaseNotes>  | 
42 |  | -    <ReleaseVersion>1.10.1</ReleaseVersion>  | 
 | 35 | +    <ReleaseVersion>1.11.0</ReleaseVersion>  | 
43 | 36 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
44 | 37 |   </PropertyGroup>  | 
45 | 38 |   <PropertyGroup>  | 
 | 
0 commit comments