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" />

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/Abp/Framework/scripts/libs/abp.spin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
};
3434

3535
abp.ui.setBusy = function (elm, optionsOrPromise) {
36+
optionsOrPromise = optionsOrPromise || {};
3637
if (optionsOrPromise.always || optionsOrPromise['finally']) { //Check if it's promise
3738
optionsOrPromise = {
3839
promise: optionsOrPromise

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/App_Start/SimpleTaskSystemWebModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public override void Initialize()
3939
BundleConfig.RegisterBundles(BundleTable.Bundles);
4040
}
4141
}
42-
}
42+
}

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/SimpleTaskSystem.WebSpaAngular.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
<WarningLevel>4</WarningLevel>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
45+
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.Web, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
47+
<Reference Include="Abp.Web, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Abp.Web.0.4.0.0\lib\net451\Abp.Web.dll</HintPath>
49+
<HintPath>..\packages\Abp.Web.0.4.1.0\lib\net451\Abp.Web.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Abp.Web.Api, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<Reference Include="Abp.Web.Api, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\packages\Abp.Web.Api.0.4.0.0\lib\net451\Abp.Web.Api.dll</HintPath>
53+
<HintPath>..\packages\Abp.Web.Api.0.4.1.0\lib\net451\Abp.Web.Api.dll</HintPath>
5454
</Reference>
55-
<Reference Include="Abp.Web.Mvc, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<Reference Include="Abp.Web.Mvc, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
5656
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>..\packages\Abp.Web.Mvc.0.4.0.0\lib\net451\Abp.Web.Mvc.dll</HintPath>
57+
<HintPath>..\packages\Abp.Web.Mvc.0.4.1.0\lib\net451\Abp.Web.Mvc.dll</HintPath>
5858
</Reference>
5959
<Reference Include="Antlr3.Runtime">
6060
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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" />
6-
<package id="Abp.Web.Mvc" version="0.4.0.0" targetFramework="net451" />
7-
<package id="Abp.Web.Resources" 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" />
6+
<package id="Abp.Web.Mvc" version="0.4.1.0" targetFramework="net451" />
7+
<package id="Abp.Web.Resources" version="0.4.1.0" targetFramework="net451" />
88
<package id="Angular.UI.Bootstrap" version="0.11.2" targetFramework="net451" />
99
<package id="Angular.UI.UI-Router" version="0.2.11" targetFramework="net451" />
1010
<package id="Angular.UI.Utils" version="0.1.1" targetFramework="net451" />

SimpleTaskSystem/SimpleTaskSystem.WebSpaDurandal/Abp/Framework/scripts/libs/abp.spin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
};
3434

3535
abp.ui.setBusy = function (elm, optionsOrPromise) {
36+
optionsOrPromise = optionsOrPromise || {};
3637
if (optionsOrPromise.always || optionsOrPromise['finally']) { //Check if it's promise
3738
optionsOrPromise = {
3839
promise: optionsOrPromise

SimpleTaskSystem/SimpleTaskSystem.WebSpaDurandal/SimpleTaskSystem.WebSpaDurandal.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@
4040
<WarningLevel>4</WarningLevel>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Abp, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="Abp, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Abp.0.4.0.0\lib\net451\Abp.dll</HintPath>
45+
<HintPath>..\packages\Abp.0.4.1.0\lib\net451\Abp.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Abp.NHibernate, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
47+
<Reference Include="Abp.NHibernate, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Abp.NHibernate.0.4.0.0\lib\net451\Abp.NHibernate.dll</HintPath>
49+
<HintPath>..\packages\Abp.NHibernate.0.4.1.0\lib\net451\Abp.NHibernate.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Abp.Web, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
51+
<Reference Include="Abp.Web, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\packages\Abp.Web.0.4.0.0\lib\net451\Abp.Web.dll</HintPath>
53+
<HintPath>..\packages\Abp.Web.0.4.1.0\lib\net451\Abp.Web.dll</HintPath>
5454
</Reference>
55-
<Reference Include="Abp.Web.Api, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<Reference Include="Abp.Web.Api, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
5656
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>..\packages\Abp.Web.Api.0.4.0.0\lib\net451\Abp.Web.Api.dll</HintPath>
57+
<HintPath>..\packages\Abp.Web.Api.0.4.1.0\lib\net451\Abp.Web.Api.dll</HintPath>
5858
</Reference>
59-
<Reference Include="Abp.Web.Mvc, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
59+
<Reference Include="Abp.Web.Mvc, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
6060
<SpecificVersion>False</SpecificVersion>
61-
<HintPath>..\packages\Abp.Web.Mvc.0.4.0.0\lib\net451\Abp.Web.Mvc.dll</HintPath>
61+
<HintPath>..\packages\Abp.Web.Mvc.0.4.1.0\lib\net451\Abp.Web.Mvc.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
6464
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystem/SimpleTaskSystem.WebSpaDurandal/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="0.4.0.0" targetFramework="net451" />
4-
<package id="Abp.NHibernate" version="0.4.0.0" targetFramework="net451" />
5-
<package id="Abp.Web" version="0.4.0.0" targetFramework="net451" />
6-
<package id="Abp.Web.Api" version="0.4.0.0" targetFramework="net451" />
7-
<package id="Abp.Web.Mvc" version="0.4.0.0" targetFramework="net451" />
8-
<package id="Abp.Web.Resources" version="0.4.0.0" targetFramework="net451" />
3+
<package id="Abp" version="0.4.1.0" targetFramework="net451" />
4+
<package id="Abp.NHibernate" version="0.4.1.0" targetFramework="net451" />
5+
<package id="Abp.Web" version="0.4.1.0" targetFramework="net451" />
6+
<package id="Abp.Web.Api" version="0.4.1.0" targetFramework="net451" />
7+
<package id="Abp.Web.Mvc" version="0.4.1.0" targetFramework="net451" />
8+
<package id="Abp.Web.Resources" version="0.4.1.0" targetFramework="net451" />
99
<package id="Antlr" version="3.5.0.2" targetFramework="net451" />
1010
<package id="AutoMapper" version="3.2.1" targetFramework="net451" />
1111
<package id="bootstrap" version="3.2.0" targetFramework="net451" />

0 commit comments

Comments
 (0)