Skip to content

Commit

Permalink
Make deconstruct extension public
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Apr 22, 2024
1 parent 1e117eb commit 485fdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ p is
NamespaceDeclaration(ParseName(attr.Namespace))
.AddMembers(
ClassDeclaration("DeconstructIndexableExtension")
.AddModifiers(SyntaxKind.StaticKeyword, SyntaxKind.PartialKeyword)
.AddModifiers(SyntaxKind.PublicKeyword, SyntaxKind.StaticKeyword, SyntaxKind.PartialKeyword)
.AddMembers(
[
..Deconstructs(global + typeof(IList<>).QualifiedFullName(),
Expand Down
2 changes: 1 addition & 1 deletion src/Antelcat.AutoGen/Antelcat.AutoGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IsPackable>true</IsPackable>
<LangVersion>preview</LangVersion>

<Version>1.0.0</Version>
<Version>1.0.1</Version>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>

Expand Down

0 comments on commit 485fdc4

Please sign in to comment.