Releases: wonderbird/TestProcessWrapper
6.3.389-alpha: Merge pull request #117 from wonderbird/docs/stop-development
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
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
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
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
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
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
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
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
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
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