From 205617151c6ac58bfdd062051d70ef58db81b0ed Mon Sep 17 00:00:00 2001
From: CodingFlow <3643313+CodingFlow@users.noreply.github.com>
Date: Sat, 13 Dec 2025 01:14:06 -0500
Subject: [PATCH] - Update version from 0.1.0 to 0.2.0. - Release notes.
---
OptionsBindingsGenerator/OptionsBindingsGenerator.csproj | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
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.