Skip to content

Commit a032815

Browse files
committed
Fix the build
1 parent 792e6c5 commit a032815

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<id>Intent.Aws.Lambda.Functions.Dispatch.MediatR</id>
44
<version>1.0.0</version>
5-
<supportedClientVersions>[4.5.15-a, 5.0.0-a)</supportedClientVersions>
5+
<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>
88
<authors>Intent Architect</authors>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<id>Intent.Aws.Lambda.Functions.Dispatch.Services</id>
44
<version>1.0.0</version>
5-
<supportedClientVersions>[4.5.15-a, 5.0.0-a)</supportedClientVersions>
5+
<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>
88
<authors>Intent Architect</authors>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<id>Intent.Aws.Lambda.Functions.Sqs</id>
44
<version>1.0.0-pre.0</version>
5-
<supportedClientVersions>[4.4.0-a,5.0.0)</supportedClientVersions>
5+
<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>
88
<authors>Intent Architect</authors>
@@ -23,17 +23,17 @@
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" />
2628
<dependency id="Intent.Common" version="3.9.1" />
2729
<dependency id="Intent.Common.CSharp" version="3.9.6" />
2830
<dependency id="Intent.Common.Types" version="3.4.0" />
31+
<dependency id="Intent.Common.UnitOfWork" version="1.0.0" />
2932
<dependency id="Intent.Modelers.Domain" version="3.12.8" />
3033
<dependency id="Intent.Modelers.Eventing" version="6.0.2" />
3134
<dependency id="Intent.Modelers.Services" version="4.0.5" />
3235
<dependency id="Intent.Modelers.Services.EventInteractions" version="2.0.4" />
3336
<dependency id="Intent.OutputManager.RoslynWeaver" version="4.5.1" />
34-
<dependency id="Intent.Aws.Lambda.Functions" version="1.0.2-pre.1" />
35-
<dependency id="Intent.Aws.Sqs" version="1.0.0-pre.0" />
36-
<dependency id="Intent.Common.UnitOfWork" version="1.0.0" />
3737
</dependencies>
3838
<files>
3939
<file src="$outDir$/$id$.dll" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<outputFiles>
33
<files>
4-
<file relativePath="Intent.Modules.Aws.Lambda.Functions.Sqs/release-notes.md" state="once-off-generated" />
4+
<file relativePath="Intent.Modules.Aws.Lambda.Functions.Sqs/release-notes.md" state="ignored;once-off-generated" />
55
</files>
66
</outputFiles>

Modules/Intent.Modules.Aws.Lambda.Functions.Sqs/Templates/LambdaFunctionConsumer/LambdaFunctionConsumerTemplatePartial.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using System;
2+
using System.Collections.Generic;
13
using System.Linq;
24
using Intent.Engine;
35
using Intent.Modelers.Services.EventInteractions;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<id>Intent.Aws.Lambda.Functions</id>
44
<version>1.0.2-pre.1</version>
5-
<supportedClientVersions>[4.5.15-a, 5.0.0-a)</supportedClientVersions>
5+
<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>
88
<authors>Intent Architect</authors>

0 commit comments

Comments
 (0)