Skip to content

Releases: Horizon0156/XmlRpc

Horizon.XmlRpc 2.5.2

12 Sep 20:26
0708a1d
Compare
Choose a tag to compare
  • Updated library to target .NET Standard 2.1
  • Updated demos to .NET 8
  • Removed ASP.NET wrapper to have a more static library relying on .NET Standard only
  • Fix anchor link, thanks @aberus
  • Update project files and packet versions, thanks @Dethernal
  • Replace HttpWebRequest with HttpClient, thanks @Dethernal
  • Fix response stream handling when logging, thanks @albertschulz

Horizon.XmlRpc 2.5.0

01 Feb 17:33
8180732
Compare
Choose a tag to compare

This is the first release of the XML-RPC port. It holds the same version than the underlying XML-RPC version and targets .NET Standard 2.0

Ported Components

  • Core compionents (Attributes, Serializer, etc.)
  • XmlRpcProxyGen Client
  • XmlRpcListenerService as a simple server component

Added components

  • ASP.NET Core integration which allows to map multiple services by a using an extended RouterBuilder

Nuget packages are available for download and hosted on nuget.org