New
- New .NET Standard 2.0 assembly (#1449)
- Small optimization in the creation of string and value-type Dummies (#1354)
Additional Items
- Have deployment script find nuget.exe (#1430)
- Add FakeItEasy.Build and FakeItEasy.PrepareRelease projects to solution (#1431)
- Convert automatic deploy tool to a csproj (#1434)
- Unpin the .NET Core SDK version (#1432)
- Fix prepare-release tool's new release formatting and issue detection (#1429)
- Run tests under .NET Core 2.1 (#1361, #1440)
- Drop MSBuild in favour of
dotnet build
(#1441) - Update xunit, drop
dotnet xunit
in favor ofdotnet test
(#1444) - Update to SimpleExec 3.0.0 (#1452)
- Remove build tools' dependency on xunit console runner (#1446)
- Fixed intermittent failure for
NonGenericCreationSpecs.CacheSuccessfulConstructor
(#1443) - Document .Net Core 1.0 Runtime as build requirement (#1447)
With special thanks for contributions to this release from:
- Adam Ralph - @adamralph