Skip to content

Commit 2e56de4

Browse files
committed
Upgrade to ABP 8.3.2
1 parent b30a3e2 commit 2e56de4

File tree

149 files changed

+13390
-26523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+13390
-26523
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
33

4-
<AbpVersion>8.2.0</AbpVersion>
4+
<AbpVersion>8.3.2</AbpVersion>
55
<NatashaVersion>5.2.2.1</NatashaVersion>
6-
<EasyAbpAbpDynamicPermissionModuleVersion>1.8.0</EasyAbpAbpDynamicPermissionModuleVersion>
7-
<EasyAbpAbpDynamicEntityModuleVersion>0.15.0</EasyAbpAbpDynamicEntityModuleVersion>
8-
<EasyAbpAbpDynamicMenuModuleVersion>1.4.0</EasyAbpAbpDynamicMenuModuleVersion>
6+
<EasyAbpAbpDynamicPermissionModuleVersion>1.9.0</EasyAbpAbpDynamicPermissionModuleVersion>
7+
<EasyAbpAbpDynamicEntityModuleVersion>0.16.0</EasyAbpAbpDynamicEntityModuleVersion>
8+
<EasyAbpAbpDynamicMenuModuleVersion>1.5.0</EasyAbpAbpDynamicMenuModuleVersion>
99

1010
</PropertyGroup>
1111
</Project>

angular/yarn.lock

Lines changed: 3567 additions & 3061 deletions
Large diffs are not rendered by default.

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>1.4.0</Version>
4+
<Version>1.5.0</Version>
55
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
66
<AbpProjectType>module</AbpProjectType>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

samples/MvcSample/src/MvcSample.Web/MvcSample.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<ProjectReference Include="..\MvcSample.Application\MvcSample.Application.csproj" />
4848
<ProjectReference Include="..\MvcSample.HttpApi\MvcSample.HttpApi.csproj" />
4949
<ProjectReference Include="..\MvcSample.EntityFrameworkCore\MvcSample.EntityFrameworkCore.csproj" />
50-
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.2.0" />
50+
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.3.2" />
5151
<PackageReference Include="Volo.Abp.Autofac" Version="$(AbpVersion)" />
5252
<PackageReference Include="Volo.Abp.Swashbuckle" Version="$(AbpVersion)" />
5353
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="$(AbpVersion)" />

samples/MvcSample/src/MvcSample.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "my-app",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.0"
6+
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.3.2"
77
}
88
}

samples/MvcSample/src/MvcSample.Web/wwwroot/libs/@fortawesome/fontawesome-free/css/all.css

Lines changed: 105 additions & 259 deletions
Large diffs are not rendered by default.

samples/MvcSample/src/MvcSample.Web/wwwroot/libs/@fortawesome/fontawesome-free/css/v4-shims.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2024 Fonticons, Inc.
55
*/

samples/MvcSample/src/MvcSample.Web/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/MvcSample/src/MvcSample.Web/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/MvcSample/src/MvcSample.Web/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/MvcSample/src/MvcSample.Web/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)