Skip to content

Commit 994a0a8

Browse files
committed
Upgraded to ABP 0.4.1.
1 parent 94bbc8f commit 994a0a8

File tree

17 files changed

+62
-60
lines changed

17 files changed

+62
-60
lines changed

SimpleTaskSystem/SimpleTaskSystem.Application/SimpleTaskSystem.Application.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.4.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
3939
<Reference Include="AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystem/SimpleTaskSystem.Application/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.4.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
44
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.Core/SimpleTaskSystem.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.4.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.1.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>

SimpleTaskSystem/SimpleTaskSystem.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.4.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
44
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
55
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.EntityFramework/SimpleTaskSystem.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.4.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.EntityFramework, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.EntityFramework, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.EntityFramework.0.4.0.0\lib\net451\Abp.EntityFramework.dll</HintPath>
41+
<HintPath>..\packages\Abp.EntityFramework.0.4.1.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>

SimpleTaskSystem/SimpleTaskSystem.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.4.0.0" targetFramework="net451" />
4-
<package id="Abp.EntityFramework" version="0.4.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
4+
<package id="Abp.EntityFramework" version="0.4.1.0" targetFramework="net451" />
55
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
66
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.NHibernate/SimpleTaskSystem.NHibernate.csproj

Lines changed: 6 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.4.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.FluentMigrator, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.FluentMigrator, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.FluentMigrator.0.4.0.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
41+
<HintPath>..\packages\Abp.FluentMigrator.0.4.1.0\lib\net451\Abp.FluentMigrator.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.NHibernate, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.NHibernate, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.NHibernate.0.4.0.0\lib\net451\Abp.NHibernate.dll</HintPath>
45+
<HintPath>..\packages\Abp.NHibernate.0.4.1.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>

SimpleTaskSystem/SimpleTaskSystem.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.4.0.0" targetFramework="net451" />
4-
<package id="Abp.FluentMigrator" version="0.4.0.0" targetFramework="net451" />
5-
<package id="Abp.NHibernate" version="0.4.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
4+
<package id="Abp.FluentMigrator" version="0.4.1.0" targetFramework="net451" />
5+
<package id="Abp.NHibernate" version="0.4.1.0" targetFramework="net451" />
66
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
77
<package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" />
88
<package id="Castle.Windsor" version="3.3.0" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.WebApi/SimpleTaskSystem.WebApi.csproj

Lines changed: 6 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.4.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
37+
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Abp.Web, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<Reference Include="Abp.Web, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Abp.Web.0.4.0.0\lib\net451\Abp.Web.dll</HintPath>
41+
<HintPath>..\packages\Abp.Web.0.4.1.0\lib\net451\Abp.Web.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Abp.Web.Api, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp.Web.Api, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.Web.Api.0.4.0.0\lib\net451\Abp.Web.Api.dll</HintPath>
45+
<HintPath>..\packages\Abp.Web.Api.0.4.1.0\lib\net451\Abp.Web.Api.dll</HintPath>
4646
</Reference>
4747
<Reference Include="AutoMapper">
4848
<HintPath>..\packages\AutoMapper.3.2.1\lib\net40\AutoMapper.dll</HintPath>

SimpleTaskSystem/SimpleTaskSystem.WebApi/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.4.0.0" targetFramework="net451" />
4-
<package id="Abp.Web" version="0.4.0.0" targetFramework="net451" />
5-
<package id="Abp.Web.Api" version="0.4.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
4+
<package id="Abp.Web" version="0.4.1.0" targetFramework="net451" />
5+
<package id="Abp.Web.Api" version="0.4.1.0" targetFramework="net451" />
66
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
77
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
88
<package id="Castle.Core-log4net" version="3.3.1" targetFramework="net451" />

0 commit comments

Comments
 (0)