You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by moljac <gi...@git.apache.org> on 2017/12/08 23:14:16 UTC

[GitHub] avro pull request #261: Master based dotnet standard

GitHub user moljac opened a pull request:

    https://github.com/apache/avro/pull/261

    Master based dotnet standard

    .NET Standard support
    
    https://issues.apache.org/jira/browse/AVRO-2112


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/moljac/avro master-based-dotnet-standard

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/261.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 #261
    
----
commit 8a6d8c9645bc63e735acd44f2d8b48a364a7c194
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-07T22:21:46Z

    libraries removed - switch to package use

commit 09484815cdd5e5b323f749a2312cb73c3228aff7
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-07T22:23:06Z

    gitgnore for newer files

commit 2a7922a5711395e603489d067d79f55c9175ef1d
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-07T22:24:01Z

    restructuring

commit 3390de9d76df288a0405995f9c49b45c8f8c10d8
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-07T22:24:28Z

    Avro perf app in dotnet core

commit 0b40760629676816845ecba3ff079604c49f2109
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-07T22:25:03Z

    Avro perf app in std netfx

commit 1fbb2ec120761bba501bc02e32377b0b20247a35
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-07T22:25:23Z

    test project packages

commit 891e5d6c707761407627b0934d8cb354cf40657e
Author: Miljenko Cvjetko moljac <mc...@holisticware.net>
Date:   2017-12-08T14:22:05Z

    gitignore for MacOSX temp files

----


---