Carbon.Domain.Messages 1.9.25

dotnet add package Carbon.Domain.Messages --version 1.9.25
NuGet\Install-Package Carbon.Domain.Messages -Version 1.9.25
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="Carbon.Domain.Messages" Version="1.9.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carbon.Domain.Messages --version 1.9.25
#r "nuget: Carbon.Domain.Messages, 1.9.25"
#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 Carbon.Domain.Messages as a Cake Addin
#addin nuget:?package=Carbon.Domain.Messages&version=1.9.25

// Install Carbon.Domain.Messages as a Cake Tool
#tool nuget:?package=Carbon.Domain.Messages&version=1.9.25

Package Description

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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (1)

Showing the top 1 NuGet packages that depend on Carbon.Domain.Messages:

Package Downloads
Carbon.WebApplication.SolutionService

-2.9.3 - MenuItems field added to SolutionCreationRequest -2.9.2 - IsDynamic solution flag is added - 2.9.0 - MultiTarget framework support (.net3.1 - 5 - 6) rather than being previously single target with .NetStandard 2.0 which is outdated -Works with MassTransit 3.9.0 -2.8.0 - Works with MassTransit 3.7.2 version which supports quorum queues as well as this package supports quorum queues as of this version -2.7.1 - Carbon.Domain.Messages updated from 1.8.0 to 1.9.18 for Solution model Uri prop -2.7.0 - Critical bug fixed for Directory separator char to specific platform (Windows,Linux) -2.6.0 - Critical bug fixed for SolutionRegistration when there is no default MassTransit usage - Some Performance Improvements-2.6.0 - Critical bug fixed for SolutionRegistration when there is no default MassTransit usage - Some Performance Improvements -2.5.0 - Uses latest Masstransit version which is 7.3.x - Uses MultiBus instead of SingleBus while registering solution or subscribing tenant featureset notifications - Compatible with Carbon.MassTransit > 3.4.x - Improved Performance and Health Monitorable - Each SubscriptionToFeatureSetNotification Requires a bus interface derived from IBus -2.1.4 - Consumer added as a scoped -2.1.1 - Enables featureset notification to the subscribers when a tenant is assigned with -2.0.3 Works with CarbonException Handling 1.2.0 -2.0.2 Supports Masstransit 7.1.x and Carbon.MassTransit 3.0.4 -2.0.1 Supports Masstransit 7.1.x and Carbon.MassTransit 3.0.2 -1.0.23 Supports MassTransit 6.2.3 and Carbon.MassTransit 2.0.8

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.25 1,162 11/1/2023
1.9.24 1,694 7/20/2023
1.9.23 165 7/6/2023
1.9.22 147 7/6/2023
1.9.21 297 5/2/2023
1.9.20 1,022 12/14/2022
1.9.19 287 12/12/2022
1.9.18 6,031 10/10/2022
1.9.17 399 10/10/2022
1.9.16 672 8/22/2022
1.9.15 447 8/19/2022
1.9.14 432 8/18/2022
1.9.13 423 8/18/2022
1.9.12 446 8/17/2022
1.9.11 559 6/7/2022
1.9.10 455 6/7/2022
1.9.9 478 6/7/2022
1.9.8 445 6/7/2022
1.9.7 446 6/6/2022
1.9.6 445 6/6/2022
1.9.5 464 6/6/2022
1.9.4 507 6/2/2022
1.9.3 461 6/1/2022
1.9.2 481 6/1/2022
1.9.1 475 6/1/2022
1.9.0 491 5/30/2022
1.8.3 598 5/23/2022
1.8.2 515 5/18/2022
1.8.1 488 5/17/2022
1.8.0 3,401 5/12/2022

1.9.25
 - Added IsDynamicSolution property and SolutionMenuItem update messages
    1.9.21
     - Added user updated event        
1.9.18
 - Added solution uri prop to SolutionCreationSaga and SolutionEvents
1.6.6
 - IdentityServerClient Creation Events Added