Skip to content

Commit

Permalink
Update main csproj file with new patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingFlow committed Nov 30, 2023
1 parent e1142f4 commit 11e3aa0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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.2</VersionPrefix>
<VersionPrefix>0.2.3</VersionPrefix>
<Description>
Source generator for decorator pattern boilerplate code in C#.

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

0 comments on commit 11e3aa0

Please sign in to comment.