StoneSteps.Expat.VS2022.Static 2.5.0.4

dotnet add package StoneSteps.Expat.VS2022.Static --version 2.5.0.4
NuGet\Install-Package StoneSteps.Expat.VS2022.Static -Version 2.5.0.4
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.Expat.VS2022.Static" Version="2.5.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StoneSteps.Expat.VS2022.Static --version 2.5.0.4
#r "nuget: StoneSteps.Expat.VS2022.Static, 2.5.0.4"
#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.Expat.VS2022.Static as a Cake Addin
#addin nuget:?package=StoneSteps.Expat.VS2022.Static&version=2.5.0.4

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

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

The Expat 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 Expat 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.

Expat libraries in this package are built with narrow character support only and cannot parse XML documents maintained as wide character strings.

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 (1)

Showing the top 1 NuGet packages that depend on StoneSteps.Expat.VS2022.Static:

Package Downloads
StoneSteps.Exiv2.VS2022.Static

Exiv2 is a C++ library to read, write, delete and modify EXIF image metadata.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0.4 459 10/25/2023
2.5.0.3 185 10/15/2023
2.5.0.2 1,258 11/6/2022

Package Notes:

 * Static libraries for Debug/Release configurations, x64 platform
 * Built in Visual C++ 2022, against Debug/Release MT/DLL MSVC CRT
 * Built with narrow character support only.
 * Static libraries in this package are not injected into static library projects
 * Debug and Release libraries are included in build based on UseDebugLibraries

See Expat release notes for details:

https://github.com/libexpat/libexpat/releases/tag/R_2_5_0