diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 0000000..8fe1e0a --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1 @@ +npx --no -- commitlint --edit ${1} \ No newline at end of file diff --git a/package.json b/package.json index 8653417..f9e4d25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "booking-microservices", "version": "1.0.0", - "description": "", + "description": "booking-microservices", "author": "Meysam Hadeli", "license": "MIT", "main": "index.js", diff --git a/src/ApiGateway/src/ApiGateway.csproj b/src/ApiGateway/src/ApiGateway.csproj index 6370e59..d6fbb2b 100644 --- a/src/ApiGateway/src/ApiGateway.csproj +++ b/src/ApiGateway/src/ApiGateway.csproj @@ -1,10 +1,5 @@ - - net8.0 - enable - - diff --git a/src/Services/Booking/src/Booking/Booking.csproj b/src/Services/Booking/src/Booking/Booking.csproj index d1d9d8e..74b242f 100644 --- a/src/Services/Booking/src/Booking/Booking.csproj +++ b/src/Services/Booking/src/Booking/Booking.csproj @@ -1,5 +1,5 @@ - + @@ -9,10 +9,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/src/Services/Booking/src/Booking/Extensions/Infrastructure/GrpcClientExtensions.cs b/src/Services/Booking/src/Booking/Extensions/Infrastructure/GrpcClientExtensions.cs index c4ca31c..8c6d501 100644 --- a/src/Services/Booking/src/Booking/Extensions/Infrastructure/GrpcClientExtensions.cs +++ b/src/Services/Booking/src/Booking/Extensions/Infrastructure/GrpcClientExtensions.cs @@ -27,7 +27,6 @@ public static class GrpcClientExtensions }) .AddGrpcRetryPolicyHandler() .AddGrpcCircuitBreakerPolicyHandler(); - ; return services; }