Vorn.Caas.Client 9.1.2

dotnet add package Vorn.Caas.Client --version 9.1.2
                    
NuGet\Install-Package Vorn.Caas.Client -Version 9.1.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="Vorn.Caas.Client" Version="9.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vorn.Caas.Client" Version="9.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Vorn.Caas.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Vorn.Caas.Client --version 9.1.2
                    
#r "nuget: Vorn.Caas.Client, 9.1.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.
#:package Vorn.Caas.Client@9.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Vorn.Caas.Client&version=9.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Vorn.Caas.Client&version=9.1.2
                    
Install as a Cake Tool

Vorn.Caas.Client

Client SDK for sending email and SMS via the Vorn CAAS (Content as a Service).

Prerequisites

  • .NET 8 SDK

Installation

Add the package or project reference:

dotnet add package Vorn.Caas.Client

Or reference the project in your solution.

Configuration

Use the Caas configuration section or AddCaasClient to provide BaseAddress, DefaultSender, and Timeout.

Usage

  • Register with builder.Services.AddCaasClient(...).
  • Inject IMessageClient and call SendEmailAsync, SendSmsAsync, or SendSmsCodeAsync. SendSmsAsync returns an SmsSendResult containing the provider-agnostic message identifier, pack ID, pricing, and metadata.
  • Use GetSmsDeliveryStateAsync to poll for delivery updates when required; it returns an SmsDeliveryState with recipient, delivery timestamps, status code, and provider metadata.

Development and testing

  • Target: .NET 8
  • Mock IMessageClient or HttpMessageHandler for unit tests; integration tests can run against a test CAAS API.

Contributing

Open issues and PRs against main. Follow the repository contribution guidelines.

License

See repository LICENSE file.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.1.2 360 11/16/2025
9.1.1 242 11/15/2025
9.1.0 244 11/15/2025
9.0.2 341 11/10/2025
9.0.1 235 11/9/2025
9.0.0 274 11/5/2025
8.9.7 294 11/30/2025
8.9.6 279 11/30/2025
8.9.5 280 11/30/2025
8.9.4 164 11/29/2025
8.9.3 161 11/29/2025
8.9.2 206 11/23/2025
8.9.1 210 11/23/2025
8.9.0 283 11/9/2025
8.8.0 276 11/2/2025
8.7.1 272 10/29/2025
8.7.0 286 10/27/2025
8.6.2 258 10/27/2025
8.6.1 245 10/25/2025
8.6.0 220 10/25/2025
Loading failed