Skip to content

Commit 5188979

Browse files
v5.2.0
1 parent 8976723 commit 5188979

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.4</Version>
28+
<Version>5.2.0</Version>
2929
<PackageReadmeFile>README.md</PackageReadmeFile>
3030
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3131
<NoWarn>1701;1702;NU5128</NoWarn>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ Please make sure that you run [CSharpier](https://csharpier.com/) on the code fo
178178
- avtc for PR
179179
- crwsolutions for PRs
180180
- FinnAngelo for PR
181+
- mtren for PR
181182

182183
## Run tests
183184

@@ -186,6 +187,10 @@ Note that we use [Verify](https://github.com/VerifyTests/Verify) for testing. It
186187

187188
## Changelog
188189

190+
### 5.2.0
191+
192+
- Allow internal interfaces. Thanks mtren!
193+
189194
### 5.1.4
190195

191196
- Emit fully qualified type constraints on generic interfaces

0 commit comments

Comments
 (0)