Skip to content

Commit 4f61661

Browse files
authored
Merge pull request #285 from Cysharp/chore/xml
chore: add intellisense xml to nuget
2 parents 6b1d2c2 + 26dbfa3 commit 4f61661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UniTask.NetCore/UniTask.NetCore.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<AssemblyName>UniTask</AssemblyName>
66
<LangVersion>8.0</LangVersion>
77
<RootNamespace>Cysharp.Threading.Tasks</RootNamespace>
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9+
<NoWarn>$(NoWarn);CS1591</NoWarn>
810

911
<!-- NuGet Packaging -->
1012
<Id>UniTask</Id>

0 commit comments

Comments
 (0)