From dc07a6519c80879f93b4df04d109b01e2bf308d1 Mon Sep 17 00:00:00 2001
From: CodingFlow <3643313+CodingFlow@users.noreply.github.com>
Date: Mon, 24 Nov 2025 21:38:37 -0500
Subject: [PATCH] Update from version 0.2.5 to 0.3.0 due to migration to
incremental generator interface.
---
DecoratorGenerator/DecoratorGenerator.csproj | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/DecoratorGenerator/DecoratorGenerator.csproj b/DecoratorGenerator/DecoratorGenerator.csproj
index d9eae25..5382789 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.5
+ 0.3.0
Source generator for decorator pattern boilerplate code in C#.
@@ -19,7 +19,9 @@
Coding Flow
git
nuget-package-logo.png
- 0.2.5
+ 0.3.0
+- Migrate to new incremental generator API.
+0.2.5
- Add support for interface method constraints.
0.2.4
- Enable nullable context in generated files.