Skip to content

Commit 6492ae4

Browse files
committed
chore: Update System.Collections.Immutable dependency (just by a patch)
Also, use the default version of System dependencies in more places.
1 parent 4e2ddc5 commit 6492ae4

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PackageVersion Include="Octokit" Version="14.0.0" />
3838
<PackageVersion Include="GitHubJwt" Version="0.0.6" />
3939
<PackageVersion Include="Mono.Cecil" Version="0.11.6" />
40-
<PackageVersion Include="System.Collections.Immutable" Version="6.0.0" />
40+
<PackageVersion Include="System.Collections.Immutable" Version="6.0.1" />
4141
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
4242
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" />
4343
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />

apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PackageReference Include="Google.Api.Gax.Grpc" />
1313
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
1414
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
15-
<PackageReference Include="System.Linq.Async" VersionOverride="6.0.1" />
15+
<PackageReference Include="System.Linq.Async" />
1616
</ItemGroup>
1717
</Project>

apis/Google.Cloud.Firestore/Google.Cloud.Firestore/Google.Cloud.Firestore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
1212
<ProjectReference Include="..\..\Google.Cloud.Firestore.V1\Google.Cloud.Firestore.V1\Google.Cloud.Firestore.V1.csproj" />
1313
<PackageReference Include="Grpc.Core" VersionOverride="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
14-
<PackageReference Include="System.Collections.Immutable" VersionOverride="6.0.0" />
15-
<PackageReference Include="System.Linq.Async" VersionOverride="6.0.1" />
14+
<PackageReference Include="System.Collections.Immutable" />
15+
<PackageReference Include="System.Linq.Async" />
1616
</ItemGroup>
1717
<ItemGroup>
1818
<Compile Update="Filter.*.cs">

apis/Google.Cloud.ModelArmor.V1/Google.Cloud.ModelArmor.V1/Google.Cloud.ModelArmor.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version>1.0.0-beta01</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<Description>Recommended Google client library to access the Model Armor API, helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.</Description>
7+
<Description>Recommended Google client library to access the Model Armor API (v1), which helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.</Description>
88
<PackageTags>ai;security;safety;llm;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>

apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Storage.V1.Ben
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Storage.V1.CleanTestData", "Google.Cloud.Storage.V1.CleanTestData\Google.Cloud.Storage.V1.CleanTestData.csproj", "{E5CFC6DB-DD72-6EEF-4471-EEADBAB10A89}"
1111
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Storage.V1.CreateCommonTestBucket", "Google.Cloud.Storage.V1.CreateCommonTestBucket\Google.Cloud.Storage.V1.CreateCommonTestBucket.csproj", "{66F2F785-F416-FB9B-D783-5A3111611B4A}"
13+
EndProject
1214
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Storage.V1.IntegrationTests", "Google.Cloud.Storage.V1.IntegrationTests\Google.Cloud.Storage.V1.IntegrationTests.csproj", "{80EF9685-9276-292E-0163-250553EDB6DB}"
1315
EndProject
1416
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Storage.V1.RetryConformanceTests", "Google.Cloud.Storage.V1.RetryConformanceTests\Google.Cloud.Storage.V1.RetryConformanceTests.csproj", "{C20E1ACE-940D-1B93-2BD0-268F2B08EBC8}"
@@ -39,6 +41,10 @@ Global
3941
{E5CFC6DB-DD72-6EEF-4471-EEADBAB10A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
4042
{E5CFC6DB-DD72-6EEF-4471-EEADBAB10A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
4143
{E5CFC6DB-DD72-6EEF-4471-EEADBAB10A89}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{66F2F785-F416-FB9B-D783-5A3111611B4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{66F2F785-F416-FB9B-D783-5A3111611B4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{66F2F785-F416-FB9B-D783-5A3111611B4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{66F2F785-F416-FB9B-D783-5A3111611B4A}.Release|Any CPU.Build.0 = Release|Any CPU
4248
{80EF9685-9276-292E-0163-250553EDB6DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4349
{80EF9685-9276-292E-0163-250553EDB6DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
4450
{80EF9685-9276-292E-0163-250553EDB6DB}.Release|Any CPU.ActiveCfg = Release|Any CPU

apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Talent.V4Beta1
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Talent.V4Beta1.GeneratedSnippets", "Google.Cloud.Talent.V4Beta1.GeneratedSnippets\Google.Cloud.Talent.V4Beta1.GeneratedSnippets.csproj", "{6B568303-551F-468A-88A7-CB336026B83C}"
1111
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Talent.V4Beta1.CleanTestData", "Google.Cloud.Talent.V4Beta1.CleanTestData\Google.Cloud.Talent.V4Beta1.CleanTestData.csproj", "{24311A7E-EE2E-497D-74C2-D807E68A0E56}"
13+
EndProject
1214
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.ClientTesting", "..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj", "{29974B0C-A7B0-8CA8-AE32-99F622C89044}"
1315
EndProject
1416
Global
@@ -29,6 +31,10 @@ Global
2931
{6B568303-551F-468A-88A7-CB336026B83C}.Debug|Any CPU.Build.0 = Debug|Any CPU
3032
{6B568303-551F-468A-88A7-CB336026B83C}.Release|Any CPU.ActiveCfg = Release|Any CPU
3133
{6B568303-551F-468A-88A7-CB336026B83C}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{24311A7E-EE2E-497D-74C2-D807E68A0E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{24311A7E-EE2E-497D-74C2-D807E68A0E56}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{24311A7E-EE2E-497D-74C2-D807E68A0E56}.Release|Any CPU.ActiveCfg = Release|Any CPU
37+
{24311A7E-EE2E-497D-74C2-D807E68A0E56}.Release|Any CPU.Build.0 = Release|Any CPU
3238
{29974B0C-A7B0-8CA8-AE32-99F622C89044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3339
{29974B0C-A7B0-8CA8-AE32-99F622C89044}.Debug|Any CPU.Build.0 = Debug|Any CPU
3440
{29974B0C-A7B0-8CA8-AE32-99F622C89044}.Release|Any CPU.ActiveCfg = Release|Any CPU

generator-input/apis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@
19741974
],
19751975
"dependencies": {
19761976
"Google.LongRunning": "3.3.0",
1977-
"System.Linq.Async": "6.0.1"
1977+
"System.Linq.Async": "default"
19781978
},
19791979
"testDependencies": {
19801980
"Google.Api.Gax.Grpc.Testing": "default",
@@ -2663,8 +2663,8 @@
26632663
"dependencies": {
26642664
"Google.Cloud.Firestore.V1": "project",
26652665
"Grpc.Core": "2.46.6",
2666-
"System.Collections.Immutable": "6.0.0",
2667-
"System.Linq.Async": "6.0.1"
2666+
"System.Collections.Immutable": "default",
2667+
"System.Linq.Async": "default"
26682668
},
26692669
"testDependencies": {
26702670
"Google.Api.Gax.Grpc.Testing": "default",

0 commit comments

Comments
 (0)