Skip to content

Commit 4332160

Browse files
authored
Merge pull request #285 from abpframework/Test-LocalDistributedEventBus
Use `inbox/outbox` in ModularCRM project.
2 parents f34c579 + 7147bde commit 4332160

File tree

141 files changed

+2385
-5628
lines changed

Some content is hidden

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

141 files changed

+2385
-5628
lines changed

.DS_Store

-14 KB
Binary file not shown.

BookStore-Mvc-EfCore/src/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

DevExtreme-Angular/.DS_Store

-6 KB
Binary file not shown.

DocumentationSamples/.DS_Store

-6 KB
Binary file not shown.

DomainTenantResolver/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

ModularCrm/ModularCrm.abpmdl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22
"template": "app-nolayers",
33
"imports": {
44
"Volo.Abp.LeptonXLiteTheme": {
5-
"version": "4.0.3",
5+
"version": "4.2.0",
66
"isInstalled": true
77
},
88
"Volo.Abp.Account": {
9-
"version": "9.0.2",
9+
"version": "9.2.0",
1010
"isInstalled": true
1111
},
1212
"Volo.Abp.OpenIddict": {
13-
"version": "9.0.2",
13+
"version": "9.2.0",
1414
"isInstalled": true
1515
},
1616
"Volo.Abp.Identity": {
17-
"version": "9.0.2",
17+
"version": "9.2.0",
1818
"isInstalled": true
1919
},
2020
"Volo.Abp.TenantManagement": {
21-
"version": "9.0.2",
21+
"version": "9.2.0",
2222
"isInstalled": true
2323
},
2424
"Volo.Abp.SettingManagement": {
25-
"version": "9.0.2",
25+
"version": "9.2.0",
2626
"isInstalled": true
2727
},
2828
"Volo.Abp.PermissionManagement": {
29-
"version": "9.0.2",
29+
"version": "9.2.0",
3030
"isInstalled": true
3131
},
3232
"Volo.Abp.FeatureManagement": {
33-
"version": "9.0.2",
33+
"version": "9.2.0",
3434
"isInstalled": true
3535
},
3636
"ModularCrm.Products": {
@@ -47,4 +47,4 @@
4747
"path": "ModularCrm/ModularCrm.abppkg"
4848
}
4949
}
50-
}
50+
}

ModularCrm/ModularCrm.abpsln

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"id": "ce4ce837-6b3f-48e0-9195-a289f047c81e",
33
"template": "app-nolayers",
44
"versions": {
5-
"AbpFramework": "9.0.2",
5+
"AbpFramework": "9.2.0",
66
"AbpStudio": "0.9.17",
77
"TargetDotnetFramework": "net9.0",
8-
"AbpCommercial": "9.0.2",
9-
"LeptonX": "4.0.3"
8+
"AbpCommercial": "9.2.0",
9+
"LeptonX": "4.2.0"
1010
},
1111
"modules": {
1212
"ModularCrm": {
@@ -20,6 +20,10 @@
2020
"ModularCrm.Ordering": {
2121
"path": "modules/modularcrm.ordering/ModularCrm.Ordering.abpmdl",
2222
"folder": "modules"
23+
},
24+
"ModularCrm.Payment": {
25+
"path": "modules/modularcrm.payment/ModularCrm.Payment.abpmdl",
26+
"folder": "modules"
2327
}
2428
},
2529
"runProfiles": {

ModularCrm/ModularCrm/.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@abp:registry=https://www.myget.org/F/abp-nightly/npm
2+
@volo:registry=https://www.myget.org/F/abp-commercial-npm-nightly/npm
3+
@volosoft:registry=https://www.myget.org/F/abp-commercial-npm-nightly/npm

0 commit comments

Comments
 (0)