feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:36 +08:00
parent 088a8f9606
commit 06ce2b7188
8 changed files with 113 additions and 3 deletions
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<AssemblyName>ShrinkContext.EventBusAdapter.Runtime</AssemblyName>
<RootNamespace>ShrinkContext.EventBusAdapter</RootNamespace>
<PackageId>ShrinkSDK.Context.EventBusAdapter</PackageId>
<Version>0.2.0</Version>
<Description>ShrinkContext reversible EventBus subscription effects.</Description>
<ShrinkCodeGenEnabled>false</ShrinkCodeGenEnabled>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Runtime\*.cs" />
<PackageReference Include="UniTask" Version="2.5.10" />
<PackageReference Include="ShrinkSDK.Context.Core" Version="0.2.0" />
<PackageReference Include="ShrinkSDK.EventBus" Version="2.1.0" />
</ItemGroup>
</Project>