Skip to content

Commit

Permalink
Update to abp 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
realLiangshiwei committed May 21, 2022
1 parent 1b453b2 commit 42361ff
Show file tree
Hide file tree
Showing 158 changed files with 10,772 additions and 5,851 deletions.
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.2</Version>
<Version>0.2.0</Version>
<!--TODO <PackageIconUrl></PackageIconUrl> -->
<PackageProjectUrl>https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public partial class FeatureManagementModal
protected IOptions<AbpLocalizationOptions> LocalizationOptions { get; set; }

[Inject]
private ICurrentApplicationConfigurationCacheResetService CurrentApplicationConfigurationCacheResetService { get; set; }
protected ICurrentApplicationConfigurationCacheResetService CurrentApplicationConfigurationCacheResetService { get; set; }

protected Modal Modal;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Features" Version="5.1.4" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.2.2" />
<PackageReference Include="Volo.Abp.Features" Version="5.2.2" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="5.1.4" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.2.2" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public partial class RoleManagement

protected PermissionManagementModal PermissionManagementModal;

protected string ManagePermissionsPolicyName;

protected bool HasManagePermissionsPermission { get; set; }

protected PageToolbar Toolbar { get; } = new();
Expand All @@ -35,7 +33,6 @@ public RoleManagement()
CreatePolicyName = IdentityPermissions.Roles.Create;
UpdatePolicyName = IdentityPermissions.Roles.Update;
DeletePolicyName = IdentityPermissions.Roles.Delete;
ManagePermissionsPolicyName = IdentityPermissions.Roles.ManagePermissions;
}

protected override ValueTask SetBreadcrumbItemsAsync()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ public partial class UserManagement

protected AssignedRoleViewModel[] EditUserRoles;

protected string ManagePermissionsPolicyName;

protected bool HasManagePermissionsPermission { get; set; }

protected PageToolbar Toolbar { get; } = new();

private List<TableColumn> UserManagementTableColumns => TableColumns.Get<UserManagement>();
protected List<TableColumn> UserManagementTableColumns => TableColumns.Get<UserManagement>();

public UserManagement()
{
Expand All @@ -42,7 +40,6 @@ public UserManagement()
CreatePolicyName = IdentityPermissions.Users.Create;
UpdatePolicyName = IdentityPermissions.Users.Update;
DeletePolicyName = IdentityPermissions.Users.Delete;
ManagePermissionsPolicyName = IdentityPermissions.Users.ManagePermissions;
}

protected override async Task OnInitializedAsync()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Components.Server" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Bundling" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Packages" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Components.Server" Version="5.2.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Bundling" Version="5.2.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Packages" Version="5.2.2" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.UI.Navigation" Version="5.1.4" />
<PackageReference Include="Volo.Abp.UI.Navigation" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Components.WebAssembly" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Components.WebAssembly" Version="5.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.WebAssembly" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.WebAssembly" Version="5.2.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.1.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.2.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="5.1.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.1.4" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.2.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial class EmailSettingGroupViewComponent
protected IEmailSettingsAppService EmailSettingsAppService { get; set; }

[Inject]
private ICurrentApplicationConfigurationCacheResetService CurrentApplicationConfigurationCacheResetService { get; set; }
protected ICurrentApplicationConfigurationCacheResetService CurrentApplicationConfigurationCacheResetService { get; set; }

protected EmailSettingsDto EmailSettings = new();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi.Client" Version="5.1.4" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi.Client" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.1.4" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.2.2" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="5.1.4" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<ProjectReference Include="..\src\BookStore.Application\BookStore.Application.csproj" />
<ProjectReference Include="..\src\BookStore.HttpApi\BookStore.HttpApi.csproj" />
<ProjectReference Include="..\src\BookStore.EntityFrameworkCore\BookStore.EntityFrameworkCore.csproj" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Autofac" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="5.1.4" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="5.1.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="5.2.2" />
<PackageReference Include="Volo.Abp.Autofac" Version="5.2.2" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="5.2.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="5.2.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="5.2.2" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions samples/BookStore/BookStore.BlazorServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^5.1.4",
"@abp/aspnetcore.components.server.basictheme": "^5.1.4"
"@abp/aspnetcore.mvc.ui.theme.basic": "~5.2.2",
"@abp/aspnetcore.components.server.basictheme": "~5.2.2"
}
}
}
Loading

0 comments on commit 42361ff

Please sign in to comment.