Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump projection-handling #259

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ nuget Microsoft.Data.SqlClient 5.2.0
nuget Polly 8.3.1

// BASE REGISTRIES STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 7.0.4
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 7.2.5

nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner 13.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector 13.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 13.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac 13.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac 14.0.0

nuget Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac 9.0.1

Expand Down
16 changes: 8 additions & 8 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NUGET
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore (9.0.1)
SqlStreamStore (>= 1.2)
SqlStreamStore.MsSql (>= 1.2)
Be.Vlaanderen.Basisregisters.Build.Pipeline (7.0.4)
Be.Vlaanderen.Basisregisters.Build.Pipeline (7.2.5)
Be.Vlaanderen.Basisregisters.Converters.TrimString (4.0)
Newtonsoft.Json (>= 13.0.3)
Be.Vlaanderen.Basisregisters.EventHandling (5.0)
Expand All @@ -60,12 +60,12 @@ NUGET
Be.Vlaanderen.Basisregisters.EventHandling.Autofac (5.0)
Autofac.Extensions.DependencyInjection (>= 9.0)
Be.Vlaanderen.Basisregisters.EventHandling (5.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector (14.0)
Microsoft.EntityFrameworkCore (>= 8.0.2)
Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner (14.0)
Autofac.Extensions.DependencyInjection (>= 9.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector (14.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore (14.0)
Microsoft.EntityFrameworkCore.InMemory (>= 8.0.2)
Microsoft.EntityFrameworkCore.Relational (>= 8.0.2)
Microsoft.Extensions.Configuration (>= 8.0)
Expand All @@ -74,12 +74,12 @@ NUGET
Microsoft.Extensions.Configuration.FileExtensions (>= 8.0)
Microsoft.Extensions.Configuration.Json (>= 8.0)
SqlStreamStore (>= 1.2)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore (14.0)
Be.Vlaanderen.Basisregisters.EventHandling (>= 5.0)
SqlStreamStore (>= 1.2)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac (14.0)
Autofac.Extensions.DependencyInjection (>= 9.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore (13.0)
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore (14.0)
Be.Vlaanderen.Basisregisters.Utilities.HashCodeCalculator (4.0)
Be.Vlaanderen.Basisregisters.Utilities.HexByteConvertor (4.0)
Be.Vlaanderen.Basisregisters.Utilities.ToStringBuilder (4.0)
Expand Down
Loading