Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-12 | 2.0 kB | |
v5.0.0.tar.gz | 2023-02-12 | 19.7 MB | |
v5.0.0.zip | 2023-02-12 | 19.9 MB | |
Totals: 3 Items | 39.7 MB | 0 |
Hi all,
We've released NSubstitute v5.0.0. This release updates our target frameworks to the ones recommended by Microsoft: .NET 6+, .NET Framework 4.6.2+, .NET Standard 2.0+. Thanks to @Romfos for this change (#710), and @alexandrnikitin for the review and merge. Thanks also to @TillW for some clarifications to our docs on internal members (#706).
See full release notes here: https://github.com/nsubstitute/NSubstitute/releases/tag/v5.0.0
Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.
If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/
As always, please raise an issue on GitHub if you have any problems.
Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.0.0/CHANGELOG.md Breaking changes: * Dropped support for older platforms. Minimum versions now .NET 6+, .NET Framework 4.6.2+, .NET Standard 2.0+
Project links: * NuGet: - https://www.nuget.org/packages/NSubstitute - https://www.nuget.org/profiles/NSubstitute * GitHub: http://github.com/nsubstitute/NSubstitute * Web: http://nsubstitute.github.io/
What's Changed
- Revised chapter 'Internal members' by @x789 in https://github.com/nsubstitute/NSubstitute/pull/706
- Fix CI by @alexandrnikitin in https://github.com/nsubstitute/NSubstitute/pull/711
- Update target frameworks for .NET 6, .NET Framework 4.6.2, .NET Standard 2.0 by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/710
New Contributors
- @Romfos made their first contribution in https://github.com/nsubstitute/NSubstitute/pull/710
Full Changelog: https://github.com/nsubstitute/NSubstitute/compare/v4.4.0...v5.0.0