Skip to content

Commit

Permalink
Fixes release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Jun 24, 2024
1 parent 2ea368f commit 33dadbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Moq.Analyzers/Moq.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Moq.Analyzers</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
1.6.0
- Add new rules:
- PosInfoMoq2007: The As&lt;T&gt;() method can be used only with interfaces.
- PosInfoMoq2008: The Verify() method must be used only on overridable members
- Add the support of static methods VerifyAll() and Verify() for the PosInfoMoq2000 rule.
- Various optimizations to increase speed of analysis.
- Various optimizations to reduce memory usage.
- Add hyperlink to the documentation of the r

1.5.0
- Add new rules:
- PosInfoMoq2004: Check that constructor arguments can not be passed to a mocked interface.
Expand Down

0 comments on commit 33dadbd

Please sign in to comment.