StoneSteps.Expat.VS2022.Static 2.5.0.3

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

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

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 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, except for static library projects. 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 Expat 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 confiration 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 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 472 10/25/2023
2.5.0.3 187 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

See Expat release notes for details:

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