From e63dba13501a57c9afd77a1cde528b4b12452557 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:37:09 +0900 Subject: [PATCH] chore: add README.md to nuget package --- Directory.Build.props | 24 +++++++++++++++++++++ src/UniTask.NetCore/Icon.png => Icon.png | Bin src/UniTask.NetCore/UniTask.NetCore.csproj | 14 ------------ 3 files changed, 24 insertions(+), 14 deletions(-) create mode 100644 Directory.Build.props rename src/UniTask.NetCore/Icon.png => Icon.png (100%) diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..fe6aa5b --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,24 @@ + + + + 13 + + + $(Version) + Cysharp + Cysharp + © Cysharp, Inc. + task;async + https://github.com/Cysharp/UniTask + README.md + $(PackageProjectUrl) + git + MIT + Icon.png + + + + + + + diff --git a/src/UniTask.NetCore/Icon.png b/Icon.png similarity index 100% rename from src/UniTask.NetCore/Icon.png rename to Icon.png diff --git a/src/UniTask.NetCore/UniTask.NetCore.csproj b/src/UniTask.NetCore/UniTask.NetCore.csproj index b794135..12feb32 100644 --- a/src/UniTask.NetCore/UniTask.NetCore.csproj +++ b/src/UniTask.NetCore/UniTask.NetCore.csproj @@ -11,26 +11,12 @@ UniTask - $(Version) - Cysharp - Cysharp - © Cysharp, Inc. - task;async Provides an efficient async/await integration to Unity and .NET Core. - https://github.com/Cysharp/UniTask - $(PackageProjectUrl) - git - MIT - Icon.png true opensource.snk true - - - -