Skip to content

Commit db9fdfc

Browse files
committed
resolved #146: Upgraded to ABP v3.9
1 parent 1e93b6b commit db9fdfc

File tree

19 files changed

+379
-197
lines changed

19 files changed

+379
-197
lines changed

src/AbpCompanyName.AbpProjectName.Application/AbpCompanyName.AbpProjectName.Application.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.8.3\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.9.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.3.8.3\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
41+
<Reference Include="Abp.AutoMapper, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.AutoMapper.3.9.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Zero, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.3.8.3\lib\net461\Abp.Zero.dll</HintPath>
44+
<Reference Include="Abp.Zero, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.3.9.0\lib\net461\Abp.Zero.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Zero.Common, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Zero.Common.3.8.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
47+
<Reference Include="Abp.Zero.Common, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Zero.Common.3.9.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
4949
</Reference>
5050
<Reference Include="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
5151
<HintPath>..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Application/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="3.8.3" targetFramework="net461" />
4-
<package id="Abp.AutoMapper" version="3.8.3" targetFramework="net461" />
5-
<package id="Abp.Zero" version="3.8.3" targetFramework="net461" />
6-
<package id="Abp.Zero.Common" version="3.8.3" targetFramework="net461" />
3+
<package id="Abp" version="3.9.0" targetFramework="net461" />
4+
<package id="Abp.AutoMapper" version="3.9.0" targetFramework="net461" />
5+
<package id="Abp.Zero" version="3.9.0" targetFramework="net461" />
6+
<package id="Abp.Zero.Common" version="3.9.0" targetFramework="net461" />
77
<package id="AutoMapper" version="7.0.1" targetFramework="net461" />
88
<package id="AutoMapper.Collection" version="4.0.0" targetFramework="net461" />
99
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />

src/AbpCompanyName.AbpProjectName.Core/AbpCompanyName.AbpProjectName.Core.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.8.3\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.9.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.Zero, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.Zero.3.8.3\lib\net461\Abp.Zero.dll</HintPath>
41+
<Reference Include="Abp.Zero, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.Zero.3.9.0\lib\net461\Abp.Zero.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Zero.Common, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Zero.Common.3.8.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
44+
<Reference Include="Abp.Zero.Common, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Zero.Common.3.9.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
4848
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>

src/AbpCompanyName.AbpProjectName.Core/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="3.8.3" targetFramework="net461" />
4-
<package id="Abp.Zero" version="3.8.3" targetFramework="net461" />
5-
<package id="Abp.Zero.Common" version="3.8.3" targetFramework="net461" />
3+
<package id="Abp" version="3.9.0" targetFramework="net461" />
4+
<package id="Abp.Zero" version="3.9.0" targetFramework="net461" />
5+
<package id="Abp.Zero.Common" version="3.9.0" targetFramework="net461" />
66
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />
77
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />
88
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />

src/AbpCompanyName.AbpProjectName.EntityFramework/AbpCompanyName.AbpProjectName.EntityFramework.csproj

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.8.3\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.9.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.EntityFramework, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.EntityFramework.3.8.3\lib\net461\Abp.EntityFramework.dll</HintPath>
41+
<Reference Include="Abp.EntityFramework, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.EntityFramework.3.9.0\lib\net461\Abp.EntityFramework.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.EntityFramework.Common, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.EntityFramework.Common.3.8.3\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
44+
<Reference Include="Abp.EntityFramework.Common, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.EntityFramework.Common.3.9.0\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Zero, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Zero.3.8.3\lib\net461\Abp.Zero.dll</HintPath>
47+
<Reference Include="Abp.Zero, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Zero.3.9.0\lib\net461\Abp.Zero.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Abp.Zero.Common, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.Zero.Common.3.8.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
50+
<Reference Include="Abp.Zero.Common, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Abp.Zero.Common.3.9.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.Zero.EntityFramework, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Abp.Zero.EntityFramework.3.8.3\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
53+
<Reference Include="Abp.Zero.EntityFramework, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\Abp.Zero.EntityFramework.3.9.0\lib\net461\Abp.Zero.EntityFramework.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
5757
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
@@ -224,6 +224,10 @@
224224
<Compile Include="Migrations\201809270654064_InitialMigrations.Designer.cs">
225225
<DependentUpon>201809270654064_InitialMigrations.cs</DependentUpon>
226226
</Compile>
227+
<Compile Include="Migrations\201810150846132_Upgraded_To_ABP_v3_9_0.cs" />
228+
<Compile Include="Migrations\201810150846132_Upgraded_To_ABP_v3_9_0.Designer.cs">
229+
<DependentUpon>201810150846132_Upgraded_To_ABP_v3_9_0.cs</DependentUpon>
230+
</Compile>
227231
<Compile Include="Migrations\AbpZeroDbMigrator.cs" />
228232
<Compile Include="Migrations\Configuration.cs" />
229233
<Compile Include="Migrations\SeedData\DefaultEditionsCreator.cs" />
@@ -249,6 +253,9 @@
249253
<EmbeddedResource Include="Migrations\201809270654064_InitialMigrations.resx">
250254
<DependentUpon>201809270654064_InitialMigrations.cs</DependentUpon>
251255
</EmbeddedResource>
256+
<EmbeddedResource Include="Migrations\201810150846132_Upgraded_To_ABP_v3_9_0.resx">
257+
<DependentUpon>201810150846132_Upgraded_To_ABP_v3_9_0.cs</DependentUpon>
258+
</EmbeddedResource>
252259
</ItemGroup>
253260
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
254261
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/201810150846132_Upgraded_To_ABP_v3_9_0.Designer.cs

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
namespace AbpCompanyName.AbpProjectName.Migrations
2+
{
3+
using System;
4+
using System.Data.Entity.Migrations;
5+
6+
public partial class Upgraded_To_ABP_v3_9_0 : DbMigration
7+
{
8+
public override void Up()
9+
{
10+
AlterColumn("dbo.AbpUsers", "Name", c => c.String(nullable: false, maxLength: 64));
11+
AlterColumn("dbo.AbpUsers", "Surname", c => c.String(nullable: false, maxLength: 64));
12+
}
13+
14+
public override void Down()
15+
{
16+
AlterColumn("dbo.AbpUsers", "Surname", c => c.String(nullable: false, maxLength: 32));
17+
AlterColumn("dbo.AbpUsers", "Name", c => c.String(nullable: false, maxLength: 32));
18+
}
19+
}
20+
}

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/201810150846132_Upgraded_To_ABP_v3_9_0.resx

Lines changed: 126 additions & 0 deletions
Large diffs are not rendered by default.

src/AbpCompanyName.AbpProjectName.EntityFramework/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Abp" version="3.8.3" targetFramework="net461" />
4-
<package id="Abp.EntityFramework" version="3.8.3" targetFramework="net461" />
5-
<package id="Abp.EntityFramework.Common" version="3.8.3" targetFramework="net461" />
6-
<package id="Abp.Zero" version="3.8.3" targetFramework="net461" />
7-
<package id="Abp.Zero.Common" version="3.8.3" targetFramework="net461" />
8-
<package id="Abp.Zero.EntityFramework" version="3.8.3" targetFramework="net461" />
3+
<package id="Abp" version="3.9.0" targetFramework="net461" />
4+
<package id="Abp.EntityFramework" version="3.9.0" targetFramework="net461" />
5+
<package id="Abp.EntityFramework.Common" version="3.9.0" targetFramework="net461" />
6+
<package id="Abp.Zero" version="3.9.0" targetFramework="net461" />
7+
<package id="Abp.Zero.Common" version="3.9.0" targetFramework="net461" />
8+
<package id="Abp.Zero.EntityFramework" version="3.9.0" targetFramework="net461" />
99
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />
1010
<package id="Castle.LoggingFacility" version="4.1.0" targetFramework="net461" />
1111
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />

src/AbpCompanyName.AbpProjectName.WebApi/AbpCompanyName.AbpProjectName.WebApi.csproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Abp, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Abp.3.8.3\lib\netstandard2.0\Abp.dll</HintPath>
38+
<Reference Include="Abp, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Abp.3.9.0\lib\netstandard2.0\Abp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Abp.AutoMapper, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Abp.AutoMapper.3.8.3\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
41+
<Reference Include="Abp.AutoMapper, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Abp.AutoMapper.3.9.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
4343
</Reference>
44-
<Reference Include="Abp.Web, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Abp.Web.3.8.3\lib\net461\Abp.Web.dll</HintPath>
44+
<Reference Include="Abp.Web, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Abp.Web.3.9.0\lib\net461\Abp.Web.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Web.Api, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Abp.Web.Api.3.8.3\lib\net461\Abp.Web.Api.dll</HintPath>
47+
<Reference Include="Abp.Web.Api, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Abp.Web.Api.3.9.0\lib\net461\Abp.Web.Api.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Abp.Web.Common, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Abp.Web.Common.3.8.3\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
50+
<Reference Include="Abp.Web.Common, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Abp.Web.Common.3.9.0\lib\netstandard2.0\Abp.Web.Common.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.Zero, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Abp.Zero.3.8.3\lib\net461\Abp.Zero.dll</HintPath>
53+
<Reference Include="Abp.Zero, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\Abp.Zero.3.9.0\lib\net461\Abp.Zero.dll</HintPath>
5555
</Reference>
56-
<Reference Include="Abp.Zero.Common, Version=3.8.3.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Abp.Zero.Common.3.8.3\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
56+
<Reference Include="Abp.Zero.Common, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Abp.Zero.Common.3.9.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath>
5858
</Reference>
5959
<Reference Include="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
6060
<HintPath>..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll</HintPath>

0 commit comments

Comments
 (0)