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

Improve Package Health #624

Merged
merged 3 commits into from May 10, 2022
Merged

Improve Package Health #624

merged 3 commits into from May 10, 2022

Commits on May 9, 2022

  1. Introduce Directory Build Properties File

    Split common build properties out into a "Directory.Build.props" file to
    avoid repetition across the project files.
    AdrianJSClark committed May 9, 2022
    Copy the full SHA
    7486d48 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    12d8e87 View commit details
    Browse the repository at this point in the history
  3. Include SourceLink Package

    Ensure that proper links back to the source code are able to be
    generated and embedded on build. This allows people to debug by
    referencing the source on GitHub, rather than needing to distribute a
    sources package.
    AdrianJSClark committed May 9, 2022
    Copy the full SHA
    821b241 View commit details
    Browse the repository at this point in the history