Skip to content

Commit

Permalink
Roll version for major changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbowler committed Jul 31, 2023
1 parent 49dd38c commit 522922a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Coypu/Coypu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<BuildPackage>true</BuildPackage>
<AssemblyTitle>Coypu</AssemblyTitle>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.1.1.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<PackageId>Coypu</PackageId>
<Version>3.1.1</Version>
<Version>4.0.0</Version>
<Description>Intuitive, robust browser automation for the .NET platform.
This package includes the Coypu 3 framework assembly, which should be referenced by your tests.
This package includes the Coypu 4 framework assembly, which should be referenced by your tests.

Supported platforms:
- .NET Framework 4.5+
- .NET 6+
- .NET Standard 2.0+
- .NET Core 2.0+</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/featurist/coypu/</PackageProjectUrl>
<Copyright>Copyright © 2018 Adrian Longley and Contributors</Copyright>
<PackageTags>browser, automation, selenium, testing, framework</PackageTags>
<LangVersion>8.0</LangVersion>
<Authors>Adrian Longley, Jakub Obstarczyk</Authors>
<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>
<Company>Coypu</Company>
<NeutralLanguage>en</NeutralLanguage>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 522922a

Please sign in to comment.