GitHub user jasonwilliams200OK opened a pull request: https://github.com/apache/log4net/pull/31
Add packOptions The package produced by: ```sh cd log4net/netstandard/log4net dotnet restore dotnet pack -c Release ``` at `./bin/Release/log4net.3.0.0.nupkg` will have this metadata and upon `dotnet publish`, this will be reflected on the package page: https://www.nuget.org/packages/log4net/ (for example, currently there is no icon/image, after this change there will be the Apache logo). --- More info on packOptions and publishOptions can be found in project.json schema: https://github.com/SchemaStore/schemastore/blob/b24ea2f/src/schemas/json/project.json#L239. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jasonwilliams200OK/log4net trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/log4net/pull/31.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #31 ---- commit 01aa4bb3720554e29844b78c503ed0cf9efa0f7e Author: Peter Jas <nec...@yahoo.com> Date: 2016-08-20T14:55:41Z Add packOptions ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---