Skip to content

Commit abcc26a

Browse files
committed
Updated to ABP v0.3.2.
1 parent 7031aff commit abcc26a

File tree

19 files changed

+84
-80
lines changed

19 files changed

+84
-80
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ _UpgradeReport_Files/
107107
Backup*/
108108
UpgradeLog*.XML
109109
Templates/All-In-One-Template/MySpaProject/MySpaProject.WebMpa/Logs/Logs.txt
110+
/Templates/All-In-One-Template/MySpaProject/MySpaProject.WebSpaAngular/Logs/Logs.txt
111+
/Templates/All-In-One-Template/MySpaProject/MySpaProject.WebSpaDurandal/Logs/Logs.txt

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Application, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Application, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Application.0.3.1.3\lib\net451\Abp.Application.dll</HintPath>
39+
<HintPath>..\packages\Abp.Application.0.3.2.0\lib\net451\Abp.Application.dll</HintPath>
4040
</Reference>
4141
<Reference Include="AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>

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.3.1.3" targetFramework="net451" />
4-
<package id="Abp.Application" version="0.3.1.3" targetFramework="net451" />
3+
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
4+
<package id="Abp.Application" version="0.3.2.0" targetFramework="net451" />
55
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.0" 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
3838
<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.3.1.3" targetFramework="net451" />
3+
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
44
<package id="Castle.Core" version="3.3.0" 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.Infrastructure.EntityFramework/MySpaProject.Infrastructure.EntityFramework.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Infrastructure.EntityFramework, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Infrastructure.EntityFramework, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Infrastructure.EntityFramework.0.3.1.3\lib\net451\Abp.Infrastructure.EntityFramework.dll</HintPath>
39+
<HintPath>..\packages\Abp.Infrastructure.EntityFramework.0.3.2.0\lib\net451\Abp.Infrastructure.EntityFramework.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Castle.Core">
4242
<HintPath>..\packages\Castle.Core.3.3.0\lib\net45\Castle.Core.dll</HintPath>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Infrastructure.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.3.1.3" targetFramework="net451" />
4-
<package id="Abp.Infrastructure.EntityFramework" version="0.3.1.3" targetFramework="net451" />
3+
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
4+
<package id="Abp.Infrastructure.EntityFramework" version="0.3.2.0" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.0" 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.Infrastructure.NHibernate/MySpaProject.Infrastructure.NHibernate.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp">
34-
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
33+
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
34+
<SpecificVersion>False</SpecificVersion>
35+
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
3536
</Reference>
36-
<Reference Include="Abp.Infrastructure.NHibernate">
37-
<HintPath>..\packages\Abp.Infrastructure.NHibernate.0.3.1.3\lib\net451\Abp.Infrastructure.NHibernate.dll</HintPath>
37+
<Reference Include="Abp.Infrastructure.NHibernate, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\packages\Abp.Infrastructure.NHibernate.0.3.2.0\lib\net451\Abp.Infrastructure.NHibernate.dll</HintPath>
3840
</Reference>
3941
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4042
<SpecificVersion>False</SpecificVersion>

Templates/All-In-One-Template/MySpaProject/MySpaProject.Infrastructure.NHibernate/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.3.1.3" targetFramework="net451" />
4-
<package id="Abp.Infrastructure.NHibernate" version="0.3.1.3" targetFramework="net451" />
3+
<package id="Abp" version="0.3.2.0" targetFramework="net451" />
4+
<package id="Abp.Infrastructure.NHibernate" version="0.3.2.0" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.0" 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.WebApi/MySpaProject.WebApi.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="Abp, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.3.1.3\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.3.2.0\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Application, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Application, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Application.0.3.1.3\lib\net451\Abp.Application.dll</HintPath>
39+
<HintPath>..\packages\Abp.Application.0.3.2.0\lib\net451\Abp.Application.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.Web, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
41+
<Reference Include="Abp.Web, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\Abp.Web.0.3.1.3\lib\net451\Abp.Web.dll</HintPath>
43+
<HintPath>..\packages\Abp.Web.0.3.2.0\lib\net451\Abp.Web.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Abp.Web.Api, Version=0.3.1.3, Culture=neutral, processorArchitecture=MSIL">
45+
<Reference Include="Abp.Web.Api, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\Abp.Web.Api.0.3.1.3\lib\net451\Abp.Web.Api.dll</HintPath>
47+
<HintPath>..\packages\Abp.Web.Api.0.3.2.0\lib\net451\Abp.Web.Api.dll</HintPath>
4848
</Reference>
4949
<Reference Include="AutoMapper">
5050
<HintPath>..\packages\AutoMapper.3.2.1\lib\net40\AutoMapper.dll</HintPath>

0 commit comments

Comments
 (0)