Skip to content

Commit

Permalink
partial IApiEndpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Aug 12, 2024
1 parent e37d5b2 commit 912c169
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 @@ -63,7 +63,7 @@ private static void GenerateApiEndpoints(SourceProductionContext context, Immuta
namespace Snap.Hutao.Web.Endpoint.Hoyolab;
internal interface IApiEndpoints
internal partial interface IApiEndpoints
{
{{FillWithInterfaceMethods(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.13</version>
<version>1.1.14</version>
<authors>DGP Studio</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 912c169

Please sign in to comment.