Skip to content

Commit

Permalink
Upgrade to ABP 4.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Aug 26, 2021
1 parent a953d60 commit d396633
Show file tree
Hide file tree
Showing 14 changed files with 1,581 additions and 385 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<AbpVersion>4.3.0</AbpVersion>
<AbpVersion>4.4.0</AbpVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion host/EasyAbp.CacheManagement.IdentityServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~4.3.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~4.4.0"
}
}
2 changes: 1 addition & 1 deletion host/EasyAbp.CacheManagement.Web.Host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~4.3.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~4.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var abp = abp || {};
$dfd.resolve(data);
userOptions.success && userOptions.success(data);
}).fail(function (jqXHR) {
if(jqXHR.status === 0 || jqXHR.statusText === 'abort') {
if(jqXHR.statusText === 'abort') {
//ajax request is abort, ignore error handle.
return;
}
Expand Down
311 changes: 125 additions & 186 deletions host/EasyAbp.CacheManagement.Web.Host/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit d396633

Please sign in to comment.