From 4b6c9beb5306bd4532bcc2fbdb0c77bb7bf33df5 Mon Sep 17 00:00:00 2001 From: woksin Date: Fri, 2 Sep 2022 09:18:49 +0200 Subject: [PATCH] Make it build --- Source/Runtime/Events/Committed.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Runtime/Events/Committed.proto b/Source/Runtime/Events/Committed.proto index b727ebf..79fc9c3 100644 --- a/Source/Runtime/Events/Committed.proto +++ b/Source/Runtime/Events/Committed.proto @@ -37,7 +37,7 @@ message CommittedAggregateEvents { } string eventSourceId = 1; protobuf.Uuid aggregateRootId = 2; - uint64 aggregateRootVersion = 3; [deprecated = true] // Replaced by currentAggregateRootVersion + uint64 aggregateRootVersion = 3 [deprecated = true]; // DEPRECATED Replaced by currentAggregateRootVersion repeated CommittedAggregateEvent events = 4; uint64 currentAggregateRootVersion = 5; // Represents the current version of the aggregate root }