Skip to content

Commit b63feee

Browse files
committed
refactor(nuget): 更新hsl组件到v5.2.0
1 parent c4e8bd0 commit b63feee

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

ClientsLibrary/ClientsLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<Reference Include="CommonLibrary">
3434
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
3535
</Reference>
36-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
36+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4040
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>

ClientsLibrary/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="5.0.10" targetFramework="net35" />
3+
<package id="HslCommunication" version="5.2.0" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net35" />
55
</packages>

CommonLibrary/CommonLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
34-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
33+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
34+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
3535
</Reference>
3636
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3737
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>

CommonLibrary/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="5.0.10" targetFramework="net35" />
3+
<package id="HslCommunication" version="5.2.0" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net35" />
55
</packages>

HslCommunicationNetTestTool/HslCommunicationNetTestTool.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
34+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3838
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="5.0.10" targetFramework="net35" />
3+
<package id="HslCommunication" version="5.2.0" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net35" />
55
</packages>

软件系统客户端Wpf/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="5.0.10" targetFramework="net45" />
3+
<package id="HslCommunication" version="5.2.0" targetFramework="net45" />
44
<package id="MaterialDesignColors" version="1.1.3" targetFramework="net45" />
55
<package id="MaterialDesignThemes" version="2.4.0.1044" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />

软件系统客户端Wpf/软件系统客户端Wpf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<Reference Include="CommonLibrary">
4141
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
4242
</Reference>
43-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
43+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
4545
</Reference>
4646
<Reference Include="MaterialDesignColors, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
4747
<HintPath>..\packages\MaterialDesignColors.1.1.3\lib\net45\MaterialDesignColors.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="5.0.10" targetFramework="net35" />
3+
<package id="HslCommunication" version="5.2.0" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net35" />
55
</packages>

软件系统客户端模版/软件系统客户端模版.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<Reference Include="CommonLibrary">
4040
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
4141
</Reference>
42-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
42+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
4444
</Reference>
4545
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4646
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="5.0.10" targetFramework="net35" />
3+
<package id="HslCommunication" version="5.2.0" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net35" />
55
</packages>

软件系统服务端模版/软件系统服务端模版.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<Reference Include="CommonLibrary">
3636
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
3737
</Reference>
38-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
38+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>

软件系统浏览器模版/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Antlr" version="3.5.0.2" targetFramework="net45" />
44
<package id="bootstrap" version="3.3.7" targetFramework="net45" />
5-
<package id="HslCommunication" version="5.0.10" targetFramework="net45" />
5+
<package id="HslCommunication" version="5.2.0" targetFramework="net45" />
66
<package id="jQuery" version="1.10.2" targetFramework="net45" />
77
<package id="jQuery.Validation" version="1.17.0" targetFramework="net45" />
88
<package id="Microsoft.ApplicationInsights" version="2.5.1" targetFramework="net45" />

软件系统浏览器模版/软件系统浏览器模版.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>..\CommonLibrary\bin\Debug\CommonLibrary.dll</HintPath>
5959
</Reference>
60-
<Reference Include="HslCommunication, Version=5.0.10.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>..\packages\HslCommunication.5.0.10\lib\net35\HslCommunication.dll</HintPath>
60+
<Reference Include="HslCommunication, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
61+
<HintPath>..\packages\HslCommunication.5.2.0\lib\net35\HslCommunication.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Microsoft.AI.Agent.Intercept, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6464
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.4.0\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>

0 commit comments

Comments
 (0)