Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
102 stars 57 forks source link

Add AssemblyDescription to AssemblyVersionPatcher #85

Closed darsen closed 6 years ago

darsen commented 6 years ago

Add AssemblyDescription to fields that can be patched with the task, so that the description can be provided during build process. If .nuspec file is not used for generating the NuGet package, then the AssemblyDescription is used as a description of a NuGet package. The NuGet package description field is visible when browsing packages and it is important to understand why that particular version of a package was created.

darsen commented 6 years ago

Should be OK now.