StoneSteps.SQLite.VS2022.Static 3.43.2.1

dotnet add package StoneSteps.SQLite.VS2022.Static --version 3.43.2.1
NuGet\Install-Package StoneSteps.SQLite.VS2022.Static -Version 3.43.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StoneSteps.SQLite.VS2022.Static" Version="3.43.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StoneSteps.SQLite.VS2022.Static --version 3.43.2.1
#r "nuget: StoneSteps.SQLite.VS2022.Static, 3.43.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StoneSteps.SQLite.VS2022.Static as a Cake Addin
#addin nuget:?package=StoneSteps.SQLite.VS2022.Static&version=3.43.2.1

// Install StoneSteps.SQLite.VS2022.Static as a Cake Tool
#tool nuget:?package=StoneSteps.SQLite.VS2022.Static&version=3.43.2.1

This package contains static SQLite libraries and header files for the x64 platform, built with Visual C++ 2022, against Debug/Release MT/DLL MSVC CRT.

The SQLite static libraries from this package will appear within the installation target project after the package is installed. The solution may need to be reloaded to make libraries visible. Both, debug and release libraries will be listed in the project, but only the one appropriate for the currently selected configuration will be included in the build. These libraries may be moved into solution folders after the installation (e.g. lib/Debug and lib/Release).

Note that the SQLite library path in this package will be selected as Debug or Release based on whether the selected configuration is designated as a development or as a release configuration via the standard Visual Studio property called UseDebugLibraries. Additional configurations copied from the standard ones will inherit this property.

Do not install this package if your projects use debug configurations without UseDebugLibraries. Note that CMake-generated Visual Studio projects will not emit this property.

See project repository for more information.

https://github.com/StoneStepsInc/sqlite-nuget

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.43.2.1 866 10/25/2023
3.43.0.2 764 10/15/2023
3.43.0.1 914 9/16/2023
3.39.4.1 1,194 10/30/2022

Package Notes:

 * Static libraries for x64 platform
 * Built in Visual C++ 2022, against Debug/Release MT/DLL MSVC CRT
 * with SQLITE_ENABLE_MATH_FUNCTIONS
 * Static libraries in this package are not injected into static library projects

SQLite 3.43.0 Release Notes:

https://www.sqlite.org/releaselog/3_43_0.html