Releases: Umplify/xunit-dependency-injection
Releases · Umplify/xunit-dependency-injection
Bump coverlet.collector from 3.1.1 to 3.1.2
What's Changed
- Bump coverlet.collector from 3.1.1 to 3.1.2 by @dependabot in #99
Full Changelog: 6.2.8...6.2.9
Upgraded a NuGet package
What's Changed
- Bump coverlet.collector from 3.1.0 to 3.1.1 by @dependabot in #98
Full Changelog: 6.2.7...6.2.8
Fixed a build issue from release 6.2.6
What's Changed
- Fixed the release build issue #95 by @Arash-Sabet in #97
- Updated copyright year and conducted a slight code clean up.
- Wired up environment variables too.
Full Changelog: 6.2.6...6.2.7
Wired up environment variables in the abstract fixture
What's Changed
- Updated copyright year and conducted a slight code clean up. Wired up environment variables too. #95 by @Arash-Sabet in #96
Full Changelog: 6.2.5...6.2.6
Some improvements including deprecating a method
What's Changed
- Made the necessary amendments in the code per issue #93 by @Arash-Sabet in #94
Full Changelog: 6.2.4...6.2.5
Fixed the bug related to IConfigurationBuilder
Updated the build pipeline
Merge pull request #90 from Umplify/azure-pipelines-updated Update azure-pipelines.yml for Azure Pipelines
Exposed `IConfigurationBuilder` interface in `TestBedFixture`
Merge pull request #89 from Umplify/issue_88 Exposed `IConfigurationBuilder` #88
The first release version of .NET 6.0 adopted
Merge pull request #86 from Umplify/issue_85 Adopted the release version of .NET 6.0 #85
Introduced GetConfigurationFiles() virtual method
Please review the comments in issue #75 for further background on this enhancement.