Skip to content

Commit c1bc5dc

Browse files
committed
Update version to 0.2.4 and add release notes.
1 parent dc9dd38 commit c1bc5dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

DecoratorGenerator/DecoratorGenerator.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/CodingFlow/decorator-generator</RepositoryUrl>
1111
<PackageTags>source;generator;roslyn;decorator;proxy;</PackageTags>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
13-
<VersionPrefix>0.2.3</VersionPrefix>
13+
<VersionPrefix>0.2.4</VersionPrefix>
1414
<Description>
1515
Source generator for decorator pattern boilerplate code in C#.
1616

@@ -19,7 +19,10 @@
1919
<Authors>Coding Flow</Authors>
2020
<RepositoryType>git</RepositoryType>
2121
<PackageIcon>nuget-package-logo.png</PackageIcon>
22-
<PackageReleaseNotes>0.2.3
22+
<PackageReleaseNotes>0.2.4
23+
- Enable nullable context in generated files.
24+
- Minor version update to code analysis dependencies.
25+
0.2.3
2326
- Minor version update to code analysis dependencies.
2427
0.2.2
2528
- Fix bug: interface property always generates with set and get.

0 commit comments

Comments
 (0)