Skip to content

Commit b775b02

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): Update gapic-generator-csharp to 1.4.7
chore(bazel): Update gapic-generator-csharp-gaxv3 to 1.3.20 Changes include: fix: set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 Committer: @viacheslav-rostovtsev PiperOrigin-RevId: 468543159
1 parent a58a6d7 commit b775b02

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ http_archive(
374374
urls = ["https://github.com/googleapis/gax-dotnet/archive/refs/tags/%s.tar.gz" % _gax_dotnet_version],
375375
)
376376

377-
_gapic_generator_csharp_version = "1.4.6"
377+
_gapic_generator_csharp_version = "1.4.7"
378378

379-
_gapic_generator_csharp_sha256 = "2fc66b40592243b8d58646a5c790731e8bf0e244bbeeaad3c98c020b90c0fc62"
379+
_gapic_generator_csharp_sha256 = "cb75b2e12a56485c63c25f9de29d80a82710168a19b44f267a5739427eb7fc24"
380380

381381
http_archive(
382382
name = "gapic_generator_csharp",
@@ -393,9 +393,9 @@ gapic_generator_csharp_repositories()
393393
# do not want to move immediately to GAX v4 when it comes out (e.g. Ads) are
394394
# able to stick with the GAX-v3-based generator.
395395

396-
_gapic_generator_csharp_gax_v3_version = "1.3.19"
396+
_gapic_generator_csharp_gax_v3_version = "1.3.20"
397397

398-
_gapic_generator_csharp_gax_v3_sha256 = "0e624db75f11a4d8ca1f8cc5c619c143be312aef892f76fc94695f9723a9c1e9"
398+
_gapic_generator_csharp_gax_v3_sha256 = "20cacae7641c51eda434adb1279716030def82c2617f4d3507ba56478ff879f9"
399399

400400
http_archive(
401401
name = "gapic_generator_csharp_gax_v3",

0 commit comments

Comments
 (0)