Skip to content

Commit 76dd1d6

Browse files
committed
Added this dependency by accident
1 parent 95bd371 commit 76dd1d6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Modules/Intent.Modules.Aws.Sqs/Intent.Aws.Sqs.imodspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<id>Intent.Aws.Sqs</id>
4-
<version>1.0.0-pre.2</version>
4+
<version>1.0.0-pre.3</version>
55
<supportedClientVersions>[4.5.15-a,5.0.0)</supportedClientVersions>
66
<summary>Provides AWS SQS eventing infrastructure for publishing and consuming messages.</summary>
77
<description>Core module for AWS SQS integration. Provides IEventBus implementation, message dispatcher, and configuration for SQS-based eventing patterns. Lambda function generation is handled by the companion Intent.AwsLambda.Sqs module.</description>
@@ -79,7 +79,6 @@
7979
</interoperability>
8080
<dependencies>
8181
<dependency id="Intent.Aws.Common" version="1.0.4-pre.1" />
82-
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" />
8382
<dependency id="Intent.Common" version="3.9.1" />
8483
<dependency id="Intent.Common.CSharp" version="3.9.6" />
8584
<dependency id="Intent.Common.Types" version="3.4.0" />

Tests/AwsLambdaFunction.Sqs.GroupA/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2323
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2424
<module moduleId="Intent.Aws.Lambda.Functions.Sqs" version="1.0.0-pre.2" supportedClientVersions="[4.5.21-a,5.0.0)" />
25-
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.2" supportedClientVersions="[4.5.15-a,5.0.0)" />
25+
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.3" supportedClientVersions="[4.5.15-a,5.0.0)" />
2626
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2727
<module moduleId="Intent.Common.CSharp" version="3.9.7" supportedClientVersions="[4.5.18-a, 5.0.0-a)" />
2828
<module moduleId="Intent.Common.Types" version="4.1.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />

Tests/AwsLambdaFunction.Sqs.GroupB/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2323
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2424
<module moduleId="Intent.Aws.Lambda.Functions.Sqs" version="1.0.0-pre.2" supportedClientVersions="[4.5.21-a,5.0.0)" />
25-
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.2" supportedClientVersions="[4.5.15-a,5.0.0)" />
25+
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.3" supportedClientVersions="[4.5.15-a,5.0.0)" />
2626
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2727
<module moduleId="Intent.Common.CSharp" version="3.9.7" supportedClientVersions="[4.5.18-a, 5.0.0-a)" />
2828
<module moduleId="Intent.Common.Types" version="4.1.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />

0 commit comments

Comments
 (0)