From c1bc5dc7b8a095f810903793b3a51affd8165c22 Mon Sep 17 00:00:00 2001
From: CodingFlow <3643313+CodingFlow@users.noreply.github.com>
Date: Thu, 6 Jun 2024 17:15:58 -0400
Subject: [PATCH] Update version to 0.2.4 and add release notes.
---
DecoratorGenerator/DecoratorGenerator.csproj | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/DecoratorGenerator/DecoratorGenerator.csproj b/DecoratorGenerator/DecoratorGenerator.csproj
index 9d9bd27..33b2581 100644
--- a/DecoratorGenerator/DecoratorGenerator.csproj
+++ b/DecoratorGenerator/DecoratorGenerator.csproj
@@ -10,7 +10,7 @@
https://github.com/CodingFlow/decorator-generator
source;generator;roslyn;decorator;proxy;
Apache-2.0
- 0.2.3
+ 0.2.4
Source generator for decorator pattern boilerplate code in C#.
@@ -19,7 +19,10 @@
Coding Flow
git
nuget-package-logo.png
- 0.2.3
+ 0.2.4
+- Enable nullable context in generated files.
+- Minor version update to code analysis dependencies.
+0.2.3
- Minor version update to code analysis dependencies.
0.2.2
- Fix bug: interface property always generates with set and get.