Skip to content

Commit

Permalink
fixup inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Aug 12, 2024
1 parent 2107df8 commit 7b316c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ internal interface IApiEndpoints
{{FillWithInterfaceMethods(apis)}}
}
internal abstract class ApiEndpointsImplmentationForChinese
internal abstract class ApiEndpointsImplmentationForChinese : IApiEndpoints
{
{{FillWithChineseMethods(apis)}}
}
internal abstract class ApiEndpointsImplmentationForOversea
internal abstract class ApiEndpointsImplmentationForOversea : IApiEndpoints
{
{{FillWithOverseaMethods(apis)}}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Snap.Hutao.SourceGeneration</id>
<version>1.1.10</version>
<version>1.1.11</version>
<authors>DGP Studio</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 7b316c2

Please sign in to comment.