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

feat: Include protos in the Google.Api.CommonProtos package #729

Merged
merged 3 commits into from
Oct 11, 2023

Commits on Oct 5, 2023

  1. feat: Keep a copy of common protos within Google.Api.CommonProtos/protos

    This commit separates out "update the protos" from "generate the protos".
    Later commits will add the protos themselves, along with handling in terms of build/packaging.
    jskeet committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bce94a0 View commit details
    Browse the repository at this point in the history
  2. chore: Add fetched common protos

    (These are the same ones as in the current release of Google.Api.CommonProtos. Regeneration creates no changes.)
    jskeet committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a414f64 View commit details
    Browse the repository at this point in the history
  3. feat: Pack protos in NuGet package for Google.Api.CommonProtos

    Additionally, add msbuild support so that the common protos will be
    used implicitly by Grpc.Tools if IncludeGoogleApiCommonProtos is set to true.
    jskeet committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bba3bab View commit details
    Browse the repository at this point in the history