| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>1.11.1</PackageVersion>  | 
 | 5 | +    <PackageVersion>1.11.2</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 | +# ChangeLog  | 
 | 16 | + * No need to fix file permissions on Mac.  | 
 | 17 | + * Fix race conditions in SetContentAsync.  | 
 | 18 | + * Add missing ConfigureAwait in Accessibility.  | 
 | 19 | + * Set headless option to false when Devtools are enabled.  | 
 | 20 | + * CloseAsync should wait for the target to be closed.  | 
 | 21 | + * Change TextAsync output type.  | 
 | 22 | + * Browser.IsClosed should be true when the connection is closed.  | 
16 | 23 | 
  | 
17 |  | - * Support waitUntil option for `Page.SetContentAsync`.  | 
18 |  | - * Linux support.  | 
 | 24 | +# Internal Changes  | 
19 | 25 | 
  | 
20 |  | -# Breaking Changes  | 
21 |  | -
  | 
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)`.  | 
24 |  | -
  | 
25 |  | -# Changelog  | 
26 |  | -   | 
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.  | 
34 |  | - * LifeCycleWatcher fixes  | 
35 |  | - * ScrollIntoViewIfNeededAsync improvements  | 
 | 26 | + * Add classes to all Request/Response communications.  | 
 | 27 | + * Connection messages should be dispatched synchronously.  | 
 | 28 | + * Add TaskCreationOptions.RunContinuationsAsynchronously to TaskCompletionSources.  | 
 | 29 | + * Remove Task.Delays.  | 
 | 30 | + * Dispose CancellationTokens.  | 
 | 31 | + * Add TaskCreationOptions.LongRunning to the WebSocketTransport loop.  | 
 | 32 | + * Fix race condition in CloseAsync.  | 
 | 33 | + * Prevent race conditions in tests.  | 
 | 34 | + * Fix minor typo in XML docs.  | 
 | 35 | + * Upgrade .NET Core projects to 2.2.  | 
 | 36 | + * Upgrade to C# 7.3.  | 
 | 37 | + * Replace timeouts with CancellationTokens.  | 
36 | 38 |  ]]></PackageReleaseNotes>  | 
37 |  | -    <ReleaseVersion>1.11.1</ReleaseVersion>  | 
 | 39 | +    <ReleaseVersion>1.11.2</ReleaseVersion>  | 
38 | 40 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
39 | 41 |   </PropertyGroup>  | 
40 | 42 |   <PropertyGroup>  | 
 | 
0 commit comments