Skip to content

Commit

Permalink
更新多个项目中的包版本
Browse files Browse the repository at this point in the history
在 `IoTZero.csproj` 文件中:
- 将 `DH.NCube.Core` 包的版本从 `3.7.2024.822` 更新到 `3.7.2024.826-beta0428`。
- 将 `DH.NIoT` 包的版本从 `3.7.2024.820-beta0922` 更新到 `3.7.2024.826-beta0604`。

在 `Zero.RpcServer.csproj` 文件中:
- 将 `DH.NCode` 包的版本从 `3.7.2024.826-beta0229` 更新到 `3.7.2024.826-beta0401`。

在 `ZeroServer.csproj` 文件中:
- 将 `DH.NCube.Core` 包的版本从 `3.7.2024.822` 更新到 `3.7.2024.826-beta0428`。
  • Loading branch information
猿人易 committed Aug 26, 2024
1 parent d026df1 commit a1eea73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Samples/IoTZero/IoTZero.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DH.NCube.Core" Version="3.7.2024.822" />
<PackageReference Include="DH.NIoT" Version="3.7.2024.820-beta0922" />
<PackageReference Include="DH.NCube.Core" Version="3.7.2024.826-beta0428" />
<PackageReference Include="DH.NIoT" Version="3.7.2024.826-beta0604" />
<PackageReference Include="DH.NMQTT" Version="3.7.2024.821-beta0256" />
<PackageReference Include="DH.NRedis" Version="3.7.2024.826-beta0225" />
<PackageReference Include="DH.NStardust.Extensions" Version="3.7.2024.826-beta0214" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Zero.RpcServer/Zero.RpcServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DH.NCode" Version="3.7.2024.826-beta0229" />
<PackageReference Include="DH.NCode" Version="3.7.2024.826-beta0401" />
<PackageReference Include="DH.NRedis" Version="3.7.2024.826-beta0225" />
<PackageReference Include="DH.NStardust" Version="3.7.2024.826-beta0214" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/ZeroServer/ZeroServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DH.NCube.Core" Version="3.7.2024.822" />
<PackageReference Include="DH.NCube.Core" Version="3.7.2024.826-beta0428" />
<PackageReference Include="DH.NRedis" Version="3.7.2024.826-beta0225" />
<PackageReference Include="DH.NStardust.Extensions" Version="3.7.2024.826-beta0214" />
</ItemGroup>
Expand Down

0 comments on commit a1eea73

Please sign in to comment.