babelshift/SteamWebAPI2

Add DocumentationFile to project file.

ShemJM opened this issue · 0 comments

Hi, thanks for this library it is quite useful.

Could you add the documentation file so that we can see the comments when using the package? I think all you need to do is add this property group to the project file

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DocumentationFile></DocumentationFile> </PropertyGroup>