Recurso.BulkSMS 5.0.0

dotnet add package Recurso.BulkSMS --version 5.0.0
                    
NuGet\Install-Package Recurso.BulkSMS -Version 5.0.0
                    
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="Recurso.BulkSMS" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Recurso.BulkSMS" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Recurso.BulkSMS" />
                    
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 Recurso.BulkSMS --version 5.0.0
                    
#r "nuget: Recurso.BulkSMS, 5.0.0"
                    
#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 Recurso.BulkSMS@5.0.0
                    
#: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=Recurso.BulkSMS&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Recurso.BulkSMS&version=5.0.0
                    
Install as a Cake Tool

BulkSMS

BulkSMS is an open source .NET Standard library for sending SMSes using Bulk SMS. It is very simple to use. It is using RestSharp to make HTTP calls to the Bulk SMS API in the background.

How to use BulkSMS Library

Please check sample on how to use the library

Bulk SMS Account

If you don't have an account with Bulk SMS yet, you can signup for it on Bulk SMS website → https://www.bulksms.com/. They will give you some credits that you can use to test with.

This library will be extended in future to include other API calls currently not covered. These are the only API calls that I am making using Bulk SMS at the moment.

Nuget Installation Instructions

Library also available as a Nuget package.

To install it, simply run this command Install-Package Recurso.BulkSMS using Package Manager Console.

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
5.0.0 226 11/27/2025
4.0.3 1,168 11/13/2022
4.0.2 633 9/8/2021
4.0.1 684 2/2/2021
4.0.0 1,099 5/6/2020
3.2.0 772 2/6/2020
3.1.0 649 2/6/2020
3.0.0 701 1/22/2020
2.0.0 725 1/22/2020
1.2.0 742 12/15/2019
1.1.0 721 12/15/2019
1.0.0 740 12/15/2019

Updated Nuget packages