You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove AWS sponsorship from readme by @kzu in https://github.com/moq/moq/pull/1383
11
+
* Add everyone how now DOES sponsor 🫶
9
12
10
-
#### Added
13
+
## 4.20.2 (2023-08-09)
14
+
### 🐛 Fixed bugs
15
+
* Remove SponsorLink since it breaks MacOS restore by @kzu in https://github.com/moq/moq/pull/1375
16
+
17
+
> NOTE: in addition, there were potential privacy issues raised with regards to the SHA256 hashing of
18
+
> user' email to check for sponsorship, so it won't be coming back until that's properly addressed
19
+
20
+
## 4.20.1 (2023-08-08)
21
+
### ✨ Implemented enhancements
22
+
* Add Sponsor button to package readme 💜
11
23
24
+
## 4.20.0 (2023-08-07)
25
+
26
+
### ✨ Implemented enhancements
12
27
*`Mock<T>.RaiseAsync` method for raising "async" events, i.e. events that use a `Func<..., Task>` or `Func<..., ValueTask>` delegate. (@stakx, #1313)
13
28
*`setup.Verifiable(Times times, [string failMessage])` method to specify the expected number of calls upfront. `mock.Verify[All]` can then be used to check whether the setup was called that many times. The upper bound (maximum allowed number of calls) will be checked right away, i.e. whenever a setup gets called. (@stakx, #1319)
14
-
* Add `ThrowsAsync` methods for non-generic `ValueTask` (@johnthcall, #1235)
29
+
30
+
### 🔨 Other
31
+
* Add `ThrowsAsync` for non-generic `ValueTask` by @johnthcall in https://github.com/moq/moq/pull/1235
32
+
* Use PackageLicenseExpression instead of PackageLicenseUrl by @wismann in https://github.com/moq/moq/pull/1322
33
+
* Don't throw away generic type arguments in one `mock.Protected().Verify<T>()` method overload by @stakx in https://github.com/moq/moq/pull/1325
34
+
*#1340 updated appveyor.yml with workaround to make builds work again by @david-kalbermatten in https://github.com/moq/moq/pull/1346
35
+
* Revamp structure, apply oss template, cleanup projects/imports by @kzu in https://github.com/moq/moq/pull/1358
36
+
* Add 💜 SponsorLink support by @kzu in https://github.com/moq/moq/pull/1363
37
+
* fix website url by @tibel in https://github.com/moq/moq/pull/1364
15
38
16
39
#### Fixed
17
40
18
41
* Verifying a protected generic method that returns a value is broken (@nthornton2010, #1314)
0 commit comments