Skip to content

Releases: devpro/withywoods

v1.5.2

31 Dec 15:04
dab3b67
Compare
Choose a tag to compare

Version 1.5.2

Breaking changes

None

Changelog since v1.5.1

Feature requests

  • NuGet updates (December 31, 2022)

v1.5.1

02 Nov 10:38
2d869b0
Compare
Choose a tag to compare

Version 1.5.1

Breaking changes

None

Changelog since v1.5.0

Feature requests

  • NuGet updates (November 2, 2022)

v1.5.0

17 May 16:50
e3a8669
Compare
Choose a tag to compare

Version 1.5.0

Breaking changes

Withywoods.Selenium.SeleniumTestBase

  • Use WebApplicationFactoryFixture instead of LocalServerFactory

Changelog since v1.4.5

Feature requests

  • #286 Chrome Driver update to 101 version
  • #284 Upgrade .NET projects to .NET 6
  • NuGet updates (May 15, 2022)

Thanks

v1.4.5

17 Jan 08:47
2eeaf1c
Compare
Choose a tag to compare

Version 1.4.5

Update

dotnet add package Withywoods.AspNetCore --version 1.4.5
dotnet add package Withywoods.Configuration --version 1.4.5
dotnet add package Withywoods.Dal.MongoDb --version 1.4.5
dotnet add package Withywoods.Net.Http --version 1.4.5
dotnet add package Withywoods.RabbitMq --version 1.4.5
dotnet add package Withywoods.Serialization --version 1.4.5
dotnet add package Withywoods.Selenium --version 1.4.5
dotnet add package Withywoods.System --version 1.4.5
dotnet add package Withywoods.UnitTesting --version 1.4.5
dotnet add package Withywoods.WebTesting --version 1.4.5

Breaking changes

Withywoods.Selenium.SeleniumTestBase

  • WebDriver property class changed from RemoteWebDriver to IWebDriver
  • Action required on methods, for example WebDriver.FindElementByClassName("title") -> WebDriver.FindElement(By.ClassName("title"))

Changelog since v1.4.4

Feature requests

  • NuGet updates (January 17, 2022)
    • AutoMapper: 11.0.0
    • FluentAssertions: 6.3.0
    • Microsoft.AspNetCore.Mvc.Testing: 5.0.13
    • Microsoft.EntityFrameworkCore: 5.0.13
    • Microsoft.EntityFrameworkCore.InMemory: 5.0.13
    • Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore: 5.0.13
    • MongoDB.Bson: 2.14.1
    • MongoDB.Driver: 2.14.1
    • MongoDB.Driver.Core: 2.14.1
    • Selenium.WebDriver.ChromeDriver: 97.0.4692.7100

v1.4.4

27 Sep 08:27
7fabf69
Compare
Choose a tag to compare

Version 1.4.4

Update

dotnet add package Withywoods.AspNetCore --version 1.4.4
dotnet add package Withywoods.Configuration --version 1.4.4
dotnet add package Withywoods.Dal.MongoDb --version 1.4.4
dotnet add package Withywoods.Net.Http --version 1.4.4
dotnet add package Withywoods.RabbitMq --version 1.4.4
dotnet add package Withywoods.Serialization --version 1.4.4
dotnet add package Withywoods.Selenium --version 1.4.4
dotnet add package Withywoods.System --version 1.4.4
dotnet add package Withywoods.UnitTesting --version 1.4.4
dotnet add package Withywoods.WebTesting --version 1.4.4

Changelog since v1.4.3

Feature requests

  • NuGet updates (September 27, 2021)
    • Microsoft.EntityFrameworkCore: 5.0.10
    • Microsoft.EntityFrameworkCore.InMemory: 5.0.10
    • Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore: 5.0.10
    • Microsoft.VisualStudio.Azure.Containers.Tools.Targets: 1.11.1
    • Swashbuckle.AspNetCore.Swagger: 6.2.2
    • Swashbuckle.AspNetCore: 6.2.2
    • MongoDB.Bson: 2.13.1
    • MongoDB.Driver: 2.13.1
    • MongoDB.Driver.Core: 2.13.1
    • RabbitMQ.Client: 6.2.2
    • FluentAssertions: 6.1.0
    • Selenium.WebDriver.ChromeDriver: 93.0.4577.6300
    • Microsoft.Extensions.DependencyInjection: 5.0.2
    • coverlet.collector: 3.1.0
    • Microsoft.NET.Test.Sdk: 16.11.0
    • Microsoft.AspNetCore.Mvc.Testing: 5.0.10