Skip to content

Commit 99becab

Browse files
committed
chore: bump version 9.0.5
1 parent b8131da commit 99becab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/extensions/BootstrapBlazor.TcpSocket/BootstrapBlazor.TcpSocket.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>9.0.4</Version>
4+
<Version>9.0.5</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -39,9 +39,9 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<Using Include="BootstrapBlazor.DataAdapters" />
43-
<Using Include="BootstrapBlazor.DataHandlers" />
44-
<Using Include="BootstrapBlazor.DataConverters" />
42+
<Using Include="BootstrapBlazor.Socket.DataAdapters" />
43+
<Using Include="BootstrapBlazor.Socket.DataHandlers" />
44+
<Using Include="BootstrapBlazor.Socket.DataConverters" />
4545
</ItemGroup>
4646

4747
</Project>

src/extensions/BootstrapBlazor.TcpSocket/DefaultTcpSocketFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

5-
using BootstrapBlazor.Components;
5+
using BootstrapBlazor.Socket.Logging;
66
using Microsoft.Extensions.DependencyInjection;
77
using Microsoft.Extensions.Logging;
88
using System.Collections.Concurrent;

0 commit comments

Comments
 (0)