Skip to content

Commit d43f293

Browse files
authoredMay 4, 2018
v0.6 docs (#187)
1 parent f68098d commit d43f293

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed
 

‎lib/PuppeteerSharp/PuppeteerSharp.csproj

+29-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackOnBuild>true</PackOnBuild>
5-
<PackageVersion>0.5.0</PackageVersion>
5+
<PackageVersion>0.6.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -11,7 +11,32 @@
1111
<Title>PuppeteerSharp</Title>
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
14-
<PackageReleaseNotes>* 0.5.0: Frames and Tracing
14+
<PackageReleaseNotes>* 0.6.0: Input
15+
* Features
16+
- Input simulation
17+
* New APIs
18+
- ElementHandle.HoverAsync
19+
- ElementHandle.ClickAsync
20+
- ElementHandle.UploadFileAsync
21+
- ElementHandle.TapAsync
22+
- ElementHandle.FocusAsync
23+
- ElementHandle.TypeAsync
24+
- ElementHandle.PressAsync
25+
- Keyboard.DownAsync
26+
- Keyboard.UpAsync
27+
- Keyboard.SendCharacterAsync
28+
- Keyboard.TypeAsync
29+
- Keyboard.PressAsync
30+
- Mouse.MoveAsync
31+
- Mouse.ClickAsync
32+
- Mouse.DownAsync
33+
- Mouse.UpAsync
34+
- TouchScreen.TapAsync
35+
- Page.ClickAsync
36+
- Page.HoverAsync
37+
- Page.FocusAsync
38+
- Page.TypeAsync
39+
* 0.5.0: Frames and Tracing
1540
* Features
1641
- Network Events
1742
- Tracing
@@ -63,12 +88,13 @@
6388
- Page.WaitForTimeoutAsync
6489
- Page.WaitForFunctionAsync
6590
- Page.WaitForSelectorAsync
91+
- Page.PageError
6692
* 0.3.3: Page.Dispose fixes. NavigationOptions properties were made public. Several Page features are included as pre-release.
6793
* 0.3.2: Frame/FrameManager and Page redirect fixes
6894
* 0.3.1: .NET Framework Support
6995
* 0.3.0: Process improvements, User data dir support
7096
* 0.1.0: PDF and Screenshots support</PackageReleaseNotes>
71-
<ReleaseVersion>0.5.0</ReleaseVersion>
97+
<ReleaseVersion>0.6.0</ReleaseVersion>
7298
<SynchReleaseVersion>false</SynchReleaseVersion>
7399
</PropertyGroup>
74100
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.