Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions OptionsBindingsGenerator/OptionsBindingsGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
<RepositoryUrl>https://github.com/CodingFlow/options-bindings-generator</RepositoryUrl>
<PackageTags>source;generator;roslyn;configuration;options;</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionPrefix>0.2.1</VersionPrefix>
<Description>C# source generator to automatically create boilerplate dependency injection registrations for configuration options.</Description>
<Authors>Coding Flow</Authors>
<RepositoryType>git</RepositoryType>
<PackageIcon></PackageIcon>
<PackageReleaseNotes>0.2.0 - Change generated extension method namespace to avoid clashes.
<PackageReleaseNotes>0.2.1 - Prevent exceptions when no options types have the attribute.
0.2.0 - Change generated extension method namespace to avoid clashes.
0.1.0 - Initial release.</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Loading