DigitalOffice.Kernel.BrokerSupport
1.0.9
dotnet add package DigitalOffice.Kernel.BrokerSupport --version 1.0.9
NuGet\Install-Package DigitalOffice.Kernel.BrokerSupport -Version 1.0.9
<PackageReference Include="DigitalOffice.Kernel.BrokerSupport" Version="1.0.9" />
<PackageVersion Include="DigitalOffice.Kernel.BrokerSupport" Version="1.0.9" />
<PackageReference Include="DigitalOffice.Kernel.BrokerSupport" />
paket add DigitalOffice.Kernel.BrokerSupport --version 1.0.9
#r "nuget: DigitalOffice.Kernel.BrokerSupport, 1.0.9"
#:package DigitalOffice.Kernel.BrokerSupport@1.0.9
#addin nuget:?package=DigitalOffice.Kernel.BrokerSupport&version=1.0.9
#tool nuget:?package=DigitalOffice.Kernel.BrokerSupport&version=1.0.9
Library used in the Digital Office project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- DigitalOffice.Kernel (>= 1.0.21)
- MassTransit (>= 8.0.16)
- MassTransit.RabbitMQ (>= 8.0.16)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DigitalOffice.Kernel.BrokerSupport:
Package | Downloads |
---|---|
DigitalOffice.Kernel.EndpointSupport
Library used in the Digital Office project. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.9 - add timeout parameter to RequestHandler.
Previous versions:
1.0.8 - Update libs.
1.0.7 - Update Uri in RabbitMqHealthCheck.
1.0.6 - Update logging in MassTransitExtensions, added services.AddMassTransitHostedService() call to MassTransitExtensions.
1.0.5 - Addded MassTransitEndpointAttribute, added ConfigureMassTransit method to MassTransitExtensions.
1.0.4 - Update to .NET 7.0.
1.0.3 - Add IsManagerAsync method to AccessValidator.
1.0.2 - Add CheckUserAnyRight endpoint to BaseRabbitMqConfig.
1.0.1 - Add method to check if user has any of specified rights.
1.0.0 - Initial.