TinyDancer 4.0.0-preview3

This is a prerelease version of TinyDancer.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TinyDancer --version 4.0.0-preview3
                    
NuGet\Install-Package TinyDancer -Version 4.0.0-preview3
                    
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="TinyDancer" Version="4.0.0-preview3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TinyDancer" Version="4.0.0-preview3" />
                    
Directory.Packages.props
<PackageReference Include="TinyDancer" />
                    
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 TinyDancer --version 4.0.0-preview3
                    
#r "nuget: TinyDancer, 4.0.0-preview3"
                    
#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 TinyDancer@4.0.0-preview3
                    
#: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=TinyDancer&version=4.0.0-preview3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TinyDancer&version=4.0.0-preview3&prerelease
                    
Install as a Cake Tool

TinyDancer is a high-level abstraction layer on top of the Azure Service Bus client.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  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
4.2.0-preview2 257 3/22/2023
4.2.0-preview1 244 3/18/2023
4.1.0 379 3/13/2023
4.0.0 312 3/12/2023
4.0.0-preview5 227 3/3/2023
4.0.0-preview4 227 3/3/2023
4.0.0-preview3 237 3/3/2023
4.0.0-preview2 237 2/1/2023
4.0.0-preview1 259 1/18/2023
3.0.0 1,072 4/1/2021
2.1.0 968 9/11/2020
2.0.1 875 5/4/2020
2.0.1-beta.1 403 4/27/2020
2.0.0 753 2/24/2020
2.0.0-rc.7 433 10/21/2019
2.0.0-rc.6 398 10/18/2019
2.0.0-rc.4 468 6/4/2019
2.0.0-rc.1 431 5/24/2019
2.0.0-beta9 588 5/22/2019
2.0.0-beta8 619 5/21/2019
2.0.0-beta7 584 5/21/2019
2.0.0-beta6 590 5/20/2019
2.0.0-beta5 656 4/21/2019
2.0.0-beta4 635 4/21/2019
2.0.0-beta3 666 4/20/2019
2.0.0-beta2 697 4/20/2019
2.0.0-beta10 593 5/24/2019
2.0.0-beta.10 416 5/24/2019
2.0.0-beta 599 4/19/2019
1.0.1 1,473 6/13/2018
1.0.0 1,348 6/13/2018

New feature:
- Release message prematurely (as in before the message handling has completed)

Breaking changes:
- Upgraded to .NET Standard 2.1.
- Renamed method ConfigureCulture -> ConsumeMessagesInSameCultureAsSentIn