Skip to content

Commit 50a1ef0

Browse files
v5.2.5
1 parent bbcfa3f commit 50a1ef0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2525
<EnableNETAnalyzers>True</EnableNETAnalyzers>
2626
<AnalysisLevel>latest-Recommended</AnalysisLevel>
27-
<Version>5.2.4</Version>
27+
<Version>5.2.5</Version>
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
2929
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3030
<NoWarn>1701;1702;NU5128</NoWarn>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ Note that we use [Verify](https://github.com/VerifyTests/Verify) for testing. It
188188

189189
## Changelog
190190

191+
### 5.2.5
192+
193+
- Fix cref for methods with params. Thanks paramamue!
194+
191195
### 5.2.4
192196

193197
- feat: Exclude generated attributes from code coverage. Thanks skarllot!

0 commit comments

Comments
 (0)