Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 705 Bytes

BREAKING_CHANGES.md

File metadata and controls

25 lines (16 loc) · 705 Bytes

AutofacContrib.NSubstitute (AutoSubstitute) Breaking Changes

Version 4.0.0

Removed support for .NET 4.0; now targetting .NET 4.5+.

Reason

In order to keep up to date with latest Autofac dependency we need to drop .NET 4.0 support.

Workaround

Use version 3.3.7 if you need .NET 4.0 support.

Version 3.2.0

Signing of the assembly has been removed.

Reason

We're fundamentally against it; it causes more problems than it's worth.

Workaround

Use version 3.1.X or below or feel free to argue your case at https://github.com/MRCollective/AutofacContrib.NSubstitute/issues.