Skip to content

Commit 955554d

Browse files
committed
Upgraded template to ABP v0.5.5.
1 parent 59bc3b5 commit 955554d

Some content is hidden

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

54 files changed

+4512
-107
lines changed

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
@@ -32,13 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Abp, Version=0.5.4.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.AutoMapper, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.AutoMapper, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.AutoMapper.0.5.3.0\lib\net451\Abp.AutoMapper.dll</HintPath>
41+
<HintPath>..\packages\Abp.AutoMapper.0.5.5.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>

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.4.0" targetFramework="net451" />
4-
<package id="Abp.AutoMapper" version="0.5.3.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.5.0" targetFramework="net451" />
4+
<package id="Abp.AutoMapper" version="0.5.5.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: 2 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.4.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.5.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>

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.4.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.5.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: 4 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.4.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.EntityFramework, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.EntityFramework, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.EntityFramework.0.5.3.0\lib\net451\Abp.EntityFramework.dll</HintPath>
41+
<HintPath>..\packages\Abp.EntityFramework.0.5.5.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>

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.4.0" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.5.3.0" targetFramework="net451" />
3+
<package id="Abp" version="0.5.5.0" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.5.5.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 & 8 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.4.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.5.4.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.5.5.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.FluentMigrator, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.FluentMigrator, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.FluentMigrator.0.5.3.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
41+
<HintPath>..\packages\Abp.FluentMigrator.0.5.5.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.NHibernate, Version=0.5.3.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.NHibernate, Version=0.5.5.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.NHibernate.0.5.3.0\lib\net451\Abp.NHibernate.dll</HintPath>
45+
<HintPath>..\packages\Abp.NHibernate.0.5.5.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>
@@ -56,8 +56,9 @@
5656
<SpecificVersion>False</SpecificVersion>
5757
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
5858
</Reference>
59-
<Reference Include="FluentMigrator">
60-
<HintPath>..\packages\FluentMigrator.1.4.0.0\lib\40\FluentMigrator.dll</HintPath>
59+
<Reference Include="FluentMigrator, Version=1.5.0.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
60+
<SpecificVersion>False</SpecificVersion>
61+
<HintPath>..\packages\FluentMigrator.1.5.0.0\lib\40\FluentMigrator.dll</HintPath>
6162
</Reference>
6263
<Reference Include="FluentNHibernate, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
6364
<SpecificVersion>False</SpecificVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
..\packages\FluentMigrator.1.2.1.0\tools\Migrate.exe /connection "Server=localhost; Database=MySpaProjectDb; Trusted_Connection=True;" /db sqlserver /target "bin\Debug\MySpaProject.Infrastructure.NHibernate.dll"
1+
..\packages\FluentMigrator.1.5.0.0\tools\Migrate.exe /connection "Server=localhost; Database=MySpaProjectDb; Trusted_Connection=True;" /db sqlserver /target "bin\Debug\MySpaProject.Infrastructure.NHibernate.dll"
22
pause

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="FluentMigrator" publicKeyToken="aacfc7de5acabf05" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
11+
<bindingRedirect oldVersion="0.0.0.0-1.5.0.0" newVersion="1.5.0.0" />
1212
</dependentAssembly>
1313
<dependentAssembly>
1414
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
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" />
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" />
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" />
9-
<package id="FluentMigrator" version="1.4.0.0" targetFramework="net451" />
9+
<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" />

0 commit comments

Comments
 (0)