Skip to content

Commit 37b207a

Browse files
chore: update dev kit
1 parent f07ccad commit 37b207a

7 files changed

Lines changed: 8 additions & 6 deletions

File tree

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.3.6" />
9+
<PackageReference Include="CodeBlock.DevKit.Domain" Version="1.3.7" />
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.3.6" />
9+
<PackageReference Include="CodeBlock.DevKit.Infrastructure" Version="1.3.7" />
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.3.6" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.AdminPanel" Version="1.3.7" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

src/2-Clients/AdminPanel/Pages/DemoThings/Components/DemoThings.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<th scope="col">@SharedLocalizer[SharedResource.DemoThing_Name]</th>
88
<th scope="col">@SharedLocalizer[SharedResource.DemoThing_Type]</th>
99
<th scope="col">@SharedLocalizer[SharedResource.DemoThing_Description]</th>
10+
<th scope="col">@SharedLocalizer[SharedResource.Email]</th>
1011
<th scope="col">@CoreLocalizer[CoreResource.CreateDateTime]</th>
1112
</tr>
1213
</thead>
@@ -30,6 +31,7 @@
3031
<td>@item.Name</td>
3132
<td>@item.Type.GetEnumDisplayName()</td>
3233
<td>@item.Description</td>
34+
<td>@item.UserEmail</td>
3335
<td class="f-xs">@item.CreationTime.FullDateLongTime</td>
3436
</tr>
3537
}

src/2-Clients/Api/Api.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.Api" Version="1.3.6" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.Api" Version="1.3.7" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

src/2-Clients/WebApp/WebApp.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.WebApp" Version="1.3.6" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.WebApp" Version="1.3.7" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

src/4-Build/Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<IsPackable>false</IsPackable>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="CodeBlock.DevKit.Build" Version="1.3.6" />
13+
<PackageReference Include="CodeBlock.DevKit.Build" Version="1.3.7" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)