Skip to content

Commit 7f08afa

Browse files
committed
Update Intent.MongoDb to version 2.0.5 and fix related dependencies
1 parent f47a14a commit 7f08afa

File tree

13 files changed

+82
-15
lines changed

13 files changed

+82
-15
lines changed

Modules/Intent.Modules.MongoDb/Intent.Metadata/Module Builder/Intent.MongoDb/Elements/NuGet Package/Finbuckle.MultiTenant__cb9w8s53.xml

Lines changed: 66 additions & 3 deletions
Large diffs are not rendered by default.

Modules/Intent.Modules.MongoDb/Intent.Metadata/Module Builder/Intent.MongoDb/Intent.MongoDb.pkg.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<definitionPackageName>Intent.ModuleBuilder</definitionPackageName>
4444
<definitionPackageId>9972b2a9-b749-4bba-b5c8-824bf694c6ef</definitionPackageId>
4545
<properties>
46-
<property name="4bb9695b-6004-46e1-acea-c48c60c5f8ce" display="Version" value="2.0.4" isActive="true" />
46+
<property name="4bb9695b-6004-46e1-acea-c48c60c5f8ce" display="Version" value="2.0.5" isActive="true" />
4747
<property name="177a2415-e749-46e7-8257-440e19ecfb5e" display="API Namespace" isActive="true" />
4848
<property name="0d2ae582-090e-42d6-a7d6-689144433254" display="NuGet Package Id" isActive="true" />
4949
<property name="27cf6544-a9a2-4992-9fef-51d0ed49e66e" display="NuGet Package Version" value="" isActive="true" />

Modules/Intent.Modules.MongoDb/Intent.MongoDb.imodspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<id>Intent.MongoDb</id>
4-
<version>2.0.4</version>
4+
<version>2.0.5</version>
55
<supportedClientVersions>[4.5.15-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Core MongoDB Database Provider using the official MongoDB.Driver library.</summary>
77
<description>Core MongoDB Database Provider using the official MongoDB.Driver library.</description>

Modules/Intent.Modules.MongoDb/Templates/MongoConfigurationExtensions/MongoConfigurationExtensionsTemplatePartial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public MongoConfigurationExtensionsTemplate(IOutputTarget outputTarget, object m
4040
{
4141
addMongoCollection.Static();
4242
addMongoCollection.AddParameter("IServiceCollection", "services", p => p.WithThisModifier());
43-
addMongoCollection.AddParameter("IMongoMappingConfiguration<T>", "mongoConfiguration");
43+
addMongoCollection.AddParameter($"{this.GetMongoMappingConfigurationInterfaceName()}<T>", "mongoConfiguration");
4444

4545
addMongoCollection.AddStatement("mongoConfiguration.RegisterCollectionMap();");
4646

Modules/Intent.Modules.MongoDb/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.0.5
2+
3+
- Fixed: Missing using directive for MongoConfigurationExtensions.
4+
15
### Version 2.0.4
26

37
- Improvement: Updated NuGet package versions.

Tests/AdvancedMappingCrud.Mongo.Tests/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<module moduleId="Intent.Modelers.Services.DomainInteractions" version="2.3.8" supportedClientVersions="[4.5.8-a, 5.0.0-a)" />
5151
<module moduleId="Intent.Modelers.Types.ServiceProxies" version="5.5.3" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
5252
<module moduleId="Intent.Modules.AspNetCore.Logging.Serilog" version="5.3.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
53-
<module moduleId="Intent.MongoDb" version="2.0.4" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
53+
<module moduleId="Intent.MongoDb" version="2.0.5" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
5454
<module moduleId="Intent.MongoDb.Repositories" version="2.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
5555
<module moduleId="Intent.OutputManager.RoslynWeaver" version="4.9.15-pre.3" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
5656
<module moduleId="Intent.Security.JWT" version="4.3.4" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />

Tests/AzureFunctions.MongoDb/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<module moduleId="Intent.Modelers.Services" version="4.0.6" supportedClientVersions="[4.5.8-a, 5.0.0-a)" />
4242
<module moduleId="Intent.Modelers.Services.CQRS" version="6.0.4" supportedClientVersions="[4.5.8-a, 5.0.0-a)" />
4343
<module moduleId="Intent.Modelers.Services.DomainInteractions" version="2.3.8" supportedClientVersions="[4.5.8-a, 5.0.0-a)" />
44-
<module moduleId="Intent.MongoDb" version="2.0.4" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
44+
<module moduleId="Intent.MongoDb" version="2.0.5" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
4545
<module moduleId="Intent.MongoDb.Repositories" version="2.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
4646
<module moduleId="Intent.OutputManager.RoslynWeaver" version="4.9.15-pre.3" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
4747
<module moduleId="Intent.VisualStudio.Projects" version="3.9.6" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />

Tests/CleanArchitecture.SingleFiles/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<module moduleId="Intent.Modelers.Types.ServiceProxies" version="5.5.3" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
6565
<module moduleId="Intent.Modules.AspNetCore.Logging.Serilog" version="5.3.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
6666
<module moduleId="Intent.Modules.Modelers.Domain.StoredProcedures" version="1.2.1" supportedClientVersions="[4.5.0-a, 5.0.0)" />
67-
<module moduleId="Intent.MongoDb" version="2.0.4" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
67+
<module moduleId="Intent.MongoDb" version="2.0.5" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
6868
<module moduleId="Intent.MongoDb.Repositories" version="2.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
6969
<module moduleId="Intent.OutputManager.RoslynWeaver" version="4.9.15-pre.3" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
7070
<module moduleId="Intent.Security.JWT" version="4.3.4" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />

Tests/Entities.PrivateSetters.MongoDb/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<module moduleId="Intent.Modelers.Domain.Repositories" version="3.6.0" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
2727
<module moduleId="Intent.Modelers.Services" version="4.0.6" supportedClientVersions="[4.5.8-a, 5.0.0-a)" />
2828
<module moduleId="Intent.Modelers.Services.CQRS" version="6.0.4" supportedClientVersions="[4.5.8-a, 5.0.0-a)" />
29-
<module moduleId="Intent.MongoDb" version="2.0.4" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
29+
<module moduleId="Intent.MongoDb" version="2.0.5" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
3030
<module moduleId="Intent.MongoDb.Repositories" version="2.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
3131
<module moduleId="Intent.OutputManager.RoslynWeaver" version="4.9.15-pre.3" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
3232
<module moduleId="Intent.VisualStudio.Projects" version="3.9.6" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />

Tests/GraphQL.MongoDb.TestApplication/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<module moduleId="Intent.Modelers.Types.ServiceProxies" version="5.5.3" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
4646
<module moduleId="Intent.Modules.AspNetCore.Logging.Serilog" version="5.3.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
4747
<module moduleId="Intent.Modules.Modelers.Domain.StoredProcedures" version="1.2.1" supportedClientVersions="[4.5.0-a, 5.0.0)" />
48-
<module moduleId="Intent.MongoDb" version="2.0.4" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
48+
<module moduleId="Intent.MongoDb" version="2.0.5" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
4949
<module moduleId="Intent.MongoDb.Repositories" version="2.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
5050
<module moduleId="Intent.OutputManager.RoslynWeaver" version="4.9.15-pre.3" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
5151
<module moduleId="Intent.Security.JWT" version="4.3.4" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />

0 commit comments

Comments
 (0)