Carrot 1.2.1

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

Carrot is a .NET lightweight library that provides a couple of facilities over RabbitMQ.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Carrot:

Package Downloads
Carrot.log4net

a facility which enables log4net capabilities.

Carrot.NLog

a facility which enables NLog capabilities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 3,039 11/12/2020
1.2.0 617 8/18/2020
1.1.1 1,984 8/8/2019
1.1.0 1,549 8/8/2019
1.0.1 1,578 7/18/2019
1.0.0 2,382 8/9/2018
0.2.293-alpha 1,392 8/8/2018
0.1.281-alpha 1,797 10/13/2017
0.1.278-alpha 1,354 8/25/2017
0.1.276-alpha 2,851 7/12/2016
0.0.275-alpha 1,511 7/12/2016
0.0.270-alpha 2,464 5/26/2016
0.0.264-alpha 2,423 2/5/2016
0.0.238-alpha 1,706 1/14/2016
0.0.235-alpha 1,552 12/22/2015
0.0.209-alpha 1,539 11/27/2015
0.0.208-alpha 1,559 11/27/2015
0.0.181-alpha 1,440 11/17/2015
0.0.170-alpha 1,168 11/16/2015
0.0.165-alpha 1,185 11/12/2015
0.0.164-alpha 1,155 11/5/2015
0.0.162-alpha 1,151 11/5/2015
0.0.156-alpha 1,158 11/5/2015
0.0.150-alpha 1,154 11/5/2015
0.0.128-alpha 1,171 11/3/2015
0.0.103-alpha 1,128 10/26/2015
0.0.100-alpha 1,134 10/26/2015
0.0.98-alpha 1,112 10/26/2015
0.0.92-alpha 1,128 10/23/2015
0.0.77-alpha 1,157 10/22/2015
0.0.76-alpha 1,165 10/22/2015
0.0.74-alpha 1,161 10/22/2015

Requeue message if fallback fails.