From 4194c5b75887d24a2e1d2597be637774cdfae9c6 Mon Sep 17 00:00:00 2001 From: Ryan Crosby Date: Wed, 6 Dec 2017 18:43:37 +1100 Subject: [PATCH] Include XML documentation in build output --- FormatWith/FormatWith.csproj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FormatWith/FormatWith.csproj b/FormatWith/FormatWith.csproj index 5e21b1a..4480067 100644 --- a/FormatWith/FormatWith.csproj +++ b/FormatWith/FormatWith.csproj @@ -1,4 +1,5 @@ + netstandard2.0 FormatWith @@ -23,6 +24,15 @@ true https://github.com/crozone/FormatWith git - Added handler overload to FormatWith and FormattableWith. + Include XML documentation in package. + + + bin\Debug\netstandard2.0\FormatWith.xml + + + + bin\Release\netstandard2.0\FormatWith.xml + +