Skip to content

Commit 16a708f

Browse files
committed
Merge branch 'main' into renovate/nunit-4.x
2 parents 59f14cb + 2e03994 commit 16a708f

File tree

8 files changed

+21
-12
lines changed

8 files changed

+21
-12
lines changed

.github/workflows/ado-net-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
dotnet-version: ['8.0.x', '9.0.x']
14-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout code

Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.23" PrivateAssets="All"/>
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.23"/>
2626
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.23"/>
27-
<PackageReference Include="OpenTelemetry.Api" Version="1.14.0"/>
27+
<PackageReference Include="OpenTelemetry.Api" Version="1.15.0"/>
2828
<PackageReference Include="System.Text.Json" Version="8.0.6"/>
2929
</ItemGroup>
3030

spanner-ado-net/spanner-ado-net-benchmarks/spanner-ado-net-benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Alpha.Google.Cloud.Spanner.DataProvider" Version="1.0.0-alpha.20251217172149" />
1616
<PackageReference Include="Google.Cloud.Monitoring.V3" Version="3.16.0" />
1717
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.12.0" />
18-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
18+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

spanner-ado-net/spanner-ado-net-samples-tests/spanner-ado-net-samples-tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.MockServer" Version="1.0.0-alpha.20260116144609" />
17+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.MockServer" Version="1.0.0-alpha.20260121173057" />
1818
<PackageReference Include="coverlet.collector" Version="6.0.4">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
2323
<PackageReference Include="NUnit" Version="4.4.0"/>
2424
<PackageReference Include="NUnit.Analyzers" Version="4.2.0" />
25-
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
25+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0"/>
2626
</ItemGroup>
2727

2828
<ItemGroup>

spanner-ado-net/spanner-ado-net-specification-tests/spanner-ado-net-specification-tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="AdoNet.Specification.Tests" Version="2.0.0-beta.2" />
18-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.MockServer" Version="1.0.0-alpha.20260116144609" />
18+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.MockServer" Version="1.0.0-alpha.20260121173057" />
1919
<PackageReference Include="coverlet.collector" Version="6.0.4">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

spanner-ado-net/spanner-ado-net-tests/spanner-ado-net-tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.MockServer" Version="1.0.0-alpha.20260116144609" />
17+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.MockServer" Version="1.0.0-alpha.20260121173057" />
1818
<PackageReference Include="coverlet.collector" Version="6.0.4">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
2323
<PackageReference Include="NUnit" Version="4.4.0"/>
2424
<PackageReference Include="NUnit.Analyzers" Version="4.2.0" />
25-
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
25+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0"/>
2626
</ItemGroup>
2727

2828
<ItemGroup>

spanner-ado-net/spanner-ado-net/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ __ALPHA: This library is still in development. It is not yet ready for productio
55
ADO.NET Data Provider for Spanner. This library implements the standard ADO.NET interfaces and classes
66
and exposes an API that is similar to ADO.NET data providers for other relational database systems.
77

8+
## Supported Platforms
9+
10+
This driver uses a native library for communication with Spanner. This library supports the following operating
11+
systems and architectures:
12+
- linux-x64
13+
- linux-arm64
14+
- osx-arm64
15+
- win-x64
16+
817
## Usage
918

1019
Create a connection string using a `SpannerConnectionStringBuilder`:

spanner-ado-net/spanner-ado-net/spanner-ado-net.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib" Version="1.0.0-alpha.20260120140640" />
23-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.Grpc.V1" Version="1.0.0-alpha.20260120140640" />
24-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.GrpcImpl" Version="1.0.0-alpha.20260120140640" />
25-
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.NativeImpl" Version="1.0.0-alpha.20260120140640" />
22+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib" Version="1.0.0-alpha.20260121173057" />
23+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.Grpc.V1" Version="1.0.0-alpha.20260121173057" />
24+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.GrpcImpl" Version="1.0.0-alpha.20260121173057" />
25+
<PackageReference Include="Alpha.Google.Cloud.SpannerLib.NativeImpl" Version="1.0.0-alpha.20260121173057" />
2626
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)