Skip to content

Commit 640a9bb

Browse files
committed
Increment package version, update changelog
1 parent 6e8c2d2 commit 640a9bb

2 files changed

Lines changed: 6 additions & 2 deletions

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.7</Version>
27+
<Version>6.0.0</Version>
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
2929
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3030
<NoWarn>1701;1702;NU5128</NoWarn>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,17 @@ Note that we use [Verify](https://github.com/VerifyTests/Verify) for testing. It
188188

189189
## Changelog
190190

191+
### 6.0.0
192+
193+
- Added feature to allow generated interfaces to reference other generated interfaces
194+
191195
### 5.2.7
192196

193197
- Fix nullable annotation for types with generics. Thanks paramamue
194198

195199
### 5.2.6
196200

197-
- Fix wrong documenation on interface for this library
201+
- Fix wrong documentation on interface for this library
198202
- Fix handling of parameters with default null. Thanks paramamue!
199203

200204
### 5.2.5

0 commit comments

Comments
 (0)