Skip to content

Commit 5c2872d

Browse files
committed
Inlcude member comments in nuget
1 parent 161277f commit 5c2872d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Box2dNet/Box2dNet.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<PackageProjectUrl>https://github.com/thomasvt/Box2D3Net</PackageProjectUrl>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<RepositoryUrl>https://github.com/thomasvt/Box2D3Net</RepositoryUrl>
15-
<Version>3.1.3.0</Version>
15+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
16+
<NoWarn>$(NoWarn);1591</NoWarn> <!-- suppress warnings for missing docs -->
17+
<Version>3.1.4.0</Version>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

0 commit comments

Comments
 (0)