SPS.SBCompressor 0.6.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package SPS.SBCompressor --version 0.6.5
NuGet\Install-Package SPS.SBCompressor -Version 0.6.5
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="SPS.SBCompressor" Version="0.6.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SPS.SBCompressor --version 0.6.5
#r "nuget: SPS.SBCompressor, 0.6.5"
#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.
// Install SPS.SBCompressor as a Cake Addin
#addin nuget:?package=SPS.SBCompressor&version=0.6.5

// Install SPS.SBCompressor as a Cake Tool
#tool nuget:?package=SPS.SBCompressor&version=0.6.5

With this library you can send and recevice messages to Azure Service Bus without the size limit of 256Kb or 1Mb

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
0.8.0 362 12/16/2023
0.7.1 1,756 7/19/2023
0.7.1-alpha 116 7/19/2023
0.7.0 181 4/10/2023
0.6.5 1,418 5/25/2022
0.6.4 501 5/25/2022
0.6.4-beta 185 5/11/2022
0.6.3-beta 155 4/25/2022
0.6.2 1,489 4/21/2022
0.6.1 571 4/6/2022
0.6.0 628 3/6/2022
0.5.3 610 2/26/2022
0.5.2 663 3/27/2021
0.5.1 1,319 3/7/2021
0.5.0 489 11/22/2020
0.0.12-beta 308 8/25/2022
0.0.11 548 4/21/2022
0.0.10 1,605 4/6/2022
0.0.9 11,492 10/23/2020
0.0.8 739 10/7/2020
0.0.7 463 10/7/2020
0.0.5 581 8/13/2020
0.0.4 13,563 1/19/2020
0.0.3 549 1/12/2020
0.0.2 544 1/6/2020
0.0.1 544 1/3/2020

- Now you can use your Serialization Deserialization implementation using IMessageDeserializer and IMessageSerializer interfaces
- Now you can choose the object's Type to deserialize while reading a message
-- Passing explicitly the Type as argument in Reader objects initialization
-- No more binary dependency
- MessageId for message that require file in external storage fixed to guid in "N" format
- Fix: Fixed missing overload of SendCompressorAsync introduced in ver. 0.6.4
- Fix: write permission to blob storage now is not required
- Fix: sending message without sbcsettings.json file