diff --git a/src/Maui.BindableProperty.Generator/Core/BindableProperty/Implementation/DefaultValue.cs b/src/Maui.BindableProperty.Generator/Core/BindableProperty/Implementation/DefaultValue.cs
index f6aedbc..1254e03 100644
--- a/src/Maui.BindableProperty.Generator/Core/BindableProperty/Implementation/DefaultValue.cs
+++ b/src/Maui.BindableProperty.Generator/Core/BindableProperty/Implementation/DefaultValue.cs
@@ -31,7 +31,7 @@ public string ProcessBindableParameters()
{
if (value == string.Empty)
{
- return "string.empty";
+ return "string.Empty";
}
return $"\"{value}\"";
diff --git a/src/Maui.BindableProperty.Generator/Maui.BindableProperty.Generator.csproj b/src/Maui.BindableProperty.Generator/Maui.BindableProperty.Generator.csproj
index 43bb96b..2cd4e42 100644
--- a/src/Maui.BindableProperty.Generator/Maui.BindableProperty.Generator.csproj
+++ b/src/Maui.BindableProperty.Generator/Maui.BindableProperty.Generator.csproj
@@ -10,7 +10,7 @@
Source generator that automatically transforms fields into BindableProperties that can be used in MAUI
MAUI;BindableProperty;Source Generator
README.md
- 0.9.0
+ 0.9.1
https://github.com/rrmanzano/maui-bindableproperty-generator
https://github.com/rrmanzano/maui-bindableproperty-generator
M.BindableProperty.Generator