Skip to content

Commit 889ebb8

Browse files
committed
Update versions and release notes
1 parent 57dac0d commit 889ebb8

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

src/Coypu.NUnit/Coypu.NUnit.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<TargetFrameworks>net6.0</TargetFrameworks>
55
<BuildPackage>true</BuildPackage>
66
<AssemblyTitle>Coypu.NUnit</AssemblyTitle>
7-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
8-
<FileVersion>3.1.0.0</FileVersion>
7+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
8+
<FileVersion>4.2.0.0</FileVersion>
99
<PackageId>Coypu.NUnit</PackageId>
10-
<Version>3.1.0-rc</Version>
10+
<Version>4.2.0</Version>
1111
<Description>NUnit matchers for Coypu.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/featurist/coypu/</PackageProjectUrl>
14-
<Copyright>Copyright © 2018 Adrian Longley and Contributors</Copyright>
14+
<Copyright>Copyright © 2024 Adrian Longley and Contributors</Copyright>
1515
<PackageTags>browser, automation, selenium, testing, nunit</PackageTags>
1616
<LangVersion>7.3</LangVersion>
1717
<Authors>Adrian Longley, Jakub Obstarczyk</Authors>

src/Coypu/Coypu.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@
88
<FileVersion>4.2.0.0</FileVersion>
99
<PackageId>Coypu</PackageId>
1010
<Version>4.2.0</Version>
11-
<Description>Intuitive, robust browser automation for the .NET platform.
11+
<Description>A robust wrapper for browser automation on the .NET platform for Selenium WebDriver or Microsoft Playwright that eases automating ajax-heavy websites and reduces coupling to the HTML, CSS &amp; JS.
1212
This package includes the Coypu 4 framework assembly, which should be referenced by your tests.
1313

1414
Supported platforms:
15-
- .NET 6+
16-
- .NET Standard 2.0+
17-
- .NET Core 2.0+</Description>
15+
- .NET 6+</Description>
1816
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1917
<PackageProjectUrl>https://github.com/featurist/coypu/</PackageProjectUrl>
20-
<Copyright>Copyright © 2018 Adrian Longley and Contributors</Copyright>
18+
<Copyright>Copyright © 2024 Adrian Longley and Contributors</Copyright>
2119
<PackageTags>browser, automation, selenium, testing, framework</PackageTags>
2220
<LangVersion>8.0</LangVersion>
2321
<Authors>Adrian Longley, Jakub Obstarczyk,Stacy Bowler</Authors>
2422
<RepositoryUrl>https://github.com/featurist/coypu</RepositoryUrl>
2523
<RepositoryType>git</RepositoryType>
26-
<PackageReleaseNotes>update to net6.0, also update of selenium webdriver to v4.0.1</PackageReleaseNotes>
24+
<PackageReleaseNotes>Allow using a proxy and basic auth. Multiple bug fixes.</PackageReleaseNotes>
2725
<Company>Coypu</Company>
2826
<NeutralLanguage>en</NeutralLanguage>
2927
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)