Skip to content

Commit c83e907

Browse files
committed
v 4.2.0
1 parent af2fc5b commit c83e907

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Coypu 4.1.0 - 09.12.2023
2+
* [#235](https://github.com/featurist/coypu/pull/235) Playwright auth header
3+
* [#234](https://github.com/featurist/coypu/pull/234) Add ElementScope.DblClick()
4+
* [#233](https://github.com/featurist/coypu/pull/233) Fix return type of ExecuteScript for Playwright; Add generic overload
5+
16
# Coypu 4.1.0 - 09.12.2023
27
* [#231](https://github.com/featurist/coypu/pull/231) Playwright driver
38

src/Coypu/Coypu.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<TargetFrameworks>net6.0</TargetFrameworks>
55
<BuildPackage>true</BuildPackage>
66
<AssemblyTitle>Coypu</AssemblyTitle>
7-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
8-
<FileVersion>4.1.0.0</FileVersion>
7+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
8+
<FileVersion>4.2.0.0</FileVersion>
99
<PackageId>Coypu</PackageId>
10-
<Version>4.1.0</Version>
10+
<Version>4.2.0</Version>
1111
<Description>Intuitive, robust browser automation for the .NET platform.
1212
This package includes the Coypu 4 framework assembly, which should be referenced by your tests.
1313

0 commit comments

Comments
 (0)