| 
2 | 2 |   <PropertyGroup>  | 
3 | 3 |     <TargetFramework>netstandard2.0</TargetFramework>  | 
4 | 4 |     <PackOnBuild>true</PackOnBuild>  | 
5 |  | -    <PackageVersion>0.4.0</PackageVersion>  | 
 | 5 | +    <PackageVersion>0.5.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>  | 
 | 
11 | 11 |     <Title>PuppeteerSharp</Title>  | 
12 | 12 |     <Description>Headless Chrome .NET API</Description>  | 
13 | 13 |     <PackageId>PuppeteerSharp</PackageId>  | 
14 |  | -    <PackageReleaseNotes>* 0.4.0: Page Features, are you ready?  | 
 | 14 | +    <PackageReleaseNotes>* 0.5.0: Frames and Tracing  | 
 | 15 | +  * Features  | 
 | 16 | +    - Network Events  | 
 | 17 | +    - Tracing  | 
 | 18 | +    - Frames support  | 
 | 19 | +  * fixes  | 
 | 20 | +    - Fixed Browse.Close on Azure Functions  | 
 | 21 | +  * New APIs  | 
 | 22 | +    - Request.ContinueAsync  | 
 | 23 | +    - Request.RespondAsync  | 
 | 24 | +    - Request.AbortAsync  | 
 | 25 | +    - Response.BufferAsync  | 
 | 26 | +    - Response.TextAsync  | 
 | 27 | +    - Response.JsonAsync  | 
 | 28 | +    - Session.TracingComplete  | 
 | 29 | +    - Session.DetachAsync  | 
 | 30 | +    - Page.Tracing.StartAsync  | 
 | 31 | +    - Page.Tracing.StopAsync  | 
 | 32 | +    - Page.EvaluateOnNewDocumentAsync  | 
 | 33 | +    - Page.Coverage  | 
 | 34 | +    - Page.WaitForFunctionAsync  | 
 | 35 | +    - Browser.Targets  | 
 | 36 | +    - Browser.PagesAsync  | 
 | 37 | +    - Frame.WaitForSelectorAsync  | 
 | 38 | +    - Target.CreateCDPSession  | 
 | 39 | + | 
 | 40 | +* 0.4.0: Page Features, are you ready?  | 
15 | 41 |     - Page.GoToAsync  | 
16 | 42 |     - Page.ReloadAsync  | 
17 | 43 |     - Page.EmulateMediaAsync  | 
 | 
42 | 68 | * 0.3.1: .NET Framework Support  | 
43 | 69 | * 0.3.0: Process improvements, User data dir support  | 
44 | 70 | * 0.1.0: PDF and Screenshots support</PackageReleaseNotes>  | 
45 |  | -    <ReleaseVersion>0.4.0</ReleaseVersion>  | 
 | 71 | +    <ReleaseVersion>0.5.0</ReleaseVersion>  | 
46 | 72 |     <SynchReleaseVersion>false</SynchReleaseVersion>  | 
47 | 73 |   </PropertyGroup>  | 
48 | 74 |   <ItemGroup>  | 
 | 
0 commit comments