SPS.SBCompressor
0.5.3
See the version list below for details.
dotnet add package SPS.SBCompressor --version 0.5.3
NuGet\Install-Package SPS.SBCompressor -Version 0.5.3
<PackageReference Include="SPS.SBCompressor" Version="0.5.3" />
paket add SPS.SBCompressor --version 0.5.3
#r "nuget: SPS.SBCompressor, 0.5.3"
// Install SPS.SBCompressor as a Cake Addin #addin nuget:?package=SPS.SBCompressor&version=0.5.3 // Install SPS.SBCompressor as a Cake Tool #tool nuget:?package=SPS.SBCompressor&version=0.5.3
With this library you can send and recevice messages to Azure Service Bus without the size limit of 256Kb or 1Mb
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.Azure.ServiceBus (>= 4.1.3)
- Microsoft.Azure.Storage.Blob (>= 11.2.2)
- Microsoft.Extensions.Configuration (>= 3.1.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.7)
- Microsoft.Extensions.Configuration.Json (>= 3.1.7)
-
net5.0
- Azure.Storage.Blobs (>= 12.8.0)
- Microsoft.Azure.ServiceBus (>= 5.1.2)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
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 | 1,078 | 12/16/2023 |
0.7.1 | 2,793 | 7/19/2023 |
0.7.1-alpha | 140 | 7/19/2023 |
0.7.0 | 205 | 4/10/2023 |
0.6.5 | 1,454 | 5/25/2022 |
0.6.4 | 524 | 5/25/2022 |
0.6.4-beta | 212 | 5/11/2022 |
0.6.3-beta | 178 | 4/25/2022 |
0.6.2 | 1,520 | 4/21/2022 |
0.6.1 | 600 | 4/6/2022 |
0.6.0 | 663 | 3/6/2022 |
0.5.3 | 637 | 2/26/2022 |
0.5.2 | 705 | 3/27/2021 |
0.5.1 | 1,347 | 3/7/2021 |
0.5.0 | 520 | 11/22/2020 |
0.0.12-beta | 348 | 8/25/2022 |
0.0.11 | 573 | 4/21/2022 |
0.0.10 | 1,635 | 4/6/2022 |
0.0.9 | 11,554 | 10/23/2020 |
0.0.8 | 765 | 10/7/2020 |
0.0.7 | 496 | 10/7/2020 |
0.0.5 | 613 | 8/13/2020 |
0.0.4 | 13,619 | 1/19/2020 |
0.0.3 | 577 | 1/12/2020 |
0.0.2 | 568 | 1/6/2020 |
0.0.1 | 578 | 1/3/2020 |
- Fix dependencies for .net core 3.1
- Fix error 'Method not found' on .net .net core 3.1
- Now you can upgrade from 0.9 version (.net core 3.1) to this release (If you use .net core 3.1 please skip 0.5.0 version).
- Integration with Azure functions (.net core 3.1 and .NET 5)
- You can trigger service bus message and use this library to read message with Azure Funcitons.