Merge pull request #285 from Cysharp/chore/xml

chore: add intellisense xml to nuget
This commit is contained in:
Yoshifumi Kawai
2021-07-27 06:26:56 +09:00
committed by GitHub

View File

@@ -5,6 +5,8 @@
<AssemblyName>UniTask</AssemblyName>
<LangVersion>8.0</LangVersion>
<RootNamespace>Cysharp.Threading.Tasks</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<!-- NuGet Packaging -->
<Id>UniTask</Id>