Skip to content

Commit 6ace3e9

Browse files
chore: upgrade to devkit 1.6.0-beta6
1 parent 58b2b0f commit 6ace3e9

22 files changed

Lines changed: 33 additions & 32 deletions

File tree

src/1-Libraries/Application/Application.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Application" Version="1.5.1" />
10-
<PackageReference Include="CodeBlock.DevKit.Contracts" Version="1.5.1" />
11-
<PackageReference Include="CodeBlock.DevKit.Identity" Version="1.5.1" />
12-
<PackageReference Include="CodeBlock.DevKit.Administration" Version="1.5.1" />
13-
<PackageReference Include="CodeBlock.DevKit.AIChatBot" Version="1.5.1" />
14-
<PackageReference Include="CodeBlock.DevKit.Licensing" Version="1.5.1" />
15-
<PackageReference Include="CodeBlock.DevKit.Payment" Version="1.5.1" />
16-
<PackageReference Include="CodeBlock.DevKit.Pricing" Version="1.5.1" />
17-
<PackageReference Include="CodeBlock.DevKit.Settings" Version="1.5.1" />
18-
<PackageReference Include="CodeBlock.DevKit.Subscription" Version="1.5.1" />
9+
<PackageReference Include="CodeBlock.DevKit.Application" Version="1.6.0-beta6" />
10+
<PackageReference Include="CodeBlock.DevKit.Contracts" Version="1.6.0-beta6" />
11+
<PackageReference Include="CodeBlock.DevKit.Identity" Version="1.6.0-beta6" />
12+
<PackageReference Include="CodeBlock.DevKit.Administration" Version="1.6.0-beta6" />
13+
<PackageReference Include="CodeBlock.DevKit.AIChatBot" Version="1.6.0-beta6" />
14+
<PackageReference Include="CodeBlock.DevKit.Licensing" Version="1.6.0-beta6" />
15+
<PackageReference Include="CodeBlock.DevKit.Payment" Version="1.6.0-beta6" />
16+
<PackageReference Include="CodeBlock.DevKit.Pricing" Version="1.6.0-beta6" />
17+
<PackageReference Include="CodeBlock.DevKit.Settings" Version="1.6.0-beta6" />
18+
<PackageReference Include="CodeBlock.DevKit.Subscription" Version="1.6.0-beta6" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<ProjectReference Include="..\Core\Core.csproj" />

src/1-Libraries/Application/Services/DemoThings/DemoThingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using CanBeYours.Application.UseCases.DemoThings.GetDemoThing;
44
using CanBeYours.Application.UseCases.DemoThings.SearchDemoThings;
55
using CanBeYours.Application.UseCases.DemoThings.UpdateDemoThing;
6-
using CodeBlock.DevKit.Application.Srvices;
6+
using CodeBlock.DevKit.Application.Services;
77
using CodeBlock.DevKit.Contracts.Dtos;
88
using CodeBlock.DevKit.Core.Helpers;
99

src/1-Libraries/Application/UseCases/DemoThings/CreateDemoThing/CreateDemoThingUseCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using CanBeYours.Core.Domain.DemoThings;
22
using CodeBlock.DevKit.Application.Commands;
3-
using CodeBlock.DevKit.Application.Srvices;
3+
using CodeBlock.DevKit.Application.Services;
44
using CodeBlock.DevKit.Core.Helpers;
55
using MediatR;
66
using Microsoft.Extensions.Logging;

src/1-Libraries/Application/UseCases/DemoThings/GetDemoThing/GetDemoThingUseCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using CanBeYours.Application.Helpers;
55
using CanBeYours.Core.Domain.DemoThings;
66
using CodeBlock.DevKit.Application.Queries;
7-
using CodeBlock.DevKit.Application.Srvices;
7+
using CodeBlock.DevKit.Application.Services;
88
using CodeBlock.DevKit.Contracts.Services;
99
using MediatR;
1010
using Microsoft.Extensions.Logging;

src/1-Libraries/Application/UseCases/DemoThings/UpdateDemoThing/UpdateDemoThingUseCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using CanBeYours.Application.Exceptions;
22
using CanBeYours.Core.Domain.DemoThings;
33
using CodeBlock.DevKit.Application.Commands;
4-
using CodeBlock.DevKit.Application.Srvices;
4+
using CodeBlock.DevKit.Application.Services;
55
using CodeBlock.DevKit.Core.Helpers;
66
using MediatR;
77
using Microsoft.Extensions.Logging;

src/1-Libraries/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>CanBeYours.Core</RootNamespace>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Domain" Version="1.5.1" />
9+
<PackageReference Include="CodeBlock.DevKit.Domain" Version="1.6.0-beta6" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<Compile Update="Resources\SharedResource.Designer.cs">

src/1-Libraries/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>CanBeYours.Infrastructure</RootNamespace>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Infrastructure" Version="1.5.1" />
9+
<PackageReference Include="CodeBlock.DevKit.Infrastructure" Version="1.6.0-beta6" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\Application\Application.csproj" />

src/2-Clients/AdminPanel/AdminPanel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Clients.AdminPanel" Version="1.5.1" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.AdminPanel" Version="1.6.0-beta6" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

src/2-Clients/AdminPanel/Pages/_Host.cshtml

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

2727
<component type="typeof(ConnectionState)" render-mode="Static" />
2828

29-
<script src="js/cb.admin.panel.spa.min.js"></script>
29+
<script src="js/cb.admin.panel.spa.min.js?v=1.6.0-beta6"></script>
3030
<script src="_framework/blazor.server.js"></script>
3131
</body>
3232
</html>

src/2-Clients/AdminPanel/_Imports.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@using Blazored.Modal.Services
88
@using Blazored.Toast.Services
99
@using Blazored.Modal
10-
@using CodeBlock.DevKit.Application.Srvices
10+
@using CodeBlock.DevKit.Application.Services
1111
@using CodeBlock.DevKit.Web.Blazor.Server.Services
1212
@using Microsoft.AspNetCore.Authorization
1313
@using Microsoft.AspNetCore.Components.Authorization

0 commit comments

Comments
 (0)