Skip to content

Releases: 0xced/DockerRunner

DockerRunner 1.0.0-beta.2

19 Jun 07:21
Compare
Choose a tag to compare
Pre-release
  • Merged all DockerRunner.Database.* projects into the main DockerRunner project.

    Now that dependencies on database provider NuGet packages are gone, it doesn't make sense to separate the database configuration classes into different projects.

    As a result, the DockerDatabaseContainerConfiguration configuration subclasses are in new namespaces. For example:

    • DockerRunner.Database.MariaDb.MariaDb104Configuration
    • DockerRunner.Database.MySql.MySqlServerConfiguration
    • DockerRunner.Database.Oracle.Oracle11SlimConfiguration
    • DockerRunner.Database.PostgreSql.Postgres9Configuration
    • DockerRunner.Database.SqlServer.SqlServer2019Configuration
  • The following classes have moved from the DockerRunner namespace to the DockerRunner.Database namespace:

    • DbCommandEventArgs
    • DockerDatabaseContainerConfiguration
    • DockerDatabaseContainerRunner
  • Removed the DockerRunner_ prefix from the default container name (DockerRunner still appears in the name as it's part of the fully qualified name of the configuration classes)

DockerRunner.Xunit 1.0.0-beta.2

19 Jun 07:53
Compare
Choose a tag to compare
Pre-release

DockerRunner.Xunit 1.0.0-beta.2 depends on DockerRunner version 1.0.0-beta.2

DockerRunner 1.0.0-beta.1

11 Jun 11:42
Compare
Choose a tag to compare
Pre-release

First beta release of DockerRunner

Using GitHub Actions for:

  • Building
  • Testing
  • Packaging
  • Publishing

DockerRunner.Xunit 1.0.0-beta.1

11 Jun 12:07
Compare
Choose a tag to compare
Pre-release

First beta release of DockerRunner.Xunit

Using GitHub Actions for:

  • Building
  • Testing
  • Packaging
  • Publishing