XmppSharp.Expat
1.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package XmppSharp.Expat --version 1.0.2
NuGet\Install-Package XmppSharp.Expat -Version 1.0.2
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="XmppSharp.Expat" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmppSharp.Expat --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XmppSharp.Expat, 1.0.2"
#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 XmppSharp.Expat as a Cake Addin #addin nuget:?package=XmppSharp.Expat&version=1.0.2 // Install XmppSharp.Expat as a Cake Tool #tool nuget:?package=XmppSharp.Expat&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XMPP# Expat
This package implements the Expat parser in Xmpp Sharp library.
Common Types
ExpatXmppParser
P/Invoking
The library expat-bindings
depends on native library libexpat
installed on your system. I've pre-compiled libexpat binaries in XMPP# repo. Check in github actions page.
Version History
1.0.0
- Initial Release
1.0.1
- Minor improvements.
- Better namespace handler (using namespace stack to track different XML scopes).
- All tests passing.
1.0.2
- Updated
expat-bindings
library to newer version. - Small code change
- All tests passing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- expat-bindings (>= 2.0.1)
- XmppSharp (>= 3.1.7)
-
net8.0
- expat-bindings (>= 2.0.1)
- XmppSharp (>= 3.1.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.