Skip to content

Commit b978bae

Browse files
committed
Increment the package version; update changelog
1 parent 147cd5e commit b978bae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)