File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
AutomaticInterface/AutomaticInterface Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2525 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2626 <EnableNETAnalyzers >True</EnableNETAnalyzers >
2727 <AnalysisLevel >latest-Recommended</AnalysisLevel >
28- <Version >5.1.0 </Version >
28+ <Version >5.1.1 </Version >
2929 <PackageReadmeFile >README.md</PackageReadmeFile >
3030 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
3131 <NoWarn >1701;1702;NU5128</NoWarn >
Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ Should be simply a build and run Tests
185185
186186## Changelog
187187
188+ ### 5.1.1
189+
190+ - Emit ` new() ` type constraints on generic type parameters; emit ` params ` keyword for method parameters. Thanks, @simonmckenzie !
191+
188192### 5.1.0
189193
190194- Improves inheritdoc so that developer documentation is properly referenced on the autogenerated interfaces. Thanks, CFlorell!
@@ -195,7 +199,7 @@ Should be simply a build and run Tests
195199
196200### 5.0.2
197201
198- - Fully qualify type references; remove usings . Thanks, @simonmckenzie !
202+ - Fully qualify type references; remove usings. Thanks, @simonmckenzie !
199203
200204### 5.0.1
201205
You can’t perform that action at this time.
0 commit comments