Skip to content

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:04
· 5 commits to main since this release
26fc965

Ecosystem Packages in this release

Package Version
EricksonLopez.Outbox 1.0.0
EricksonLopez.Outbox.EntityFrameworkCore 1.0.0
EricksonLopez.Outbox.Storage.PostgreSql 1.0.0
EricksonLopez.Outbox.Storage.SqlServer 1.0.0
EricksonLopez.Outbox.Storage.MySql 1.0.0
EricksonLopez.Outbox.Storage.Oracle 1.0.0
EricksonLopez.Outbox.Storage.Sqlite 1.0.0
EricksonLopez.Outbox.Brokers.RabbitMQ 1.0.0
EricksonLopez.Outbox.Brokers.Kafka 1.0.0
EricksonLopez.Outbox.Brokers.AwsSqs 1.0.0
EricksonLopez.Outbox.Brokers.AzureServiceBus 1.0.0
EricksonLopez.Outbox.Brokers.GooglePubSub 1.0.0
EricksonLopez.Outbox.Brokers.Nats 1.0.0
EricksonLopez.Outbox.Brokers.RedisStreams 1.0.0
EricksonLopez.Outbox.MassTransit 1.0.0
EricksonLopez.Outbox.SourceGenerators 1.0.0
EricksonLopez.Outbox.Analyzers 1.0.0

For detailed changes, see CHANGELOG.md.

Installation

dotnet add package EricksonLopez.Outbox --version 1.0.0
dotnet add package EricksonLopez.Outbox.Storage.PostgreSql --version 1.0.0
dotnet add package EricksonLopez.Outbox.Brokers.RabbitMQ --version 1.0.0
# ... and others ...