Skip to content

Commit fcd04f7

Browse files
committed
Upgraded to ABP 0.5.11.0
1 parent 955554d commit fcd04f7

File tree

957 files changed

+24239
-13427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

957 files changed

+24239
-13427
lines changed

Templates/All-In-One-Template/MySpaProject/MySpaProject.Application/MySpaProject.Application.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.11.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.AutoMapper, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.AutoMapper, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.AutoMapper.0.5.5.0\lib\net451\Abp.AutoMapper.dll</HintPath>
41+
<HintPath>..\packages\Abp.AutoMapper.0.5.11.0\lib\net451\Abp.AutoMapper.dll</HintPath>
4242
</Reference>
4343
<Reference Include="AutoMapper">
4444
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>
@@ -58,6 +58,10 @@
5858
<SpecificVersion>False</SpecificVersion>
5959
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
6060
</Reference>
61+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
62+
<SpecificVersion>False</SpecificVersion>
63+
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
64+
</Reference>
6165
<Reference Include="Nito.AsyncEx">
6266
<HintPath>..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.dll</HintPath>
6367
</Reference>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.5.0" targetFramework="net451" />
4-
<package id="Abp.AutoMapper" version="0.5.5.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.11.0" targetFramework="net451" />
4+
<package id="Abp.AutoMapper" version="0.5.11.0" targetFramework="net451" />
55
<package id="AutoMapper" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
99
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
10+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net451" />
1011
<package id="Nito.AsyncEx" version="3.0.0" targetFramework="net451" />
1112
</packages>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Core/MySpaProject.Core.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.11.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
@@ -48,6 +48,10 @@
4848
<SpecificVersion>False</SpecificVersion>
4949
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
5050
</Reference>
51+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
52+
<SpecificVersion>False</SpecificVersion>
53+
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
54+
</Reference>
5155
<Reference Include="Nito.AsyncEx">
5256
<HintPath>..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.dll</HintPath>
5357
</Reference>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.5.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.11.0" targetFramework="net451" />
44
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
55
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
66
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
77
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
8+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net451" />
89
<package id="Nito.AsyncEx" version="3.0.0" targetFramework="net451" />
910
</packages>

Templates/All-In-One-Template/MySpaProject/MySpaProject.EntityFramework/MySpaProject.EntityFramework.csproj

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.11.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.EntityFramework, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.EntityFramework, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.EntityFramework.0.5.5.0\lib\net451\Abp.EntityFramework.dll</HintPath>
41+
<HintPath>..\packages\Abp.EntityFramework.0.5.11.0\lib\net451\Abp.EntityFramework.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
@@ -54,11 +54,18 @@
5454
</Reference>
5555
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5656
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath>
57+
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
58+
</Reference>
59+
<Reference Include="EntityFramework.DynamicFilters">
60+
<HintPath>..\packages\EntityFramework.DynamicFilters.1.3.13\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
5861
</Reference>
5962
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
6063
<SpecificVersion>False</SpecificVersion>
61-
<HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
64+
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
65+
</Reference>
66+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67+
<SpecificVersion>False</SpecificVersion>
68+
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
6269
</Reference>
6370
<Reference Include="Nito.AsyncEx">
6471
<HintPath>..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.dll</HintPath>
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.5.0" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.5.5.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.11.0" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.5.11.0" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
66
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
77
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
8-
<package id="EntityFramework" version="6.1.2" targetFramework="net451" />
8+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
9+
<package id="EntityFramework.DynamicFilters" version="1.3.13" targetFramework="net451" />
910
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
11+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net451" />
1012
<package id="Nito.AsyncEx" version="3.0.0" targetFramework="net451" />
1113
</packages>

Templates/All-In-One-Template/MySpaProject/MySpaProject.NHibernate/MySpaProject.NHibernate.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.11.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.FluentMigrator, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.FluentMigrator, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.FluentMigrator.0.5.5.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
41+
<HintPath>..\packages\Abp.FluentMigrator.0.5.11.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.NHibernate, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.NHibernate, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.NHibernate.0.5.5.0\lib\net451\Abp.NHibernate.dll</HintPath>
45+
<HintPath>..\packages\Abp.NHibernate.0.5.11.0\lib\net451\Abp.NHibernate.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
@@ -68,6 +68,10 @@
6868
<SpecificVersion>False</SpecificVersion>
6969
<HintPath>..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll</HintPath>
7070
</Reference>
71+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
72+
<SpecificVersion>False</SpecificVersion>
73+
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
74+
</Reference>
7175
<Reference Include="NHibernate">
7276
<HintPath>..\packages\NHibernate.4.0.3.4000\lib\net40\NHibernate.dll</HintPath>
7377
</Reference>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.5.0" targetFramework="net451" />
4-
<package id="Abp.FluentMigrator" version="0.5.5.0" targetFramework="net451" />
5-
<package id="Abp.NHibernate" version="0.5.5.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.11.0" targetFramework="net451" />
4+
<package id="Abp.FluentMigrator" version="0.5.11.0" targetFramework="net451" />
5+
<package id="Abp.NHibernate" version="0.5.11.0" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />
99
<package id="FluentMigrator" version="1.5.0.0" targetFramework="net451" />
1010
<package id="FluentNHibernate" version="2.0.1.0" targetFramework="net451" />
1111
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net451" />
1212
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
13+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net451" />
1314
<package id="NHibernate" version="4.0.3.4000" targetFramework="net451" />
1415
<package id="Nito.AsyncEx" version="3.0.0" targetFramework="net451" />
1516
</packages>

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebApi/MySpaProject.WebApi.csproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.11.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.AutoMapper, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.AutoMapper, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.AutoMapper.0.5.5.0\lib\net451\Abp.AutoMapper.dll</HintPath>
41+
<HintPath>..\packages\Abp.AutoMapper.0.5.11.0\lib\net451\Abp.AutoMapper.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.Web, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.Web, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.Web.0.5.5.0\lib\net451\Abp.Web.dll</HintPath>
45+
<HintPath>..\packages\Abp.Web.0.5.11.0\lib\net451\Abp.Web.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Web.Api, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
47+
<Reference Include="Abp.Web.Api, Version=0.5.11.0, Culture=neutral, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Abp.Web.Api.0.5.5.0\lib\net451\Abp.Web.Api.dll</HintPath>
49+
<HintPath>..\packages\Abp.Web.Api.0.5.11.0\lib\net451\Abp.Web.Api.dll</HintPath>
5050
</Reference>
5151
<Reference Include="AutoMapper">
5252
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>
@@ -86,17 +86,17 @@
8686
</Reference>
8787
<Reference Include="System.Core" />
8888
<Reference Include="System.Net.Http" />
89-
<Reference Include="System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89+
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9090
<SpecificVersion>False</SpecificVersion>
91-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
91+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
9292
</Reference>
93-
<Reference Include="System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93+
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9494
<SpecificVersion>False</SpecificVersion>
95-
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath>
95+
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
9696
</Reference>
97-
<Reference Include="System.Web.Http.WebHost, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9898
<SpecificVersion>False</SpecificVersion>
99-
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.2\lib\net45\System.Web.Http.WebHost.dll</HintPath>
99+
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
100100
</Reference>
101101
<Reference Include="System.Xml.Linq" />
102102
<Reference Include="System.Data.DataSetExtensions" />

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebApi/app.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
11+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
1212
</dependentAssembly>
1313
<dependentAssembly>
1414
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
15+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
1616
</dependentAssembly>
1717
<dependentAssembly>
1818
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31bf3856ad364e35" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
19+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
2020
</dependentAssembly>
2121
<dependentAssembly>
2222
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

0 commit comments

Comments
 (0)