diff --git a/src/Moq.Analyzers/Moq.Analyzers.csproj b/src/Moq.Analyzers/Moq.Analyzers.csproj index d07e941..f77ddb8 100644 --- a/src/Moq.Analyzers/Moq.Analyzers.csproj +++ b/src/Moq.Analyzers/Moq.Analyzers.csproj @@ -19,8 +19,8 @@ 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