Skip to content

Releases: wonderbird/TestProcessWrapper

6.3.389-alpha: Merge pull request #117 from wonderbird/docs/stop-development

19 Feb 20:09
97cb699

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.3.376-alpha] - 2024-08-07

Added

  • Add support for net8.0 while keeping support for net6.0 and net7.0

Changed

  • Fix new .NET 8 static analysis warnings regarding performance of string operations
    • CA1865: Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char
    • CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
  • Upgrade coveralls build action to v2

6.3.382-alpha: Merge pull request #110 from wonderbird/dependabot/nuget/Moq-4.20.72

03 Nov 04:18
f6cbd31

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.3.376-alpha] - 2024-08-07

Added

  • Add support for net8.0 while keeping support for net6.0 and net7.0

Changed

  • Fix new .NET 8 static analysis warnings regarding performance of string operations
    • CA1865: Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char
    • CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
  • Upgrade coveralls build action to v2

6.3.376-alpha: Merge pull request #108 from wonderbird/build/support-dotnet-8

08 Aug 04:01
8dbbb76

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.3.376-alpha] - 2024-08-07

Added

  • Add support for net8.0 while keeping support for net6.0 and net7.0

Changed

  • Fix new .NET 8 static analysis warnings regarding performance of string operations
    • CA1865: Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char
    • CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
  • Upgrade coveralls build action to v2

6.2.373-alpha: Merge pull request #107 from wonderbird/deps/update

06 Aug 03:57
3727b4d

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.2.373-alpha] - 2024-08-06

Changed

  • Upgrade dependencies
    • coverlet.msbuild 6.0.2
    • MELT 0.9.0
    • MELT.Xunit 0.9.0
    • Microsoft.CodeAnalysis.NetAnalyzers 8.0.0
    • Microsoft.Extensions.Hosting 8.0.0
    • Microsoft.Extensions.Hosting.Abstractions 8.0.0
    • Microsoft.Extensions.Logging 8.0.0
    • Microsoft.Extensions.Logging.Abstractions 8.0.1
    • Microsoft.NET.Test.Sdk 17.10.0
    • Moq 4.20.70
    • xunit 2.9.0
    • xunit.runner.visualstudio 2.8.2
  • Nuget package contains README.md
  • Release notes are extracted properly from CHANGELOG.md
  • Run dependabot monthly instead of daily to save energy

6.2.367-alpha: Merge pull request #106 from wonderbird/update-deps

05 Aug 04:14
f624c0f

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.2.367-alpha] - 2024-08-05

Changed

  • Upgrade build pipeline

Fixed

  • Acceptance tests require release build of test application

Changed

  • Improve build and test documentation
  • Release debug version of the nuget package instead of release version

6.2.350-alpha: build(deps): bump Microsoft.CodeAnalysis.NetAnalyzers

26 Jul 15:11

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.2.350-alpha] - 2023-06-26

Changed

  • Upgrade dependencies
    • Microsoft.Extensions.Logging.Abstractions 7.0.1
    • Microsoft.CodeAnalysis.NetAnalyzers 7.0.3

6.2.343-alpha: Merge pull request #94 from wonderbird/feat/support-net6-and-net7

16 Jun 04:04
2ca8898

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[Unreleased]

Added

  • Add support for net6.0 (while keeping support for net7.0)

Changed

  • Upgrade dependencies: Microsoft.NET.Test.Sdk 17.6.2

6.2.330-alpha: Merge pull request #91 from wonderbird/feat/support-net6-and-net7

13 Jun 18:35
1425358

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.2.343-alpha] - 2023-06-16

Added

  • Add support for net6.0 (while keeping support for net7.0)

Changed

  • Upgrade dependency: Microsoft.NET.Test.Sdk 17.6.2

6.1.328-alpha: build(deps): bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2

13 Jun 17:52

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.1.325-alpha] - 2023-05-22

This release brings only cosmetic changes to documentation and tests.

Changed

  • Emphasise running coverlet wrapped processes sequentially (README.md)
  • Correctly dispose TestProcessWrapper in smoke test
  • Minor code style fix
  • Upgrade dependencies: coverlet.msbuild-6.0.0

6.1.325-alpha

22 May 18:48
3f26208

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Every release is published as nuget package Boos.TestProcessWrapper.

[6.1.325-alpha] - 2023-05-22

This release brings only cosmetic changes to documentation and tests.

Changed

  • Emphasise running coverlet wrapped processes sequentially (README.md)
  • Correctly dispose TestProcessWrapper in smoke test
  • Minor code style fix
  • Upgrade dependencies: coverlet.msbuild-6.0.0