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.