Skip to content

Commit

Permalink
Improvement: Updated to respect new Stored Procedure stereotypes intr…
Browse files Browse the repository at this point in the history
…oduced in version `1.1.1` of the `Intent.Modelers.Domain.StoredProcedures` module.

(Tests)
  • Loading branch information
JonathanLydall committed Sep 20, 2024
1 parent 44c7309 commit abd51e6
Show file tree
Hide file tree
Showing 90 changed files with 247 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts" version="5.1.1" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts.DomainMapping" version="4.1.6" supportedClientVersions="[4.0.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.MassTransit" version="6.2.5" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.MediatR.DomainEvents" version="5.0.15" supportedClientVersions="[4.1.3-pre.2, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.MediatR.DomainEvents" version="5.0.15" supportedClientVersions="[4.1.3-pre.2, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/AdvancedMappingCrud.RichDomain.Tests/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.MediatR.DomainEvents" version="5.0.15" supportedClientVersions="[4.1.3-pre.2, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.DocumentDB" version="1.2.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Ardalis/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/AspNetCore.Controllers.Secured/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/AzureFunctions.TestApplication/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.DesignTimeDbContextFactory" version="4.2.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Integration.HttpClients" version="5.2.0-pre.0" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Metadata.DocumentDB" version="1.2.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/AzureKeyVault/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.DocumentDB" version="1.2.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/BasicAuditing.CustomUserId.Tests/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.MediatR.DomainEvents" version="5.0.15" supportedClientVersions="[4.1.3-pre.2, 5.0.0-a)" />
<module moduleId="Intent.Metadata.DocumentDB" version="1.2.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/CleanArchitecture.Comprehensive/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts" version="5.1.1" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts.DomainMapping" version="4.1.6" supportedClientVersions="[4.0.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.MassTransit" version="6.2.5" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/CleanArchitecture.Dapr/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts" version="5.1.1" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts.DomainMapping" version="4.1.6" supportedClientVersions="[4.0.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.BulkOperations" version="1.0.2" supportedClientVersions="[4.1.0,5.0.0)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.MediatR.DomainEvents" version="5.0.15" supportedClientVersions="[4.1.3-pre.2, 5.0.0-a)" />
<module moduleId="Intent.Metadata.DocumentDB" version="1.2.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.MediatR.DomainEvents" version="5.0.15" supportedClientVersions="[4.1.3-pre.2, 5.0.0-a)" />
<module moduleId="Intent.Metadata.DocumentDB" version="1.2.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/CleanArchitecture.SingleFiles/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Interop.DomainEvents" version="4.1.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts" version="5.1.1" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Eventing.Contracts.DomainMapping" version="4.1.6" supportedClientVersions="[4.0.0-a, 5.0.0-a)" />
<module moduleId="Intent.Eventing.MassTransit" version="6.2.5" supportedClientVersions="[4.1.0, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/DtoSettings.Class.Init/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/DtoSettings.Class.Internal/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/DtoSettings.Class.Private/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/DtoSettings.Class.Protected/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module moduleId="Intent.Entities" version="5.1.4-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Entities.Repositories.Api" version="5.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore" version="5.0.12-pre.0" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.6.4-pre.2" supportedClientVersions="[4.2.4-a, 5.0.0-a)" />
<module moduleId="Intent.EntityFrameworkCore.Repositories" version="4.7.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
<module moduleId="Intent.Infrastructure.DependencyInjection" version="4.1.2" supportedClientVersions="[4.1.0, 5.0.0-a)" />
<module moduleId="Intent.Metadata.RDBMS" version="3.6.2" supportedClientVersions="[4.0.0-beta.7, 5.0.0-a)" />
<module moduleId="Intent.Metadata.WebApi" version="4.6.0-pre.3" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
Expand Down
Loading

0 comments on commit abd51e6

Please sign in to comment.