Skip to content

Commit

Permalink
feat: bump event-handling + hide events
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Nov 18, 2024
1 parent 9af721e commit 7c03275
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ nuget Be.Vlaanderen.Basisregisters.CommandHandling 9.0.1
nuget Be.Vlaanderen.Basisregisters.CommandHandling.Idempotency 9.0.1
nuget Be.Vlaanderen.Basisregisters.CommandHandling.SqlStreamStore 9.0.1

nuget Be.Vlaanderen.Basisregisters.EventHandling 5.0.0
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 5.0.0
nuget Be.Vlaanderen.Basisregisters.EventHandling 6.0.0
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 6.0.0

nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 14.0.0
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ NUGET
GeoJSON.Net (>= 1.2.19)
Microsoft.Extensions.Logging.Abstractions (>= 8.0)
NodaTime (>= 3.1.11)
Be.Vlaanderen.Basisregisters.EventHandling (5.0)
Be.Vlaanderen.Basisregisters.EventHandling (6.0)
Be.Vlaanderen.Basisregisters.Converters.TrimString (>= 4.0)
Newtonsoft.Json (>= 13.0.3)
NodaTime.Serialization.JsonNet (>= 3.1)
Be.Vlaanderen.Basisregisters.EventHandling.Autofac (5.0)
Be.Vlaanderen.Basisregisters.EventHandling.Autofac (6.0)
Autofac.Extensions.DependencyInjection (>= 9.0)
Be.Vlaanderen.Basisregisters.EventHandling (5.0)
Be.Vlaanderen.Basisregisters.EventHandling (6.0)
Be.Vlaanderen.Basisregisters.Generators.Guid.Deterministic (4.0)
Be.Vlaanderen.Basisregisters.GrAr.Common (21.10)
Be.Vlaanderen.Basisregisters.AggregateSource (>= 9.0.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace PostalRegistry.PostalInformation.Events.BPost
using DataStructures.BPost;
using Newtonsoft.Json;

[HideEvent]
[EventName("BPost-PostalInformationWasImported")]
[EventDescription("Er werd postinformatie geïmporteerd van bpost.")]
public class PostalInformationWasImportedFromBPost : IHasProvenance, ISetProvenance, IMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace PostalRegistry.PostalInformation.Events.Crab
using Newtonsoft.Json;
using NodaTime;

[HideEvent]
[EventName("Crab-PostalInformationWasImported")]
[EventDescription("Er werd postinformatie geïmporteerd uit CRAB.")]
public class PostalInformationWasImportedFromCrab : IMessage
Expand Down

0 comments on commit 7c03275

Please sign in to comment.