netcore-blueprint 0.0.88 → 0.0.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ How to use the app
12
12
 
13
13
  3. Mock Data
14
14
  - Tools → NuGet Package Manager → Package Manager Console
15
- - Default project: catalog.Infra
15
+ - Default project: Shared.Infrastructure
16
16
  - Xóa Migration cũ
17
17
  - Add-Migration SeedInitialData
18
18
  - Update-Database
package/lib/replacer.js CHANGED
@@ -9,6 +9,7 @@ const path = require('path');
9
9
  // =====================
10
10
  // Module placeholders
11
11
  // =====================
12
+ { from: sourceModuleName.toLowerCase(), to: newModuleName.toLowerCase() },
12
13
  { from: sourceModuleName, to: newModuleName }
13
14
  ];
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netcore-blueprint",
3
- "version": "0.0.88",
3
+ "version": "0.0.90",
4
4
  "description": "A custom project blueprint",
5
5
  "main": "create.js",
6
6
  "bin": {