Skip to content

Commit 6a31032

Browse files
committed
upgrade version to 2.0.4
1 parent d3a1d50 commit 6a31032

File tree

13 files changed

+71
-67
lines changed

13 files changed

+71
-67
lines changed

src/EQueue.AdminWeb/EQueue.AdminWeb.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@
5151
<SpecificVersion>False</SpecificVersion>
5252
<HintPath>..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
5353
</Reference>
54-
<Reference Include="ECommon, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
54+
<Reference Include="ECommon, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5555
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\packages\ECommon.1.5.5\lib\net45\ECommon.dll</HintPath>
56+
<HintPath>..\packages\ECommon.1.5.6\lib\net45\ECommon.dll</HintPath>
5757
</Reference>
58-
<Reference Include="ECommon.Autofac, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
58+
<Reference Include="ECommon.Autofac, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5959
<SpecificVersion>False</SpecificVersion>
60-
<HintPath>..\packages\ecommon.autofac.1.5.5\lib\net45\ECommon.Autofac.dll</HintPath>
60+
<HintPath>..\packages\ecommon.autofac.1.5.6\lib\net45\ECommon.Autofac.dll</HintPath>
6161
</Reference>
62-
<Reference Include="ECommon.JsonNet, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
62+
<Reference Include="ECommon.JsonNet, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
6363
<SpecificVersion>False</SpecificVersion>
64-
<HintPath>..\packages\ecommon.jsonnet.1.5.5\lib\net45\ECommon.JsonNet.dll</HintPath>
64+
<HintPath>..\packages\ecommon.jsonnet.1.5.6\lib\net45\ECommon.JsonNet.dll</HintPath>
6565
</Reference>
66-
<Reference Include="ECommon.Log4Net, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
66+
<Reference Include="ECommon.Log4Net, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
6767
<SpecificVersion>False</SpecificVersion>
68-
<HintPath>..\packages\ecommon.log4net.1.5.5\lib\net45\ECommon.Log4Net.dll</HintPath>
68+
<HintPath>..\packages\ecommon.log4net.1.5.6\lib\net45\ECommon.Log4Net.dll</HintPath>
6969
</Reference>
7070
<Reference Include="log4net">
7171
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>

src/EQueue.AdminWeb/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<package id="Autofac" version="3.5.2" targetFramework="net45" />
55
<package id="Autofac.Mvc5" version="3.3.4" targetFramework="net45" />
66
<package id="bootstrap" version="3.0.0" targetFramework="net45" />
7-
<package id="ECommon" version="1.5.5" targetFramework="net45" />
8-
<package id="ECommon.Autofac" version="1.5.5" targetFramework="net45" />
9-
<package id="ECommon.JsonNet" version="1.5.5" targetFramework="net45" />
10-
<package id="ECommon.Log4Net" version="1.5.5" targetFramework="net45" />
7+
<package id="ECommon" version="1.5.6" targetFramework="net45" />
8+
<package id="ECommon.Autofac" version="1.5.6" targetFramework="net45" />
9+
<package id="ECommon.JsonNet" version="1.5.6" targetFramework="net45" />
10+
<package id="ECommon.Log4Net" version="1.5.6" targetFramework="net45" />
1111
<package id="jQuery" version="1.10.2" targetFramework="net45" />
1212
<package id="log4net" version="2.0.3" targetFramework="net45" />
1313
<package id="Microsoft.AspNet.Mvc" version="5.1.0" targetFramework="net45" />

src/EQueue.MessageStorePerfTests/EQueue.MessageStorePerfTests.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
<SpecificVersion>False</SpecificVersion>
3939
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
4040
</Reference>
41-
<Reference Include="ECommon, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
41+
<Reference Include="ECommon, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\ECommon.1.5.5\lib\net45\ECommon.dll</HintPath>
43+
<HintPath>..\packages\ECommon.1.5.6\lib\net45\ECommon.dll</HintPath>
4444
</Reference>
45-
<Reference Include="ECommon.Autofac, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
45+
<Reference Include="ECommon.Autofac, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\ECommon.Autofac.1.5.5\lib\net45\ECommon.Autofac.dll</HintPath>
47+
<HintPath>..\packages\ECommon.Autofac.1.5.6\lib\net45\ECommon.Autofac.dll</HintPath>
4848
</Reference>
49-
<Reference Include="ECommon.JsonNet, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
49+
<Reference Include="ECommon.JsonNet, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\ECommon.JsonNet.1.5.5\lib\net45\ECommon.JsonNet.dll</HintPath>
51+
<HintPath>..\packages\ECommon.JsonNet.1.5.6\lib\net45\ECommon.JsonNet.dll</HintPath>
5252
</Reference>
53-
<Reference Include="ECommon.Log4Net, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
53+
<Reference Include="ECommon.Log4Net, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\packages\ECommon.Log4Net.1.5.5\lib\net45\ECommon.Log4Net.dll</HintPath>
55+
<HintPath>..\packages\ECommon.Log4Net.1.5.6\lib\net45\ECommon.Log4Net.dll</HintPath>
5656
</Reference>
5757
<Reference Include="log4net">
5858
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.5.2" targetFramework="net45" />
4-
<package id="ECommon" version="1.5.5" targetFramework="net45" />
5-
<package id="ECommon.Autofac" version="1.5.5" targetFramework="net45" />
6-
<package id="ECommon.JsonNet" version="1.5.5" targetFramework="net45" />
7-
<package id="ECommon.Log4Net" version="1.5.5" targetFramework="net45" />
4+
<package id="ECommon" version="1.5.6" targetFramework="net45" />
5+
<package id="ECommon.Autofac" version="1.5.6" targetFramework="net45" />
6+
<package id="ECommon.JsonNet" version="1.5.6" targetFramework="net45" />
7+
<package id="ECommon.Log4Net" version="1.5.6" targetFramework="net45" />
88
<package id="log4net" version="2.0.3" targetFramework="net45" />
99
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1010
</packages>

src/EQueue/EQueue.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="ECommon, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
42+
<Reference Include="ECommon, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4343
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\packages\ECommon.1.5.5\lib\net45\ECommon.dll</HintPath>
44+
<HintPath>..\packages\ECommon.1.5.6\lib\net45\ECommon.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.CSharp" />
4747
<Reference Include="Microsoft.VisualBasic" />
@@ -173,7 +173,9 @@
173173
<Compile Include="Utils\StringExtensions.cs" />
174174
</ItemGroup>
175175
<ItemGroup>
176-
<None Include="packages.config" />
176+
<None Include="packages.config">
177+
<SubType>Designer</SubType>
178+
</None>
177179
<None Include="README.md" />
178180
</ItemGroup>
179181
<ItemGroup />

src/EQueue/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
3333
// 方法是按如下所示使用“*”:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.3")]
36-
[assembly: AssemblyFileVersion("2.0.3")]
35+
[assembly: AssemblyVersion("2.0.4")]
36+
[assembly: AssemblyFileVersion("2.0.4")]

src/EQueue/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ECommon" version="1.5.5" targetFramework="net45" />
3+
<package id="ECommon" version="1.5.6" targetFramework="net45" />
44
</packages>

src/Samples/QuickStart/QuickStart.BrokerServer/QuickStart.BrokerServer.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
<SpecificVersion>False</SpecificVersion>
4242
<HintPath>..\..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
4343
</Reference>
44-
<Reference Include="ECommon, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
44+
<Reference Include="ECommon, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4545
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\..\..\packages\ECommon.1.5.5\lib\net45\ECommon.dll</HintPath>
46+
<HintPath>..\..\..\packages\ECommon.1.5.6\lib\net45\ECommon.dll</HintPath>
4747
</Reference>
48-
<Reference Include="ECommon.Autofac, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
48+
<Reference Include="ECommon.Autofac, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4949
<SpecificVersion>False</SpecificVersion>
50-
<HintPath>..\..\..\packages\ECommon.Autofac.1.5.5\lib\net45\ECommon.Autofac.dll</HintPath>
50+
<HintPath>..\..\..\packages\ECommon.Autofac.1.5.6\lib\net45\ECommon.Autofac.dll</HintPath>
5151
</Reference>
52-
<Reference Include="ECommon.JsonNet, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
52+
<Reference Include="ECommon.JsonNet, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\..\..\packages\ECommon.JsonNet.1.5.5\lib\net45\ECommon.JsonNet.dll</HintPath>
54+
<HintPath>..\..\..\packages\ECommon.JsonNet.1.5.6\lib\net45\ECommon.JsonNet.dll</HintPath>
5555
</Reference>
56-
<Reference Include="ECommon.Log4Net, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
56+
<Reference Include="ECommon.Log4Net, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\..\packages\ECommon.Log4Net.1.5.5\lib\net45\ECommon.Log4Net.dll</HintPath>
58+
<HintPath>..\..\..\packages\ECommon.Log4Net.1.5.6\lib\net45\ECommon.Log4Net.dll</HintPath>
5959
</Reference>
6060
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
6161
<SpecificVersion>False</SpecificVersion>
@@ -87,7 +87,9 @@
8787
<None Include="log4net.config">
8888
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8989
</None>
90-
<None Include="packages.config" />
90+
<None Include="packages.config">
91+
<SubType>Designer</SubType>
92+
</None>
9193
</ItemGroup>
9294
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9395
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.5.2" targetFramework="net45" />
4-
<package id="ECommon" version="1.5.5" targetFramework="net45" />
5-
<package id="ECommon.Autofac" version="1.5.5" targetFramework="net45" />
6-
<package id="ECommon.JsonNet" version="1.5.5" targetFramework="net45" />
7-
<package id="ECommon.Log4Net" version="1.5.5" targetFramework="net45" />
4+
<package id="ECommon" version="1.5.6" targetFramework="net45" />
5+
<package id="ECommon.Autofac" version="1.5.6" targetFramework="net45" />
6+
<package id="ECommon.JsonNet" version="1.5.6" targetFramework="net45" />
7+
<package id="ECommon.Log4Net" version="1.5.6" targetFramework="net45" />
88
<package id="log4net" version="2.0.3" targetFramework="net45" />
99
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1010
</packages>

src/Samples/QuickStart/QuickStart.ConsumerClient/QuickStart.ConsumerClient.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
<SpecificVersion>False</SpecificVersion>
4242
<HintPath>..\..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
4343
</Reference>
44-
<Reference Include="ECommon, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
44+
<Reference Include="ECommon, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4545
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\..\..\packages\ECommon.1.5.5\lib\net45\ECommon.dll</HintPath>
46+
<HintPath>..\..\..\packages\ECommon.1.5.6\lib\net45\ECommon.dll</HintPath>
4747
</Reference>
48-
<Reference Include="ECommon.Autofac, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
48+
<Reference Include="ECommon.Autofac, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
4949
<SpecificVersion>False</SpecificVersion>
50-
<HintPath>..\..\..\packages\ECommon.Autofac.1.5.5\lib\net45\ECommon.Autofac.dll</HintPath>
50+
<HintPath>..\..\..\packages\ECommon.Autofac.1.5.6\lib\net45\ECommon.Autofac.dll</HintPath>
5151
</Reference>
52-
<Reference Include="ECommon.JsonNet, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
52+
<Reference Include="ECommon.JsonNet, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\..\..\packages\ECommon.JsonNet.1.5.5\lib\net45\ECommon.JsonNet.dll</HintPath>
54+
<HintPath>..\..\..\packages\ECommon.JsonNet.1.5.6\lib\net45\ECommon.JsonNet.dll</HintPath>
5555
</Reference>
56-
<Reference Include="ECommon.Log4Net, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
56+
<Reference Include="ECommon.Log4Net, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\..\packages\ECommon.Log4Net.1.5.5\lib\net45\ECommon.Log4Net.dll</HintPath>
58+
<HintPath>..\..\..\packages\ECommon.Log4Net.1.5.6\lib\net45\ECommon.Log4Net.dll</HintPath>
5959
</Reference>
6060
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
6161
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)