Skip to content

Commit

Permalink
Merge pull request #198 from featurist/development
Browse files Browse the repository at this point in the history
changing version of the release to 3.0.0-rc
  • Loading branch information
obstar authored Dec 11, 2018
2 parents 30b9100 + 6a70150 commit 92e815c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
7 changes: 4 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Coypu 3.0.0 - 11.12.2018
# Coypu 3.0.0-rc - 11.12.2018
Can be also downloaded as nuget package from: https://www.nuget.org/packages/Coypu/
### Breaking changes
* support for .NET Framework 4.5+
* support for .NET Standard 2.0+
Expand Down Expand Up @@ -29,12 +30,12 @@
* migrate solution projects to new VS2017 format
* updated browser drivers to newest versions (geckodriver, chromedriver, iedriver)

## Coypu.NUnit 3.0.0 - 11.12.2018
## Coypu.NUnit 3.0.0-rc - 11.12.2018
### Breaking changes
* support for .NET Framework 4.5+
* support for .NET Standard 2.0+
* [#144](https://github.com/featurist/coypu/issues/144) support for .NET Core 2.0+
* updated Coypu to v3.0.0
* updated Coypu to v3.0.0-rc

# Version 2.11.0

Expand Down
26 changes: 14 additions & 12 deletions nuget/Coypu.NUnit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,36 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Coypu.NUnit</id>
<version>3.0.0</version>
<version>3.0.0-rc</version>
<title>Coypu.NUnit</title>
<authors>Adrian Longley, Jakub Obstarczyk</authors>
<owners>Adrian Longley</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/featurist/coypu</projectUrl>
<description>
NUnit matchers for Coypu.
This package includes the Coypu.NUnit 3 framework assembly, which is referenced by your tests.
<description>NUnit matchers for Coypu.
This package includes the Coypu.NUnit 3 framework assembly, which is referenced by your tests.

Supported platforms:
- .NET Framework 4.5+
- .NET Standard 2.0+
- .NET Core 2.0+
Supported platforms:
- .NET Framework 4.5+
- .NET Standard 2.0+
- .NET Core 2.0+
</description>
<releaseNotes>
This package includes breaking changes as:
- support for net45+, netstandard2.0+ and netcore2.0 frameworks
<summary>Coypu.NUnit is an extention of NUnit matchers for Coypu</summary>
<releaseNotes>This package includes breaking changes as:
- support for net45+, netstandard2.0+ and netcore2.0 frameworks
</releaseNotes>
<copyright>Copyright (c) 2018 Adrian Longley and Contributors</copyright>
<language>en-US</language>
<tags>coypu selenium test testing tdd bdd framework fluent plugin addin</tags>
<repository type="git" url="https://github.com/featurist/coypu" />
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Coypu" version="[3.0.0,4)" />
<dependency id="NUnit" version="[3.11.0,4)" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Coypu" version="[3.0.0,4)" />
<dependency id="Coypu" version="[3.0.0-rc,4)" />
<dependency id="NUnit" version="[3.11.0,4)" />
<dependency id="NETStandard.Library" version="[2.0.3,3)" />
</group>
Expand Down
26 changes: 14 additions & 12 deletions nuget/Coypu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,31 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Coypu</id>
<version>3.0.0</version>
<version>3.0.0-rc</version>
<title>Coypu</title>
<authors>Adrian Longley, Jakub Obstarczyk</authors>
<owners>Adrian Longley</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/featurist/coypu</projectUrl>
<description>
Intuitive, robust browser automation framework for .Net platform.
This package includes the Coypu 3 framework assembly, which is referenced by your tests.
<description>Intuitive, robust browser automation framework for .Net platform.
This package includes the Coypu 3 framework assembly, which is referenced by your tests.

Supported platforms:
- .NET Framework 4.5+
- .NET Standard 2.0+
- .NET Core 2.0+
Supported platforms:
- .NET Framework 4.5+
- .NET Standard 2.0+
- .NET Core 2.0+
</description>
<summary>Coypu is an intuitive, robust browser automation framework for .Net platform.</summary>
<releaseNotes>
This package includes breaking changes as:
- support for net45+, netstandard2.0+ and netcore2.0 frameworks
- updated selenium webdriver to v3.141.0
- removed all projects and dependencies related to WatiN
This package includes breaking changes as:
- support for net45+, netstandard2.0+ and netcore2.0 frameworks
- updated selenium webdriver to v3.141.0
- removed all projects and dependencies related to WatiN
</releaseNotes>
<copyright>Copyright (c) 2018 Adrian Longley and Contributors</copyright>
<language>en-US</language>
<tags>coypu selenium test testing tdd bdd framework fluent plugin addin</tags>
<repository type="git" url="https://github.com/featurist/coypu" />
<dependencies>
<group targetFramework=".NETFramework4.5">
Expand Down

0 comments on commit 92e815c

Please sign in to comment.