Blacksmith 1.4.1
dotnet add package Blacksmith --version 1.4.1
NuGet\Install-Package Blacksmith -Version 1.4.1
<PackageReference Include="Blacksmith" Version="1.4.1" />
paket add Blacksmith --version 1.4.1
#r "nuget: Blacksmith, 1.4.1"
// Install Blacksmith as a Cake Addin #addin nuget:?package=Blacksmith&version=1.4.1 // Install Blacksmith as a Cake Tool #tool nuget:?package=Blacksmith&version=1.4.1
An opinionated IronMQ client for .Net developers. We take care of the flow, you take care of the Go.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 5.0.6)
GitHub repositories
This package is not used by any popular GitHub repositories.
- 1.4.1 added error queue settings
-1.4.0 more interfaces and virtual methods for unit testing purposes.
-1.3.2 more changes to make queue names configurable :)
-1.3.1 fixed issue with queue names
-1.3.0 upgraded to latest JSON.NET (5.0.6) and added ability to enter queue names in configuration wrapper.
- 1.2.1 add the ability to optionally set fixed queue name in app.config
- 1.1.0 introduces ways to get queue size and update queue programmatically.
- 1.0.1 introduces Queue empty methods and next no longer returns null.