Skip to content

Commit 2db2742

Browse files
committed
One more pass to update module versions and dependencies
1 parent 6c0c02e commit 2db2742

File tree

10 files changed

+35
-27
lines changed

10 files changed

+35
-27
lines changed

Modules/Intent.Modules.Aws.Lambda.Functions.Dispatch.MediatR/Intent.Aws.Lambda.Functions.Dispatch.MediatR.imodspec

Lines changed: 2 additions & 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.Lambda.Functions.Dispatch.MediatR</id>
4-
<version>1.0.0</version>
4+
<version>1.0.1-pre.0</version>
55
<supportedClientVersions>[4.5.21-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Instructs AWS Lambda Functions to dispatch Commands and Queries to a separate handler via MediatR.</summary>
77
<description>Instructs AWS Lambda Functions to dispatch Commands and Queries to a separate handler via MediatR.</description>
@@ -15,7 +15,7 @@
1515
<moduleSettings></moduleSettings>
1616
<dependencies>
1717
<dependency id="Intent.Application.MediatR" version="4.3.0" />
18-
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.0" />
18+
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" />
1919
<dependency id="Intent.Common" version="3.9.1" />
2020
<dependency id="Intent.Common.CSharp" version="3.9.6" />
2121
<dependency id="Intent.Common.Types" version="3.4.0" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 1.0.1
2+
3+
- Improvement: Dependency updates.
4+
15
### Version 1.0.0
26

37
- Initial release of Intent.Modules.Aws.Lambda.Functions.Dispatch.Services

Modules/Intent.Modules.Aws.Lambda.Functions.Dispatch.Services/Intent.Aws.Lambda.Functions.Dispatch.Services.imodspec

Lines changed: 2 additions & 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.Lambda.Functions.Dispatch.Services</id>
4-
<version>1.0.0</version>
4+
<version>1.0.1-pre.0</version>
55
<supportedClientVersions>[4.5.21-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Instructs AWS Lambda Functions to dispatch requests to a separate handler via Application Contract interfaces.</summary>
77
<description>Instructs AWS Lambda Functions to dispatch requests to a separate handler via Application Contract interfaces.</description>
@@ -15,7 +15,7 @@
1515
<moduleSettings></moduleSettings>
1616
<dependencies>
1717
<dependency id="Intent.Application.Contracts" version="5.1.0" />
18-
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.0" />
18+
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" />
1919
<dependency id="Intent.Common" version="3.9.1" />
2020
<dependency id="Intent.Common.CSharp" version="3.9.6" />
2121
<dependency id="Intent.Common.Types" version="3.4.0" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 1.0.1
2+
3+
- Improvement: Dependency updates.
4+
15
### Version 1.0.0
26

37
- Initial release of Intent.Modules.Aws.Lambda.Functions.Dispatch.Services.

Modules/Intent.Modules.Aws.Lambda.Functions.Sqs/Intent.Aws.Lambda.Functions.Sqs.imodspec

Lines changed: 3 additions & 3 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.Lambda.Functions.Sqs</id>
4-
<version>1.0.0-pre.1</version>
4+
<version>1.0.0-pre.2</version>
55
<supportedClientVersions>[4.5.21-a,5.0.0)</supportedClientVersions>
66
<summary>Use Lambda Functions to receive and dispatch SQS messages to event handlers.</summary>
77
<description>Use Lambda Functions to receive and dispatch SQS messages to event handlers.</description>
@@ -23,8 +23,8 @@
2323
</factoryExtensions>
2424
<moduleSettings></moduleSettings>
2525
<dependencies>
26-
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.1" />
27-
<dependency id="Intent.Aws.Sqs" version="1.0.0-pre.0" />
26+
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" />
27+
<dependency id="Intent.Aws.Sqs" version="1.0.0-pre.1" />
2828
<dependency id="Intent.Common" version="3.9.1" />
2929
<dependency id="Intent.Common.CSharp" version="3.9.6" />
3030
<dependency id="Intent.Common.Types" version="3.4.0" />

Modules/Intent.Modules.Aws.Lambda.Functions/Intent.Aws.Lambda.Functions.imodspec

Lines changed: 4 additions & 4 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.Aws.Lambda.Functions</id>
4-
<version>1.0.2-pre.2</version>
4+
<version>1.0.2-pre.3</version>
55
<supportedClientVersions>[4.5.21-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Serverless AWS Lambda Functions in the Services designer.</summary>
77
<description>Serverless AWS Lambda Functions in the Services designer.</description>
@@ -67,12 +67,12 @@
6767
<interoperability>
6868
<detect id="Intent.Application.Contracts">
6969
<install>
70-
<package id="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.0" />
70+
<package id="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.1-pre.0" />
7171
</install>
7272
</detect>
7373
<detect id="Intent.Application.MediatR">
7474
<install>
75-
<package id="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.0" />
75+
<package id="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.1-pre.0" />
7676
</install>
7777
</detect>
7878
</interoperability>

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

Lines changed: 3 additions & 3 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.0</version>
4+
<version>1.0.0-pre.1</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>
@@ -73,13 +73,13 @@
7373
<interoperability>
7474
<detect id="Intent.Aws.Lambda.Functions">
7575
<install>
76-
<package id="Intent.Aws.Lambda.Functions.Sqs" version="1.0.0-pre.0" />
76+
<package id="Intent.Aws.Lambda.Functions.Sqs" version="1.0.0-pre.2" />
7777
</install>
7878
</detect>
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.1" />
82+
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" />
8383
<dependency id="Intent.Common" version="3.9.1" />
8484
<dependency id="Intent.Common.CSharp" version="3.9.6" />
8585
<dependency id="Intent.Common.Types" version="3.4.0" />

Tests/AwsLambdaFunction.Sqs.GroupA/modules.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<module moduleId="Intent.Application.ServiceImplementations" version="4.5.13" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
1919
<module moduleId="Intent.Application.ServiceImplementations.Conventions.CRUD" version="5.2.1" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
2020
<module moduleId="Intent.Aws.Common" version="1.0.4-pre.1" supportedClientVersions="[4.3.0-a,5.0.0)" />
21-
<module moduleId="Intent.Aws.Lambda.Functions" version="1.0.2-pre.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
22-
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
23-
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
24-
<module moduleId="Intent.Aws.Lambda.Functions.Sqs" version="1.0.0-pre.1" supportedClientVersions="[4.5.21-a,5.0.0)" />
25-
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.0" supportedClientVersions="[4.5.15-a,5.0.0)" />
21+
<module moduleId="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
22+
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
23+
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
24+
<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)" />
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<module moduleId="Intent.Application.ServiceImplementations" version="4.5.13" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
1919
<module moduleId="Intent.Application.ServiceImplementations.Conventions.CRUD" version="5.2.1" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
2020
<module moduleId="Intent.Aws.Common" version="1.0.4-pre.1" supportedClientVersions="[4.3.0-a,5.0.0)" />
21-
<module moduleId="Intent.Aws.Lambda.Functions" version="1.0.2-pre.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
22-
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
23-
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
24-
<module moduleId="Intent.Aws.Lambda.Functions.Sqs" version="1.0.0-pre.1" supportedClientVersions="[4.5.21-a,5.0.0)" />
25-
<module moduleId="Intent.Aws.Sqs" version="1.0.0-pre.0" supportedClientVersions="[4.5.15-a,5.0.0)" />
21+
<module moduleId="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
22+
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
23+
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
24+
<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)" />
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/modules.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<module moduleId="Intent.Application.ServiceImplementations.Conventions.CRUD" version="5.2.1" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
2020
<module moduleId="Intent.Aws.Common" version="1.0.4-pre.1" supportedClientVersions="[4.3.0-a,5.0.0)" />
2121
<module moduleId="Intent.Aws.DynamoDB" version="1.0.0-beta.6" supportedClientVersions="[4.5.15-a,5.0.0)" />
22-
<module moduleId="Intent.Aws.Lambda.Functions" version="1.0.2-pre.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
23-
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
24-
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
22+
<module moduleId="Intent.Aws.Lambda.Functions" version="1.0.2-pre.3" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
23+
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.MediatR" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
24+
<module moduleId="Intent.Aws.Lambda.Functions.Dispatch.Services" version="1.0.1-pre.0" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2525
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
2626
<module moduleId="Intent.Common.CSharp" version="3.9.9-pre.0" supportedClientVersions="[4.5.18-a, 5.0.0-a)" />
2727
<module moduleId="Intent.Common.Types" version="4.1.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />

0 commit comments

Comments
 (0)