diff --git a/OptionsBindingsGenerator/OptionsBindingsGenerator.csproj b/OptionsBindingsGenerator/OptionsBindingsGenerator.csproj
index 5444ac8..9038e5f 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.1.0
+ 0.2.0
C# source generator to automatically create boilerplate dependency injection registrations for configuration options.
Coding Flow
git
- 0.1.0 - Initial release.
+ 0.2.0 - Change generated extension method namespace to avoid clashes.
+0.1.0 - Initial release.