Skip to content

Conversation

@rohit21agrawal
Copy link
Contributor

@rohit21agrawal rohit21agrawal commented Aug 14, 2017

Fixes: NuGet/Home#5374

Pack.targets sets the default value of Description property to "Package Description":

<Description Condition="'$(Description)'==''">Package Description</Description>

If the project doesn't set Description this default value ends up in its AssemblyDescriptionAttribute:

<AssemblyAttribute Include="System.Reflection.AssemblyDescriptionAttribute" Condition="'$(Description)' != '' and '$(GenerateAssemblyDescriptionAttribute)' == 'true'">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants