Skip to content

Commit

Permalink
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#44022)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Oct 10, 2024
2 parents abee3fb + 6a9dff5 commit 52e6013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static string InvokeNativeCodeAndReturnAString()
case "'osx.10.15-x64'":
case "'osx.11.0-x64'":
case "'osx.12-x64'":
case "'osx.13-x64'":
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
case "'win10-x64'":
case "'win10-x86'":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static string InvokeNativeCodeAndReturnAString()
case "'osx.10.15-x64'":
case "'osx.11.0-x64'":
case "'osx.12-x64'":
case "'osx.13-x64'":
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
case "'win10-x64'":
case "'win10-x86'":
Expand Down

0 comments on commit 52e6013

Please sign in to comment.