Skip to content

Commit 4cff898

Browse files
authored
feat(IP2Region): bump version 9.0.4 (#6956)
* chore: 更改注入方法名称 * feat(IP2Region): bump version 9.0.4
1 parent ab2a546 commit 4cff898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="BootstrapBlazor.Html2Pdf" Version="9.0.4" />
4848
<PackageReference Include="BootstrapBlazor.IconPark" Version="9.0.3" />
4949
<PackageReference Include="BootstrapBlazor.ImageCropper" Version="9.0.3" />
50-
<PackageReference Include="BootstrapBlazor.IP2Region" Version="9.0.3" />
50+
<PackageReference Include="BootstrapBlazor.IP2Region" Version="9.0.4" />
5151
<PackageReference Include="BootstrapBlazor.JitsiMeet" Version="9.0.0" />
5252
<PackageReference Include="BootstrapBlazor.JuHeIpLocatorProvider" Version="9.0.0" />
5353
<PackageReference Include="BootstrapBlazor.Live2DDisplay" Version="9.0.1" />

src/BootstrapBlazor.Server/Extensions/ServiceCollectionSharedExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static IServiceCollection AddBootstrapBlazorServices(this IServiceCollect
8989
services.AddBootstrapBlazorTableExportService();
9090

9191
// 增加离线 IP 定位服务
92-
services.AddBootstrapBlazorIP2RegionfService();
92+
services.AddBootstrapBlazorIP2RegionService();
9393

9494
// 增加 JuHe 定位服务
9595
services.AddBootstrapBlazorJuHeIpLocatorService();

0 commit comments

Comments
 (0)