Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET Standard Library support #11

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 25, 2017

  1. Configuration menu
    Copy the full SHA
    2f228c6 View commit details
    Browse the repository at this point in the history
  2. Add NetStandard project

    LorenzCK committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    7f716a0 View commit details
    Browse the repository at this point in the history
  3. Normalized line endings in code files.

    Björn Bengtsson authored and LorenzCK committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ae6d7be View commit details
    Browse the repository at this point in the history
  4. Referenced NUnit via NuGet.

    Björn Bengtsson authored and LorenzCK committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ea7dec9 View commit details
    Browse the repository at this point in the history
  5. Slight improvement to the example.

    Björn Bengtsson authored and LorenzCK committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    05ebe5b View commit details
    Browse the repository at this point in the history
  6. Created a .nuspec for NuGet package generation.

    Björn Bengtsson authored and LorenzCK committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    6ef3b50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce6eea5 View commit details
    Browse the repository at this point in the history
  8. Remove Console output (also fixes errepi#8)

    Console output not supported by NetStandard and not good practice for a library. Prober classes now return a string with probing information.
    LorenzCK committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    9c3aac5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad5604c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f583d64 View commit details
    Browse the repository at this point in the history