Skip to content

Commit

Permalink
Fix release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Jun 28, 2024
1 parent 52a4a98 commit 2ff0bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Moq.Analyzers/Moq.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageReleaseNotes>
1.7.0
- Add new rules:
- PosInfoMoq1002: `Verify()` methods should be called when `Verifiable()` has been setup.
- Fix the PosInfoMoq1000 to check only the call to `VerifyAll()` method.
- PosInfoMoq1002: Verify() methods should be called when Verifiable() has been setup.
- Fix the PosInfoMoq1000 rule to check only the call to VerifyAll() method.
- Fix a bug when developer use custom Setup() method when using Moq.

1.6.0
Expand Down

0 comments on commit 2ff0bde

Please sign in to comment.