Skip to content

Commit

Permalink
Update versions and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbowler committed Apr 8, 2024
1 parent 57dac0d commit 889ebb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/Coypu.NUnit/Coypu.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<BuildPackage>true</BuildPackage>
<AssemblyTitle>Coypu.NUnit</AssemblyTitle>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<FileVersion>4.2.0.0</FileVersion>
<PackageId>Coypu.NUnit</PackageId>
<Version>3.1.0-rc</Version>
<Version>4.2.0</Version>
<Description>NUnit matchers for Coypu.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/featurist/coypu/</PackageProjectUrl>
<Copyright>Copyright © 2018 Adrian Longley and Contributors</Copyright>
<Copyright>Copyright © 2024 Adrian Longley and Contributors</Copyright>
<PackageTags>browser, automation, selenium, testing, nunit</PackageTags>
<LangVersion>7.3</LangVersion>
<Authors>Adrian Longley, Jakub Obstarczyk</Authors>
Expand Down
10 changes: 4 additions & 6 deletions src/Coypu/Coypu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,20 @@
<FileVersion>4.2.0.0</FileVersion>
<PackageId>Coypu</PackageId>
<Version>4.2.0</Version>
<Description>Intuitive, robust browser automation for the .NET platform.
<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.
This package includes the Coypu 4 framework assembly, which should be referenced by your tests.

Supported platforms:
- .NET 6+
- .NET Standard 2.0+
- .NET Core 2.0+</Description>
- .NET 6+</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/featurist/coypu/</PackageProjectUrl>
<Copyright>Copyright © 2018 Adrian Longley and Contributors</Copyright>
<Copyright>Copyright © 2024 Adrian Longley and Contributors</Copyright>
<PackageTags>browser, automation, selenium, testing, framework</PackageTags>
<LangVersion>8.0</LangVersion>
<Authors>Adrian Longley, Jakub Obstarczyk,Stacy Bowler</Authors>
<RepositoryUrl>https://github.com/featurist/coypu</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>update to net6.0, also update of selenium webdriver to v4.0.1</PackageReleaseNotes>
<PackageReleaseNotes>Allow using a proxy and basic auth. Multiple bug fixes.</PackageReleaseNotes>
<Company>Coypu</Company>
<NeutralLanguage>en</NeutralLanguage>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 889ebb8

Please sign in to comment.