Skip to content

Commit

Permalink
add well known namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Aug 12, 2024
1 parent 7b97e2f commit e37d5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ private static void GenerateApiEndpoints(SourceProductionContext context, Immuta
}

string source = $$"""
using Snap.Hutao.Web.Hoyolab;
namespace Snap.Hutao.Web.Endpoint.Hoyolab;
internal interface IApiEndpoints
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.12</version>
<version>1.1.13</version>
<authors>DGP Studio</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit e37d5b2

Please sign in to comment.