From c1486e39888de8a99bd9490d41603160f3278e90 Mon Sep 17 00:00:00 2001 From: CodingFlow <3643313+CodingFlow@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:48:44 -0500 Subject: [PATCH] Bump version to 0.2.1 and add release notes. --- OptionsBindingsGenerator/OptionsBindingsGenerator.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.