We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161277f commit 5c2872dCopy full SHA for 5c2872d
1 file changed
Box2dNet/Box2dNet.csproj
@@ -12,7 +12,9 @@
12
<PackageProjectUrl>https://github.com/thomasvt/Box2D3Net</PackageProjectUrl>
13
<PackageReadmeFile>README.md</PackageReadmeFile>
14
<RepositoryUrl>https://github.com/thomasvt/Box2D3Net</RepositoryUrl>
15
- <Version>3.1.3.0</Version>
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
16
+ <NoWarn>$(NoWarn);1591</NoWarn> <!-- suppress warnings for missing docs -->
17
+ <Version>3.1.4.0</Version>
18
</PropertyGroup>
19
20
<ItemGroup>
0 commit comments