Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-20 | 3.4 kB | |
v5.2.0 source code.tar.gz | 2024-04-20 | 19.7 MB | |
v5.2.0 source code.zip | 2024-04-20 | 19.9 MB | |
Totals: 3 Items | 39.7 MB | 0 |
We've released NSubstitute v5.2.0.
Summary of main changes:
- [UPDATE] Upgrade website build to jekyll 3.9.0 and add link to edit website pages (#767, [#769]; thanks to @brad)
- [UPDATE] Build improvements: - migrate to GitHub Actions and update doc dependencies (#754, #774; thanks to @alexandrnikitin) - improve test platform coverage; add .NET 8 to test platforms (#742, #756; thanks to @Romfos) - source code format improvements; check format on CI (#758, ##761, #762, #763; thanks again to @Romfos)
- [NEW] Support for Sourcelink and Deterministic Build. Thanks @304NotModified! (#737)
Many thanks to @alexandrnikitin, @Romfos, @brad, and @304NotModified for their contributions! 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.2.0/CHANGELOG.md Breaking changes: None.
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/
Change list
- Documentation: introduce clickable tooltips to copy hx url by @jheinath in https://github.com/nsubstitute/NSubstitute/pull/736
- Move CI to GitHub actions by @alexandrnikitin in https://github.com/nsubstitute/NSubstitute/pull/740
- Support Sourcelink and Deterministic Build by @304NotModified in https://github.com/nsubstitute/NSubstitute/pull/737
- [Github] Run unit tests for all test platforms by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/742
- Move from AppVeyor to GitHub Actions by @alexandrnikitin in https://github.com/nsubstitute/NSubstitute/pull/754
- Added .NET 8 to test platforms by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/756
- Format source code and add format verification on ci by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/758
- Format NSubstitute.csproj layout + remove unusable code for net4.5 by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/761
- Enable ImplicitUsings by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/762
- Use file scoped namepsaces by @Romfos in https://github.com/nsubstitute/NSubstitute/pull/763
- Upgrade jekyll to 3.9.0 by @brad in https://github.com/nsubstitute/NSubstitute/pull/768
- add edit this page link by @brad in https://github.com/nsubstitute/NSubstitute/pull/769
- [CI] Do not build on every push by @alexandrnikitin in https://github.com/nsubstitute/NSubstitute/pull/774
- [Docs] Update Ruby and docs dependencies to the latest versions by @alexandrnikitin in https://github.com/nsubstitute/NSubstitute/pull/773
- Prep for v5.2 release by @dtchepak in https://github.com/nsubstitute/NSubstitute/pull/791
New Contributors
- @brad made their first contribution in https://github.com/nsubstitute/NSubstitute/pull/768
Full Changelog: https://github.com/nsubstitute/NSubstitute/compare/v5.1.0...v5.2.0