diff --git a/Directory.Packages.props b/Directory.Packages.props
index e87676f..3f545e9 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -12,7 +12,7 @@
8.4.1
8.0.2-preview.1.24326.4
2.65.0
- 8.2.4
+ 8.2.5
@@ -55,7 +55,7 @@
-
+
@@ -98,9 +98,9 @@
-
+
-
+
diff --git a/README.md b/README.md
index 16cc0f2..79d36ea 100644
--- a/README.md
+++ b/README.md
@@ -37,11 +37,11 @@
## Domain Business & Bounded Contexts - Services Boundaries
- **Catalog**: Display books with pagination and search functionality.
-- **Shopping Cart**: Add books to the shopping cart and place an order.
-- **Order**: Display orders with pagination and search functionality.
+- **Basket**: Add books to the shopping cart and place an order.
+- **Ordering**: Display orders with pagination and search functionality.
- **Identity**: Register, login, and manage user profile.
- **Notification**: Send email notifications.
-- **Rating**: Rate products.
+- **Rating**: Rate books.
![Domain Business & Bounded Contexts](docs/architechture.png)
@@ -82,7 +82,7 @@ git clone git@github.com:foxminchan/BookWorm.git
dotnet run --project src/BookWorm.AppHost/BookWorm.AppHost.csproj
```
-> [!NOTE]
+> [!WARNING]
> Ensure that you have Docker running on your machine.
## Contributing
@@ -92,6 +92,9 @@ dotnet run --project src/BookWorm.AppHost/BookWorm.AppHost.csproj
- Make your changes
- Create a pull request
+> [!CAUTION]
+> Do not change namespaces for `Integration Events` as it will break the messaging system.
+
## Project References
- [eShop](https://github.com/dotnet/eShop)
diff --git a/bun.lockb b/bun.lockb
index e9432bb..07262a9 100644
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/tests/BookWorm.Basket.IntegrationTests/BookWorm.Basket.IntegrationTests.csproj b/tests/BookWorm.Basket.IntegrationTests/BookWorm.Basket.IntegrationTests.csproj
index 58a5159..e826644 100644
--- a/tests/BookWorm.Basket.IntegrationTests/BookWorm.Basket.IntegrationTests.csproj
+++ b/tests/BookWorm.Basket.IntegrationTests/BookWorm.Basket.IntegrationTests.csproj
@@ -1,7 +1,6 @@
- net8.0
false
false
true
diff --git a/tests/BookWorm.Catalog.IntegrationTests/BookWorm.Catalog.IntegrationTests.csproj b/tests/BookWorm.Catalog.IntegrationTests/BookWorm.Catalog.IntegrationTests.csproj
index 2a30bf9..123890c 100644
--- a/tests/BookWorm.Catalog.IntegrationTests/BookWorm.Catalog.IntegrationTests.csproj
+++ b/tests/BookWorm.Catalog.IntegrationTests/BookWorm.Catalog.IntegrationTests.csproj
@@ -1,11 +1,9 @@
- net8.0
false
false
true
- 449294a4-1735-47a7-8510-55e20b1aa4fa
diff --git a/tests/BookWorm.Ordering.IntegrationTests/BookWorm.Ordering.IntegrationTests.csproj b/tests/BookWorm.Ordering.IntegrationTests/BookWorm.Ordering.IntegrationTests.csproj
index 23b391e..af80888 100644
--- a/tests/BookWorm.Ordering.IntegrationTests/BookWorm.Ordering.IntegrationTests.csproj
+++ b/tests/BookWorm.Ordering.IntegrationTests/BookWorm.Ordering.IntegrationTests.csproj
@@ -1,7 +1,6 @@
- net8.0
false
false
true
diff --git a/tests/BookWorm.Rating.IntegrationTests/BookWorm.Rating.IntegrationTests.csproj b/tests/BookWorm.Rating.IntegrationTests/BookWorm.Rating.IntegrationTests.csproj
index 56ec5be..43236b1 100644
--- a/tests/BookWorm.Rating.IntegrationTests/BookWorm.Rating.IntegrationTests.csproj
+++ b/tests/BookWorm.Rating.IntegrationTests/BookWorm.Rating.IntegrationTests.csproj
@@ -1,7 +1,6 @@
- net8.0
false
false
true