Skip to content

Commit 1eca84c

Browse files
committed
🔖 7.0.0
1 parent a818548 commit 1eca84c

File tree

3 files changed

+12
-51
lines changed

3 files changed

+12
-51
lines changed

src/PuppeteerSharp.Contrib.Extensions/PuppeteerSharp.Contrib.Extensions.csproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>6.0.0</Version>
5+
<Version>7.0.0</Version>
66
<PackageReleaseNotes>
7-
⬆️ Bump PuppeteerSharp to 12.0.0
8-
👽️ Use PuppeteerSharp interfaces; IPage and IElementHandle
7+
🎯 Change TargetFramework to net8.0
8+
⬆️ Bump PuppeteerSharp to 20.0.0
99

10-
New extensions for IPage:
11-
◼️ HasUrlAsync
12-
13-
New extensions for IElementHandle:
14-
◼️ HasAttributeValueAsync
15-
◼️ IsEmptyAsync
16-
17-
Extensions for IResponse:
18-
◼️ HasUrl
10+
Remove extensions for IElementHandle:
11+
◼️ IsHiddenAsync
12+
◼️ IsVisibleAsync
1913
</PackageReleaseNotes>
2014
<Authors>Henrik Lau Eriksson</Authors>
2115
<Description>Contributions to the Headless Chrome .NET API 🌐🧪

src/PuppeteerSharp.Contrib.PageObjects/PuppeteerSharp.Contrib.PageObjects.csproj

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>6.0.0</Version>
5+
<Version>7.0.0</Version>
66
<PackageReleaseNotes>
7-
⬆️ Bump PuppeteerSharp to 12.0.0
8-
👽️ Use PuppeteerSharp interfaces; IPage and IElementHandle
9-
10-
New extensions for IPage:
11-
◼️ To&lt;T&gt;
12-
13-
New extensions for IElementHandle:
14-
◼️ To&lt;T&gt;
15-
16-
🗑️ XPath is now obsolete:
17-
◼️ XPathAttribute
18-
◼️ IPage.XPathAsync
19-
◼️ IPage.WaitForXPathAsync
20-
◼️ IElementHandle.XPathAsync
7+
🎯 Change TargetFramework to net8.0
8+
⬆️ Bump PuppeteerSharp to 20.0.0
219
</PackageReleaseNotes>
2210
<Authors>Henrik Lau Eriksson</Authors>
2311
<Description>Contributions to the Headless Chrome .NET API 🌐🧪

src/PuppeteerSharp.Contrib.Should/PuppeteerSharp.Contrib.Should.csproj

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>6.0.0</Version>
5+
<Version>7.0.0</Version>
66
<PackageReleaseNotes>
7-
⬆️ Bump PuppeteerSharp to 12.0.0
8-
👽️ Use PuppeteerSharp interfaces; IPage and IElementHandle
9-
10-
New assertions for IPage:
11-
◼️ ShouldHaveUrlAsync
12-
◼️ ShouldNotHaveUrlAsync
13-
14-
New assertions for IElementHandle:
15-
◼️ ShouldHaveAttributeValueAsync
16-
◼️ ShouldNotHaveAttributeValueAsync
17-
◼️ ShouldBeEmptyAsync
18-
◼️ ShouldNotBeEmptyAsync
19-
20-
Assertions for IResponse:
21-
◼️ ShouldHaveUrl
22-
◼️ ShouldNotHaveUrl
23-
◼️ ShouldHaveStatusCode
24-
◼️ ShouldNotHaveStatusCode
25-
◼️ ShouldBeSuccessful
26-
◼️ ShouldBeRedirection
27-
◼️ ShouldHaveClientError
28-
◼️ ShouldHaveServerError
29-
◼️ ShouldHaveError
7+
🎯 Change TargetFramework to net8.0
8+
⬆️ Bump PuppeteerSharp to 20.0.0
309
</PackageReleaseNotes>
3110
<Authors>Henrik Lau Eriksson</Authors>
3211
<Description>Contributions to the Headless Chrome .NET API 🌐🧪

0 commit comments

Comments
 (0)