StoneSteps.SQLite.VS2022.Static 3.43.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package StoneSteps.SQLite.VS2022.Static --version 3.43.0.1
NuGet\Install-Package StoneSteps.SQLite.VS2022.Static -Version 3.43.0.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.0.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.0.1
#r "nuget: StoneSteps.SQLite.VS2022.Static, 3.43.0.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.0.1

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

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

The SQLite static library appropriate for the platform and configuration selected in a Visual Studio solution is explicitly referenced within this package and will appear within the solution folder tree after the package is installed. The solution may need to be reloaded to make the library file visible. This library may be moved into any solution folder after the installation.

Note that the SQLite library path in this package will be selected as Debug or Release based on whether the active configuration is designated as a development or as a release configuration in the underlying .vcxproj file.

Specifically, the initial project configurations have a property called UseDebugLibraries in the underlying .vcxproj file, which reflects whether the configuration is intended for building release or development artifacts. Additional configurations copied from these initial ones inherit this property. Manually created configurations should have this property defined in the .vcxproj file.

Do not install this package if your projects use configurations without the UseDebugLibraries 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 939 10/25/2023
3.43.0.2 833 10/15/2023
3.43.0.1 981 9/16/2023
3.39.4.1 1,280 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

SQLite 3.43.0 Release Notes:

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