diff --git a/OptionsBindingsGenerator/OptionsBindingsGenerator.csproj b/OptionsBindingsGenerator/OptionsBindingsGenerator.csproj index 6f0b4d8..1f6d22b 100644 --- a/OptionsBindingsGenerator/OptionsBindingsGenerator.csproj +++ b/OptionsBindingsGenerator/OptionsBindingsGenerator.csproj @@ -10,12 +10,13 @@ https://github.com/CodingFlow/options-bindings-generator source;generator;roslyn;configuration;options; Apache-2.0 - 0.2.0 + 0.2.1 C# source generator to automatically create boilerplate dependency injection registrations for configuration options. Coding Flow git - 0.2.0 - Change generated extension method namespace to avoid clashes. + 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.