netcore-blueprint 0.0.97 → 0.0.98

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.
@@ -15,4 +15,9 @@ How to use the app
15
15
  - Default project: Shared.Infrastructure
16
16
  - Xóa Migration cũ
17
17
  - Add-Migration SeedInitialData
18
- - Update-Database
18
+ - Update-Database
19
+
20
+ 4. Thêm Assistant mới:
21
+ - Program.cs của Host.API, thêm:
22
+ + using __ASSISTANT_NAME__;
23
+ + builder.Services.Add__ASSISTANT_NAME__AssistantModule();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netcore-blueprint",
3
- "version": "0.0.97",
3
+ "version": "0.0.98",
4
4
  "description": "A custom project blueprint",
5
5
  "main": "create.js",
6
6
  "bin": {