Skip to content

Commit 27e8a43

Browse files
committed
Updated tests
1 parent 4d24ee0 commit 27e8a43

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Tests/BlazorServerTests/modules.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<modules>
3-
<module moduleId="Intent.AI.Blazor" version="1.0.0-beta.17" supportedClientVersions="[4.5.18-a,5.0.0)" />
3+
<module moduleId="Intent.AI.Blazor" version="1.0.0-beta.18" supportedClientVersions="[4.5.18-a,5.0.0)" />
44
<module moduleId="Intent.Application.AutoMapper" version="5.3.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
55
<module moduleId="Intent.Application.Contracts" version="5.1.1" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
66
<module moduleId="Intent.Application.DependencyInjection" version="4.1.11-pre.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
@@ -25,7 +25,7 @@
2525
<module moduleId="Intent.Code.Weaving.Json" version="1.0.1" supportedClientVersions="[4.3.0-a,5.0.0)" />
2626
<module moduleId="Intent.Code.Weaving.Razor" version="2.0.2" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
2727
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
28-
<module moduleId="Intent.Common.AI" version="1.0.0-beta.9" supportedClientVersions="[4.5.0-a,5.0.0)" />
28+
<module moduleId="Intent.Common.AI" version="1.0.0-beta.10" supportedClientVersions="[4.5.0-a,5.0.0)" />
2929
<module moduleId="Intent.Common.CSharp" version="3.9.8" supportedClientVersions="[4.5.18-a, 5.0.0-a)" />
3030
<module moduleId="Intent.Common.Types" version="4.1.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
3131
<module moduleId="Intent.Common.UnitOfWork" version="1.0.2" supportedClientVersions="[4.4.0-a,5.0.0)" />

Tests/MudBlazor.ExampleApp/modules.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<modules>
3-
<module moduleId="Intent.AI.ChatDrivenDomain" version="0.0.7-beta.1" supportedClientVersions="[4.5.18-a,5.0.0)" />
3+
<module moduleId="Intent.AI.ChatDrivenDomain" version="0.0.7-beta.2" supportedClientVersions="[4.5.18-a,5.0.0)" />
44
<module moduleId="Intent.Application.AutoMapper" version="5.3.1" supportedClientVersions="[4.1.0-pre.0, 5.0.0-a)" />
55
<module moduleId="Intent.Application.Contracts" version="5.1.1" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
66
<module moduleId="Intent.Application.DependencyInjection" version="4.1.11-pre.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
@@ -35,7 +35,7 @@
3535
<module moduleId="Intent.Blazor.Wasm" version="1.0.0" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
3636
<module moduleId="Intent.Code.Weaving.Razor" version="2.0.2" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
3737
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />
38-
<module moduleId="Intent.Common.AI" version="1.0.0-beta.9" supportedClientVersions="[4.5.0-a,5.0.0)" />
38+
<module moduleId="Intent.Common.AI" version="1.0.0-beta.10" supportedClientVersions="[4.5.0-a,5.0.0)" />
3939
<module moduleId="Intent.Common.CSharp" version="3.9.8" supportedClientVersions="[4.5.18-a, 5.0.0-a)" />
4040
<module moduleId="Intent.Common.Types" version="4.1.2" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
4141
<module moduleId="Intent.Common.UnitOfWork" version="1.0.2" supportedClientVersions="[4.4.0-a,5.0.0)" />

0 commit comments

Comments
 (0)