From 1568848009d6501a59cee40cebf65cc15c9d168f Mon Sep 17 00:00:00 2001 From: stakx Date: Sat, 19 Oct 2019 20:24:49 +0200 Subject: [PATCH] Update version to 4.13.1 --- CHANGELOG.md | 11 ++++++++++- GitInfo.txt | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e05769b..b03bf6343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,26 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## Unreleased + +## 4.13.1 (2019-10-19) #### Fixed * `SetupAllProperties` does not recognize property as read-write if only setter is overridden (@stakx, #886) + * Regression: `InvalidCastException` caused by Moq erroneously reusing a cached auto-mocked (`DefaultValue.Mock`) return value for a different generic method instantiation (@BrunoJuchli, #932) + * AmbiguousMatchException when setting up the property, that hides another one (@ishatalkin, #939) + * `ArgumentException` ("Interface not found") when setting up `object.ToString` on an interface mock (@vslynko, #942) + * Cannot "return" to original mocked type after downcasting with `Mock.Get` and then upcasting with `mock.As<>` (@pjquirk, #943) + * `params` arrays in recursive setup expressions are matched by reference equality instead of by structural equality (@danielcweber, #946) + * `mock.SetupProperty` throws `NullReferenceException` when called for partially overridden property (@stakx, #951) + ## 4.13.0 (2019-08-31) #### Changed @@ -88,6 +96,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 * For `[Value]Task`, `.ReturnsAsync(null)` throws `NullReferenceException` instead of producing a completed task with result `null` (@voroninp, #909) + ## 4.12.0 (2019-06-20) #### Changed diff --git a/GitInfo.txt b/GitInfo.txt index 813b83b65..56d2fb548 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -4.13.0 +4.13.1