Skip to content

Commit

Permalink
Change version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Jan 14, 2023
1 parent bf31a56 commit 5dfb833
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 12,391 deletions.
2 changes: 1 addition & 1 deletion dotnet/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.4.0</Version>
<Version>2.5.0</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<AbpProjectType>app</AbpProjectType>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
<EntityAction TItem="SolutionDto"
Clicked="() => ChangeSolutionAsync(context)"
Text="@L["Use"]" />
</EntityActions>
<EntityActions TItem="SolutionDto" EntityActionsColumn="@EntityActionsColumn">
<EntityAction TItem="SolutionDto"
Clicked="() => DeleteSolutionAsync(context)"
ConfirmationMessage="()=>GetDeleteConfirmationMessage(context)"
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/EasyAbp.AbpHelper.Gui.Blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0",
"version": "2.5.0",
"name": "easyabp-abphelper-gui",
"private": true,
"dependencies": {
Expand Down
Loading

0 comments on commit 5dfb833

Please sign in to comment.