From 94dc066dfccdffa9ed6918b75e91462d6ca1eb53 Mon Sep 17 00:00:00 2001
From: CodingFlow <3643313+CodingFlow@users.noreply.github.com>
Date: Sun, 14 Dec 2025 18:08:16 -0500
Subject: [PATCH] - Bump to version 0.3.1 and add release notes.
---
DecoratorGenerator/DecoratorGenerator.csproj | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/DecoratorGenerator/DecoratorGenerator.csproj b/DecoratorGenerator/DecoratorGenerator.csproj
index 5382789..d5f3dcd 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.3.0
+ 0.3.1
Source generator for decorator pattern boilerplate code in C#.
@@ -19,7 +19,9 @@
Coding Flow
git
nuget-package-logo.png
- 0.3.0
+ 0.3.1
+- Add support for interface generics and constraints.
+0.3.0
- Migrate to new incremental generator API.
0.2.5
- Add support for interface method constraints.