Skip to content

Commit

Permalink
update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles DE VANDIERE committed Nov 18, 2019
1 parent 2dd58f6 commit 5243562
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/XMLDoc2Markdown/XMLDoc2Markdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ToolCommandName>xmldoc2md</ToolCommandName>
<ToolCommandName>xmldoc2md</ToolCommandName>
<PackAsTool>true</PackAsTool>
<IsPackable>true</IsPackable>
<IsPackable>true</IsPackable>
<Authors>Charles de Vandière</Authors>
<Description>Tool to generate markdown from C# XML documentation.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/charlesdevandiere/xmldoc2md</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5243562

Please sign in to comment.