We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75378c commit 94dc066Copy full SHA for 94dc066
1 file changed
DecoratorGenerator/DecoratorGenerator.csproj
@@ -10,7 +10,7 @@
10
<RepositoryUrl>https://github.com/CodingFlow/decorator-generator</RepositoryUrl>
11
<PackageTags>source;generator;roslyn;decorator;proxy;</PackageTags>
12
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
13
- <VersionPrefix>0.3.0</VersionPrefix>
+ <VersionPrefix>0.3.1</VersionPrefix>
14
<Description>
15
Source generator for decorator pattern boilerplate code in C#.
16
@@ -19,7 +19,9 @@
19
<Authors>Coding Flow</Authors>
20
<RepositoryType>git</RepositoryType>
21
<PackageIcon>nuget-package-logo.png</PackageIcon>
22
- <PackageReleaseNotes>0.3.0
+ <PackageReleaseNotes>0.3.1
23
+- Add support for interface generics and constraints.
24
+0.3.0
25
- Migrate to new incremental generator API.
26
0.2.5
27
- Add support for interface method constraints.
0 commit comments