This is an automated email from the ASF dual-hosted git repository.

curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 925735493 chore(csharp): bump DuckDB.NET.Bindings.Full from 0.10.3 to 
1.0.0 in /csharp (#1901)
925735493 is described below

commit 925735493ab4086afa3b52171649e5cffee90f30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 15:27:12 2024 -0700

    chore(csharp): bump DuckDB.NET.Bindings.Full from 0.10.3 to 1.0.0 in 
/csharp (#1901)
    
    Bumps [DuckDB.NET.Bindings.Full](https://github.com/Giorgi/DuckDB.NET)
    from 0.10.3 to 1.0.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/9fce699036663d46f0296414a896725ea1d2f485";><code>9fce699</code></a>
    Release notes for 1.0.0</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/c7999c3edc21c11df6dbc8d04709de1b448b8b2f";><code>c7999c3</code></a>
    Update to DuckDB v1.0.0</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/80ce9b431adb1997bd28bee549e5c3226084df51";><code>80ce9b4</code></a>
    HugeInt and Interval tests</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/9d90fa07753264e6bfb7cf7832cc54eea9ade06c";><code>9d90fa0</code></a>
    Added list writer test cases.</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/4f22291bd3979c6413b23331d2d77584a30066f6";><code>4f22291</code></a>
    Remove extra null check.</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/a70c5805f8ef841eea599eaa6650803b178cf411";><code>a70c580</code></a>
    Merge branch 'Appender-Data-Chunk' into develop</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/1fa8ed5f820be7d1d9ae344bfe2afa9275c0b4af";><code>1fa8ed5</code></a>
    Add float and double list support</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/38d1ac62985b8b2bc346700233d47eda25dc1d5d";><code>38d1ac6</code></a>
    Replace existing table in tests</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/de8ede73547e726eb3f0ecdb02f313e020557959";><code>de8ede7</code></a>
    Fix table conflict</li>
    <li><a
    
href="https://github.com/Giorgi/DuckDB.NET/commit/b917185aecb5e4c1ee9137ce09aed8bfe530e1b5";><code>b917185</code></a>
    Add test cases for list and array</li>
    <li>Additional commits viewable in <a
    href="https://github.com/Giorgi/DuckDB.NET/compare/0.10.3...1.0.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DuckDB.NET.Bindings.Full&package-manager=nuget&previous-version=0.10.3&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj 
b/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
index b274ab506..519b6c3f5 100644
--- a/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
+++ b/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
@@ -17,7 +17,7 @@
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; 
analyzers</IncludeAssets>
     </PackageReference>
-    <PackageReference Include="DuckDB.NET.Bindings.Full" Version="0.10.3" 
GeneratePathProperty="true" />
+    <PackageReference Include="DuckDB.NET.Bindings.Full" Version="1.0.0" 
GeneratePathProperty="true" />
   </ItemGroup>
 
   <ItemGroup>

Reply via email to