Skip to content

Commit 382ab94

Browse files
committed
Merge branch 'rel-10.0' into auto-merge/rel-9-3/4075
2 parents 03e846b + c29930d commit 382ab94

File tree

2,033 files changed

+28017
-13714
lines changed

Some content is hidden

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

2,033 files changed

+28017
-13714
lines changed

.github/workflows/auto-pr.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
name: Merge branch rel-10.0 with rel-9.3
1+
name: Merge branch dev with rel-10.0
22
on:
33
push:
44
branches:
5-
- rel-9.3
5+
- rel-10.0
66
permissions:
77
contents: read
88

99
jobs:
10-
merge-rel-10-0-with-rel-9-3:
10+
merge-dev-with-rel-10-0:
1111
permissions:
1212
contents: write # for peter-evans/create-pull-request to create branch
1313
pull-requests: write # for peter-evans/create-pull-request to create a PR
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717
with:
18-
ref: rel-10.0
18+
ref: dev
1919
- name: Reset promotion branch
2020
run: |
21-
git fetch origin rel-9.3:rel-9.3
22-
git reset --hard rel-9.3
21+
git fetch origin rel-10.0:rel-10.0
22+
git reset --hard rel-10.0
2323
- name: Create Pull Request
2424
uses: peter-evans/create-pull-request@v3
2525
with:
26-
branch: auto-merge/rel-9-3/${{github.run_number}}
27-
title: Merge branch rel-10.0 with rel-9.3
28-
body: This PR generated automatically to merge rel-10.0 with rel-9.3. Please review the changed files before merging to prevent any errors that may occur.
26+
branch: auto-merge/rel-10-0/${{github.run_number}}
27+
title: Merge branch dev with rel-10.0
28+
body: This PR generated automatically to merge dev with rel-10.0. Please review the changed files before merging to prevent any errors that may occur.
2929
reviewers: maliming
3030
draft: true
3131
token: ${{ github.token }}
@@ -34,5 +34,5 @@ jobs:
3434
GH_TOKEN: ${{ secrets.BOT_SECRET }}
3535
run: |
3636
gh pr ready
37-
gh pr review auto-merge/rel-9-3/${{github.run_number}} --approve
38-
gh pr merge auto-merge/rel-9-3/${{github.run_number}} --merge --auto --delete-branch
37+
gh pr review auto-merge/rel-10-0/${{github.run_number}} --approve
38+
gh pr merge auto-merge/rel-10-0/${{github.run_number}} --merge --auto --delete-branch

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,14 @@ jobs:
5151
timeout-minutes: 50
5252
if: ${{ !github.event.pull_request.draft }}
5353
steps:
54+
- uses: jlumbroso/free-disk-space@main
55+
- uses: PSModule/install-powershell@v1
56+
with:
57+
Version: latest
5458
- uses: actions/checkout@v2
5559
- uses: actions/setup-dotnet@master
5660
with:
57-
dotnet-version: 9.0.100
61+
dotnet-version: 10.0.x
5862

5963
- name: Build All
6064
run: ./build-all.ps1

Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
<ItemGroup>
77
<PackageReference Condition="'$(IsTestProject)' == 'true'" Include="coverlet.collector">
8-
<PrivateAssets>all</PrivateAssets>
9-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
8+
<Version Condition="$(MSBuildProjectFullPath.Contains('templates'))">6.0.4</Version>
9+
<PrivateAssets>all</PrivateAssets>
10+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1011
</PackageReference>
1112
</ItemGroup>
1213

Directory.Packages.props

Lines changed: 133 additions & 129 deletions
Large diffs are not rendered by default.

abp_io/AbpIoLocalization/AbpIoLocalization.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="AbpIoLocalization/AbpIoLocalization.csproj" />
3+
</Solution>

abp_io/AbpIoLocalization/AbpIoLocalization/AbpIoLocalization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,61 @@
721721
"NuGetApiKey": "NuGet API key",
722722
"QuestionCount": "Question Count",
723723
"MakeAnnouncement": "Make Announcement",
724-
"MakeAnnouncementInfo": "Check it if you want to make an announcement for this post"
724+
"MakeAnnouncementInfo": "Check it if you want to make an announcement for this post",
725+
"Permission:ViewCounts": "View counts",
726+
"ReadCount": "Read Count",
727+
"Menu:Solution": "Solution",
728+
"Enum:LicenseType:1": "Personal",
729+
"Enum:LicenseType:2": "Team",
730+
"Enum:LicenseType:3": "Business",
731+
"Enum:LicenseType:4": "Enterprise",
732+
"Enum:SolutionTemplate:0": "Unknown",
733+
"Enum:SolutionTemplate:1": "App No Layers",
734+
"Enum:SolutionTemplate:2": "App Layered",
735+
"Enum:SolutionTemplate:3": "Microservice",
736+
"Enum:UiFramework:0": "Unknown",
737+
"Enum:UiFramework:1": "None",
738+
"Enum:UiFramework:2": "MVC Razor Pages",
739+
"Enum:UiFramework:3": "Angular",
740+
"Enum:UiFramework:4": "Blazor WASM",
741+
"Enum:UiFramework:5": "Blazor Server",
742+
"Enum:UiFramework:6": "Blazor WebApp",
743+
"Enum:UiFramework:7": "Blazor MAUI",
744+
"Enum:DatabaseProvider:0": "Unknown",
745+
"Enum:DatabaseProvider:1": "None",
746+
"Enum:DatabaseProvider:2": "EfCore",
747+
"Enum:DatabaseProvider:3": "MongoDB",
748+
"Enum:Dbms:0": "Unknown",
749+
"Enum:Dbms:1": "None",
750+
"Enum:Dbms:2": "SQL Server",
751+
"Enum:Dbms:3": "PostgreSQL",
752+
"Enum:Dbms:4": "Oracle",
753+
"Enum:Dbms:5": "Oracle Devart",
754+
"Enum:Dbms:6": "MySQL",
755+
"Enum:Dbms:7": "SQLite",
756+
"Enum:UiTheme:0": "Unknown",
757+
"Enum:UiTheme:1": "None",
758+
"Enum:UiTheme:2": "Basic",
759+
"Enum:UiTheme:3": "LeptonX",
760+
"Enum:UiTheme:4": "LeptonX Lite",
761+
"Enum:UiTheme:5": "Lepton",
762+
"Enum:UiThemeStyle:0": "Unknown",
763+
"Enum:UiThemeStyle:1": "System",
764+
"Enum:UiThemeStyle:2": "Dim",
765+
"Enum:UiThemeStyle:3": "Dark",
766+
"Enum:UiThemeStyle:4": "Light",
767+
"Enum:MobileApp:0": "Unknown",
768+
"Enum:MobileApp:1": "None",
769+
"Enum:MobileApp:2": "MAUI",
770+
"Enum:MobileApp:3": "React Native",
771+
"Enum:AbpTool:0": "Unknown",
772+
"Enum:AbpTool:1": "Studio UI",
773+
"Enum:AbpTool:2": "Studio CLI",
774+
"Enum:AbpTool:3": "Old CLI",
775+
"Menu:TelemetryMenu": "Telemetry Reports",
776+
"Menu:Studio": "Studio",
777+
"Menu:Solutions": "Solutions",
778+
"Menu:Users": "Users",
779+
"Menu:UserReports": "Users"
725780
}
726781
}

abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@
253253
"AbpConferenceDescription": "ABP Conference is a virtual event for .NET developers to learn and connect with the community.",
254254
"Mobile": "Mobile",
255255
"MetaTwitterCard": "summary_large_image",
256-
"IPAddress": "IP Address"
256+
"IPAddress": "IP Address",
257+
"LicenseBanner:InfoText": "Your license will <b>expire in {0} days.</b>",
258+
"LicenseBanner:CallToAction": "Please <a href=\"/my-organizations/{0}\" class=\"text-decoration-underline\">extend your license.</a>"
257259
}
258260
}

abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@
847847
"BlazoriseSupportExplanation3": "Log into the Blazorise support website at <a href=\"https://blazorise.com/support/login\">blazorise.com/support/login</a>.",
848848
"BlazoriseSupportExplanation4": "If you have an active ABP Commercial license, you will also have a Blazorise PRO license. You can get your Blazorise license key at <a href=\"https://blazorise.com/support/user/manage/license\">blazorise.com/support/user/manage/license</a>.",
849849
"BlazoriseSupportExplanation5": "You can post your questions on the support website and generate a product token for your application.",
850+
"BlazoriseSupportMoreInfo": "For more information <a href=\"{0}\">click here</a>.",
850851
"AbpLiveTrainingPackages": "ABP Live Training Packages",
851852
"Releases": "Releases",
852853
"ReleasesDescription": "This page contains detailed information about each release. You can see all the closed pull requests for a specific release. For overall milestone developments, you can check out the <a href=\"https://abp.io/docs/latest/release-info/release-notes\">brief release notes page</a>.",

0 commit comments

Comments
 (0)