From 4c5a0a6d9d88f4cd36192d7c36fac09c6210ece7 Mon Sep 17 00:00:00 2001
From: CodingFlow <3643313+CodingFlow@users.noreply.github.com>
Date: Mon, 5 Jan 2026 17:38:45 -0500
Subject: [PATCH] - Increase version to 0.3.2 and add release notes.
---
DecoratorGenerator/DecoratorGenerator.csproj | 24 +++-----------------
1 file changed, 3 insertions(+), 21 deletions(-)
diff --git a/DecoratorGenerator/DecoratorGenerator.csproj b/DecoratorGenerator/DecoratorGenerator.csproj
index 470a030..5c114df 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.1
+ 0.3.2
Source generator for decorator pattern boilerplate code in C#.
@@ -19,26 +19,8 @@
Coding Flow
git
nuget-package-logo.png
- 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.
-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.
-0.2.1
-- Minor/patch version update to some dependencies.
-0.2.0
-- Minor whitespace changes in generated files
-- Uniform line ending type in generated files
-0.1.4
-- Add support for types with nested namespaces.
+ 0.3.2
+- Fix: ensure generated abstract class access modifier matches the interface's (e.g. internal or public).