Skip to content

Commit d098872

Browse files
authored
Bump version to 0.2.1 and add release notes. (#5)
1 parent 0803be6 commit d098872

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

OptionsBindingsGenerator/OptionsBindingsGenerator.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
<RepositoryUrl>https://github.com/CodingFlow/options-bindings-generator</RepositoryUrl>
1111
<PackageTags>source;generator;roslyn;configuration;options;</PackageTags>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
13-
<VersionPrefix>0.2.0</VersionPrefix>
13+
<VersionPrefix>0.2.1</VersionPrefix>
1414
<Description>C# source generator to automatically create boilerplate dependency injection registrations for configuration options.</Description>
1515
<Authors>Coding Flow</Authors>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageIcon></PackageIcon>
18-
<PackageReleaseNotes>0.2.0 - Change generated extension method namespace to avoid clashes.
18+
<PackageReleaseNotes>0.2.1 - Prevent exceptions when no options types have the attribute.
19+
0.2.0 - Change generated extension method namespace to avoid clashes.
1920
0.1.0 - Initial release.</PackageReleaseNotes>
2021
</PropertyGroup>
2122

0 commit comments

Comments
 (0)