Skip to content

Commit

Permalink
test: Bump the storage dependency version just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Jan 14, 2025
1 parent 550148d commit 629e298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Rest" />
<PackageReference Include="Google.Apis.Storage.v1" VersionOverride="[1.68.0.3431, 2.0.0.0)" />
<PackageReference Include="Google.Apis.Storage.v1" VersionOverride="[1.68.0.3627, 2.0.0.0)" />
</ItemGroup>
<ItemGroup>
<Compile Update="StorageClient.*.cs">
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5109,7 +5109,7 @@
"description": "Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.",
"dependencies": {
"Google.Api.Gax.Rest": "default",
"Google.Apis.Storage.v1": "1.68.0.3431"
"Google.Apis.Storage.v1": "1.68.0.3627"
},
"testDependencies": {
"Google.Api.Gax.Testing": "default",
Expand Down

0 comments on commit 629e298

Please sign in to comment.