feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:31 +08:00
parent 4ed7a91c79
commit 9d66781ddf
8 changed files with 106 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="ShrinkSDK" value="https://git.crash.work/api/packages/ShrinkSDK/nuget/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>