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.