diff --git a/CHANGELOG.md b/CHANGELOG.md index 386a13044..065a7583a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 ## Unreleased +#### Changed + +* Upgraded `System.ValueTuple` dependency to version 4.4.0 in order to reestablish Moq compatibility with .NET 4.7 (and later), which already include the `ValueTuple` types (@stakx, #591) + #### Fixed * Wrong parameters count for extension methods in `Callback` and `Returns` (@Caraul, #575) diff --git a/Moq.nuspec b/Moq.nuspec index 060cef205..c16cfaae7 100644 --- a/Moq.nuspec +++ b/Moq.nuspec @@ -16,7 +16,7 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/Source/Moq.csproj b/Source/Moq.csproj index adf17da18..b7910bca5 100644 --- a/Source/Moq.csproj +++ b/Source/Moq.csproj @@ -32,7 +32,7 @@ - +