We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9717bc5 commit 68f2c27Copy full SHA for 68f2c27
1 file changed
DuckDB.NET.Bindings/Bindings.csproj
@@ -11,7 +11,7 @@
11
</PackageReleaseNotes>
12
<RootNamespace>DuckDB.NET.Native</RootNamespace>
13
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
14
- <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.5.1</DuckDbArtifactRoot>
+ <DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.5.2</DuckDbArtifactRoot>
15
<SignAssembly>True</SignAssembly>
16
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
17
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
0 commit comments