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 25
25
<PackageLicenseExpression >MIT</PackageLicenseExpression >
26
26
<EnableNETAnalyzers >True</EnableNETAnalyzers >
27
27
<AnalysisLevel >latest-Recommended</AnalysisLevel >
28
- <Version >5.1.0 </Version >
28
+ <Version >5.1.1 </Version >
29
29
<PackageReadmeFile >README.md</PackageReadmeFile >
30
30
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
31
31
<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
185
185
186
186
## Changelog
187
187
188
+ ### 5.1.1
189
+
190
+ - Emit ` new() ` type constraints on generic type parameters; emit ` params ` keyword for method parameters. Thanks, @simonmckenzie !
191
+
188
192
### 5.1.0
189
193
190
194
- 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
195
199
196
200
### 5.0.2
197
201
198
- - Fully qualify type references; remove usings . Thanks, @simonmckenzie !
202
+ - Fully qualify type references; remove usings. Thanks, @simonmckenzie !
199
203
200
204
### 5.0.1
201
205
You can’t perform that action at this time.
0 commit comments