Skip to content

Commit f47a14a

Browse files
PROMOTED MODULES TO FINAL RELEASE
1 parent 65e3ba4 commit f47a14a

File tree

291 files changed

+2311
-2311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+2311
-2311
lines changed

Modules/AzureFunctions.Dispatch.Services/Intent.Metadata/Module Builder/Intent.AzureFunctions.Dispatch.Services/Intent.AzureFunctions.Dispatch.Services.pkg.config

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

Modules/Intent.Modules.AmazonS3.ObjectStorage/Intent.AmazonS3.ObjectStorage.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.AmazonS3.ObjectStorage</id>
4-
<version>1.1.10-pre.0</version>
4+
<version>1.1.10</version>
55
<supportedClientVersions>[4.4.0-a,5.0.0)</supportedClientVersions>
66
<summary>Introduces an Object storage client that can link with Amazon S3.</summary>
77
<description>Introduces an Object storage client that can link with Amazon S3.</description>

Modules/Intent.Modules.AmazonS3.ObjectStorage/Intent.Metadata/Module Builder/Intent.AmazonS3.ObjectStorage/Intent.AmazonS3.ObjectStorage.pkg.config

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

Modules/Intent.Modules.Application.DependencyInjection/Intent.Application.DependencyInjection.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.Application.DependencyInjection</id>
4-
<version>4.1.11-pre.0</version>
4+
<version>4.1.11</version>
55
<supportedClientVersions>[4.5.15-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Generates Application-level Service registration configuration</summary>
77
<description>Generates Application-level Service registration configuration</description>

Modules/Intent.Modules.Application.DependencyInjection/Intent.Metadata/Module Builder/Intent.Application.DependencyInjection/Intent.Application.DependencyInjection.pkg.config

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

Modules/Intent.Modules.Application.DependencyInjection/Intent.Modules.Application.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
6-
<Version>4.1.10</Version>
6+
<Version>4.1.11</Version>
77
<Authors>Intent Architect</Authors>
88
<Copyright>Copyright 2020</Copyright>
99
<PackageProjectUrl>https://intentarchitect.com</PackageProjectUrl>

Modules/Intent.Modules.Application.DomainInteractions/Intent.Application.DomainInteractions.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.Application.DomainInteractions</id>
4-
<version>1.1.7-pre.2</version>
4+
<version>1.1.7</version>
55
<supportedClientVersions>[4.5.15-a,5.0.0)</supportedClientVersions>
66
<summary>Provides interaction strategies to generate domain interaction implementations.</summary>
77
<description>Provides interaction strategies to generate domain interaction implementations.</description>

Modules/Intent.Modules.Application.DomainInteractions/Intent.Metadata/Module Builder/Intent.Application.DomainInteractions/Intent.Application.DomainInteractions.pkg.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<definitionPackageName>Intent.ModuleBuilder</definitionPackageName>
3434
<definitionPackageId>9972b2a9-b749-4bba-b5c8-824bf694c6ef</definitionPackageId>
3535
<properties>
36-
<property name="4bb9695b-6004-46e1-acea-c48c60c5f8ce" display="Version" value="1.1.7-pre.1" isActive="true" />
36+
<property name="4bb9695b-6004-46e1-acea-c48c60c5f8ce" display="Version" value="1.1.7" isActive="true" />
3737
<property name="177a2415-e749-46e7-8257-440e19ecfb5e" display="API Namespace" value="Intent.Modules.Application.Contracts.Api" isActive="true" />
3838
<property name="0d2ae582-090e-42d6-a7d6-689144433254" display="NuGet Package Id" isActive="true" />
3939
<property name="27cf6544-a9a2-4992-9fef-51d0ed49e66e" display="NuGet Package Version" value="" isActive="true" />

Modules/Intent.Modules.Application.DomainInteractions/Intent.Modules.Application.DomainInteractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>1.1.7-pre.2</Version>
5+
<Version>1.1.7</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

Modules/Intent.Modules.Application.MediatR.Behaviours/Intent.Application.MediatR.Behaviours.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.Application.MediatR.Behaviours</id>
4-
<version>4.5.4-pre.0</version>
4+
<version>4.5.4</version>
55
<supportedClientVersions>[4.5.0-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Additional MediatR middleware pipeline behaviours</summary>
77
<description>Additional MediatR middleware pipeline behaviours</description>

0 commit comments

Comments
 (0)