Skip to content

Commit

Permalink
Update version to 0.2.4 and add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingFlow committed Jun 6, 2024
1 parent dc9dd38 commit c1bc5dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions DecoratorGenerator/DecoratorGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/CodingFlow/decorator-generator</RepositoryUrl>
<PackageTags>source;generator;roslyn;decorator;proxy;</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<VersionPrefix>0.2.3</VersionPrefix>
<VersionPrefix>0.2.4</VersionPrefix>
<Description>
Source generator for decorator pattern boilerplate code in C#.

Expand All @@ -19,7 +19,10 @@
<Authors>Coding Flow</Authors>
<RepositoryType>git</RepositoryType>
<PackageIcon>nuget-package-logo.png</PackageIcon>
<PackageReleaseNotes>0.2.3
<PackageReleaseNotes>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.
Expand Down

0 comments on commit c1bc5dc

Please sign in to comment.