From 16389bc15f791b86138e7113e980485fd1924ee3 Mon Sep 17 00:00:00 2001 From: Paul DeVito Date: Sun, 5 Jun 2022 23:44:32 -0400 Subject: [PATCH] build: v0.15.0 --- CHANGELOG.md | 9 +++++---- Craftsman/Craftsman.csproj | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e751ca..f47827d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +* None yet! + +## [0.15.0] - 06/05/2022 + ### Added * Open Telemetry and Jaeger tracing support * `ValueObject` class scaffolding to `SharedKernel` - * [Example 1](https://github.com/ardalis/pluralsight-ddd-fundamentals/blob/main/ClinicManagement/src/ClinicManagement.Core/ValueObjects/AnimalType.cs) in use [here](https://github.com/ardalis/pluralsight-ddd-fundamentals/blob/main/ClinicManagement/src/ClinicManagement.Core/Aggregates/Patient.cs) - * [Example 2](https://github.com/asc-lab/better-code-with-ddd/blob/ef_core/LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/DomainModel/Percent.cs) in use [here](https://github.com/asc-lab/better-code-with-ddd/blob/abbf03586ee9287c302841f0ce85cbfd9485ba72/LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/DomainModel/Loan.cs) - * Domain Event support for all `BaseEntities`. Automatically scaffolded for the `Create` and `Update` methods that call messages in a new `DomainEvents` directory under that entity. It works by adding messages to a new `DomainEvents` prop on each entity and publishing all messages on an EF save using MediatR. * Unit tests are also scaffolded @@ -41,7 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), public async Task Handle(AuthorAdded notification, CancellationToken cancellationToken) { - _logger.LogInformation("Author added: {0}", notification.Author.Name); + _logger.LogInformation("Author added: {AuthorName}", notification.Author.Name); } } ``` diff --git a/Craftsman/Craftsman.csproj b/Craftsman/Craftsman.csproj index 38678f68..8a39e99a 100644 --- a/Craftsman/Craftsman.csproj +++ b/Craftsman/Craftsman.csproj @@ -16,9 +16,9 @@ webapi c-sharp dotnet-core vertical-slice-architecture asp-net-core docker net-6 ddd domain-driven-design web-dev cqrs mediatr masstransit event-driven-architecture https://github.com/pdevito3/craftsman git - 0.14.3 - 0.14.3 - 0.14.3 + 0.15.0 + 0.15.0 + 0.15.0 LICENSE.txt