You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by jasonwilliams200OK <gi...@git.apache.org> on 2016/08/20 15:05:05 UTC

[GitHub] log4net pull request #31: Add packOptions

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 <ne...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] log4net issue #31: Add packOptions

Posted by bodewig <gi...@git.apache.org>.
Github user bodewig commented on the issue:

    https://github.com/apache/log4net/pull/31
  
    The existing nuget package contains more versions than this one would pack. I currently plan to add packaging via the nuget command line utility based on https://github.com/cincuranet/log4net-nuget/blob/master/log4net.nuspec - which is the spec used for the existing package.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] log4net pull request #31: Add packOptions

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/log4net/pull/31


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---