Skip to content

Commit b92b554

Browse files
committed
Updated to ABP v0.2.3
1 parent 94ea918 commit b92b554

File tree

15 files changed

+60
-51
lines changed

15 files changed

+60
-51
lines changed

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Application/SimpleTaskSystem.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.2.2.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.2.2.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.2.3.0\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Application, Version=0.2.2.1, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Application, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Application.0.2.2.1\lib\net451\Abp.Application.dll</HintPath>
39+
<HintPath>..\packages\Abp.Application.0.2.3.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>

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.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.2.2.1" targetFramework="net451" />
4-
<package id="Abp.Application" version="0.2.2.1" targetFramework="net451" />
3+
<package id="Abp" version="0.2.3.0" targetFramework="net451" />
4+
<package id="Abp.Application" version="0.2.3.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" />

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Core/SimpleTaskSystem.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.2.2.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.2.2.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.2.3.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>

SimpleTaskSystemSPA_AngularJs_EntityFramework/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.2.2.1" targetFramework="net451" />
3+
<package id="Abp" version="0.2.3.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" />

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Infrastructure.EntityFramework/SimpleTaskSystem.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.2.2.1, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="Abp, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\Abp.0.2.2.1\lib\net451\Abp.dll</HintPath>
35+
<HintPath>..\packages\Abp.0.2.3.0\lib\net451\Abp.dll</HintPath>
3636
</Reference>
37-
<Reference Include="Abp.Infrastructure.EntityFramework, Version=0.2.2.1, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="Abp.Infrastructure.EntityFramework, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\Abp.Infrastructure.EntityFramework.0.2.2.1\lib\net451\Abp.Infrastructure.EntityFramework.dll</HintPath>
39+
<HintPath>..\packages\Abp.Infrastructure.EntityFramework.0.2.3.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>

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.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.2.2.1" targetFramework="net451" />
4-
<package id="Abp.Infrastructure.EntityFramework" version="0.2.2.1" targetFramework="net451" />
3+
<package id="Abp" version="0.2.3.0" targetFramework="net451" />
4+
<package id="Abp.Infrastructure.EntityFramework" version="0.2.3.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" />

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Web/Abp/Framework/scripts/abp.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,5 @@
267267

268268
return str;
269269
};
270-
271-
function endsWith(str, suffix) {
272-
if (suffix.length > str.length) {
273-
return false;
274-
}
275-
276-
return str.indexOf(suffix, str.length - suffix.length) !== -1;
277-
}
278270

279271
})();

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Web/Abp/Framework/scripts/libs/requirejs/plugins/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(function () {
22
return {
33
load: function (name, req, onload, config) {
4-
var url = '/api/AbpServiceProxies/Get?name=' + name;
4+
var url = abp.appPath + 'api/AbpServiceProxies/Get?name=' + name;
55
req([url], function (value) {
66
onload(value);
77
});

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Web/SimpleTaskSystem.Web.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Abp, Version=0.2.2.1, Culture=neutral, processorArchitecture=MSIL">
41+
<Reference Include="Abp, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\Abp.0.2.2.1\lib\net451\Abp.dll</HintPath>
43+
<HintPath>..\packages\Abp.0.2.3.0\lib\net451\Abp.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Abp.Application, Version=0.2.2.1, Culture=neutral, processorArchitecture=MSIL">
45+
<Reference Include="Abp.Application, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\Abp.Application.0.2.2.1\lib\net451\Abp.Application.dll</HintPath>
47+
<HintPath>..\packages\Abp.Application.0.2.3.0\lib\net451\Abp.Application.dll</HintPath>
4848
</Reference>
49-
<Reference Include="Abp.Web, Version=0.2.2.1, Culture=neutral, processorArchitecture=MSIL">
49+
<Reference Include="Abp.Web, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\Abp.Web.0.2.2.1\lib\net451\Abp.Web.dll</HintPath>
51+
<HintPath>..\packages\Abp.Web.0.2.3.0\lib\net451\Abp.Web.dll</HintPath>
5252
</Reference>
53-
<Reference Include="Abp.Web.Mvc, Version=0.2.2.1, Culture=neutral, processorArchitecture=MSIL">
53+
<Reference Include="Abp.Web.Mvc, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\packages\Abp.Web.Mvc.0.2.2.1\lib\net451\Abp.Web.Mvc.dll</HintPath>
55+
<HintPath>..\packages\Abp.Web.Mvc.0.2.3.0\lib\net451\Abp.Web.Mvc.dll</HintPath>
5656
</Reference>
5757
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
5858
<SpecificVersion>False</SpecificVersion>
@@ -172,7 +172,7 @@
172172
<Content Include="Abp\Framework\scripts\libs\abp.jquery.js" />
173173
<Content Include="Abp\Framework\scripts\libs\abp.spin.js" />
174174
<Content Include="Abp\Framework\scripts\libs\abp.toastr.js" />
175-
<Content Include="Abp\Framework\scripts\libs\angular\abp.ng.js" />
175+
<Content Include="Abp\Framework\scripts\libs\angularjs\abp.ng.js" />
176176
<Content Include="Abp\Framework\scripts\libs\requirejs\plugins\service.js" />
177177
<Content Include="Abp\Framework\scripts\utils\ie10fix.js" />
178178
<Content Include="Abp\Framework\styles\abp.css" />
@@ -311,8 +311,6 @@
311311
<Content Include="App\Main\views\task\new.cshtml" />
312312
<Content Include="log4net.config" />
313313
<Content Include="App\Common\styles\main.less" />
314-
<Content Include="Abp\Framework\styles\abp.less" />
315-
<Content Include="Abp\Framework\styles\abp.css.map" />
316314
<Content Include="Scripts\errors.json" />
317315
<Content Include="Scripts\angular-touch.min.js.map" />
318316
<Content Include="Scripts\angular-sanitize.min.js.map" />
@@ -322,6 +320,8 @@
322320
<Content Include="Scripts\angular-cookies.min.js.map" />
323321
<Content Include="Scripts\angular-animate.min.js.map" />
324322
<Content Include="Scripts\angular.min.js.map" />
323+
<Content Include="Abp\Framework\styles\abp.less" />
324+
<Content Include="Abp\Framework\styles\abp.css.map" />
325325
<None Include="Scripts\jquery-2.1.1.intellisense.js" />
326326
<Content Include="Scripts\i18n\angular-locale_af-na.js" />
327327
<Content Include="Scripts\i18n\angular-locale_af-za.js" />

0 commit comments

Comments
 (0)