Skip to content

Commit

Permalink
Bump to version 0.2.2 - already merged fix for properties always gene…
Browse files Browse the repository at this point in the history
…rating both get and set. (#41)
  • Loading branch information
CodingFlow authored Nov 2, 2023
1 parent 356a422 commit 3638937
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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.1</VersionPrefix>
<VersionPrefix>0.2.2</VersionPrefix>
<Description>
Source generator for decorator pattern boilerplate code in C#.

Expand All @@ -19,7 +19,9 @@
<Authors>Coding Flow</Authors>
<RepositoryType>git</RepositoryType>
<PackageIcon>nuget-package-logo.png</PackageIcon>
<PackageReleaseNotes>0.2.1
<PackageReleaseNotes>0.2.2
- Fix bug: interface property always generates with set and get.
0.2.1
- Minor/patch version update to some depenencies.
0.2.0
- Minor whitespace changes in generated files
Expand Down

0 comments on commit 3638937

Please sign in to comment.