Skip to content

Commit 59bc3b5

Browse files
committed
Upgraded to ABP 0.5.4.
1 parent 441da74 commit 59bc3b5

File tree

16 files changed

+111
-84
lines changed

16 files changed

+111
-84
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp">
36-
<HintPath>..\packages\Abp.0.5.2.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
3738
</Reference>
38-
<Reference Include="Abp.AutoMapper">
39-
<HintPath>..\packages\Abp.AutoMapper.0.5.2.0\lib\net451\Abp.AutoMapper.dll</HintPath>
39+
<Reference Include="Abp.AutoMapper, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Abp.AutoMapper.0.5.3.0\lib\net451\Abp.AutoMapper.dll</HintPath>
4042
</Reference>
4143
<Reference Include="AutoMapper">
4244
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Application/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.2.0" targetFramework="net451" />
4-
<package id="Abp.AutoMapper" version="0.5.2.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.4.0" targetFramework="net451" />
4+
<package id="Abp.AutoMapper" version="0.5.3.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" />

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp">
36-
<HintPath>..\packages\Abp.0.5.2.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
3738
</Reference>
3839
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
3940
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Core/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="Abp" version="0.5.2.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.4.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" />

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp">
36-
<HintPath>..\packages\Abp.0.5.2.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
3738
</Reference>
38-
<Reference Include="Abp.EntityFramework">
39-
<HintPath>..\packages\Abp.EntityFramework.0.5.2.0\lib\net451\Abp.EntityFramework.dll</HintPath>
39+
<Reference Include="Abp.EntityFramework, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Abp.EntityFramework.0.5.3.0\lib\net451\Abp.EntityFramework.dll</HintPath>
4042
</Reference>
4143
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4244
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.EntityFramework/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.2.0" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.5.2.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.4.0" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.5.3.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" />

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp">
36-
<HintPath>..\packages\Abp.0.5.2.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
3738
</Reference>
38-
<Reference Include="Abp.FluentMigrator">
39-
<HintPath>..\packages\Abp.FluentMigrator.0.5.2.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
39+
<Reference Include="Abp.FluentMigrator, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Abp.FluentMigrator.0.5.3.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
4042
</Reference>
41-
<Reference Include="Abp.NHibernate">
42-
<HintPath>..\packages\Abp.NHibernate.0.5.2.0\lib\net451\Abp.NHibernate.dll</HintPath>
43+
<Reference Include="Abp.NHibernate, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
44+
<SpecificVersion>False</SpecificVersion>
45+
<HintPath>..\packages\Abp.NHibernate.0.5.3.0\lib\net451\Abp.NHibernate.dll</HintPath>
4346
</Reference>
4447
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4548
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.NHibernate/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.2.0" targetFramework="net451" />
4-
<package id="Abp.FluentMigrator" version="0.5.2.0" targetFramework="net451" />
5-
<package id="Abp.NHibernate" version="0.5.2.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.4.0" targetFramework="net451" />
4+
<package id="Abp.FluentMigrator" version="0.5.3.0" targetFramework="net451" />
5+
<package id="Abp.NHibernate" version="0.5.3.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" />

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,21 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp">
36-
<HintPath>..\packages\Abp.0.5.2.0\lib\net451\Abp.dll</HintPath>
35+
<Reference Include="Abp, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
3738
</Reference>
38-
<Reference Include="Abp.AutoMapper">
39-
<HintPath>..\packages\Abp.AutoMapper.0.5.2.0\lib\net451\Abp.AutoMapper.dll</HintPath>
39+
<Reference Include="Abp.AutoMapper, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Abp.AutoMapper.0.5.3.0\lib\net451\Abp.AutoMapper.dll</HintPath>
4042
</Reference>
41-
<Reference Include="Abp.Web">
42-
<HintPath>..\packages\Abp.Web.0.5.2.0\lib\net451\Abp.Web.dll</HintPath>
43+
<Reference Include="Abp.Web, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
44+
<SpecificVersion>False</SpecificVersion>
45+
<HintPath>..\packages\Abp.Web.0.5.3.0\lib\net451\Abp.Web.dll</HintPath>
4346
</Reference>
44-
<Reference Include="Abp.Web.Api">
45-
<HintPath>..\packages\Abp.Web.Api.0.5.2.0\lib\net451\Abp.Web.Api.dll</HintPath>
47+
<Reference Include="Abp.Web.Api, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
48+
<SpecificVersion>False</SpecificVersion>
49+
<HintPath>..\packages\Abp.Web.Api.0.5.3.0\lib\net451\Abp.Web.Api.dll</HintPath>
4650
</Reference>
4751
<Reference Include="AutoMapper">
4852
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="0.5.2.0" targetFramework="net451" />
4-
<package id="Abp.AutoMapper" version="0.5.2.0" targetFramework="net451" />
5-
<package id="Abp.Web" version="0.5.2.0" targetFramework="net451" />
6-
<package id="Abp.Web.Api" version="0.5.2.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.4.0" targetFramework="net451" />
4+
<package id="Abp.AutoMapper" version="0.5.3.0" targetFramework="net451" />
5+
<package id="Abp.Web" version="0.5.3.0" targetFramework="net451" />
6+
<package id="Abp.Web.Api" version="0.5.3.0" targetFramework="net451" />
77
<package id="AutoMapper" version="3.3.1" targetFramework="net451" />
88
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
99
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />

0 commit comments

Comments
 (0)