Skip to content

Commit 95bd371

Browse files
committed
Had to bump to make help topic avail
1 parent 04ceaf2 commit 95bd371

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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.1</version>
4+
<version>1.0.0-pre.2</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>

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.1" supportedClientVersions="[4.5.15-a,5.0.0)" />
25+
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.2" 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.1" supportedClientVersions="[4.5.15-a,5.0.0)" />
25+
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.2" 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)