Skip to content

Commit 2d3a2fa

Browse files
v5.2.6
1 parent cc9adaf commit 2d3a2fa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

AutomaticInterface/AutomaticInterface/RegisterAttributesExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ namespace AutomaticInterface
2424
/// <summary>
2525
/// Use source generator to automatically create a Interface from this class
2626
/// </summary>
27-
/// <param name="namespaceName22">Namespace name for the generated interface. Defaults to the same namespace as the class.</param>
28-
/// <param name="interfaceName">Interface name for the generated interface. Defaults to an interface version of the class name, e.g ExampleClass -> IExampleClass.</param>
29-
/// <param name="asInternal">If true, the generated interface will be internal, otherwise public</param>
3027
[AttributeUsage(AttributeTargets.Class)]
3128
[global::System.CodeDom.Compiler.GeneratedCode("AutomaticInterface", "")]
3229
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]

README.md

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

189189
## Changelog
190190

191+
### 5.2.6
192+
193+
- Fix wrong documenation on interface for this library
194+
- Fix handling of parameters with default null. Thanks paramamue!
195+
191196
### 5.2.5
192197

193198
- Fix cref for methods with params. Thanks paramamue!

0 commit comments

Comments
 (0)