ChannelAdam.Nancy.Soap
1.3.1
See the version list below for details.
dotnet add package ChannelAdam.Nancy.Soap --version 1.3.1
NuGet\Install-Package ChannelAdam.Nancy.Soap -Version 1.3.1
<PackageReference Include="ChannelAdam.Nancy.Soap" Version="1.3.1" />
paket add ChannelAdam.Nancy.Soap --version 1.3.1
#r "nuget: ChannelAdam.Nancy.Soap, 1.3.1"
// Install ChannelAdam.Nancy.Soap as a Cake Addin #addin nuget:?package=ChannelAdam.Nancy.Soap&version=1.3.1 // Install ChannelAdam.Nancy.Soap as a Cake Tool #tool nuget:?package=ChannelAdam.Nancy.Soap&version=1.3.1
A library of helpers and extensions for working with SOAP payloads in the Nancy web framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ChannelAdam.Nancy (>= 1.0.0)
- ChannelAdam.Soap (>= 1.0.3)
- Polly (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.3.1 - Catch exception that can occur when trying to parse request body while looking for SOAP action.
1.3.0 - Target .NET 4.0 instead of 4.0.3 and updated to latest ChannelAdam.Core and ChannelAdam.Soap.
1.2.0 - Changed signature of INancySoapAdapter.ProcessRequest to return a Nancy Response instead of dynamic.
1.1.0 - Added NancySoapAdapter for defining routes and processing SOAP actions.
1.0.0 - Initial release.