diff --git a/SystemExtensions.NetStandard.Generators/NotifyPropertyChangedGenerator.cs b/SystemExtensions.NetStandard.Generators/NotifyPropertyChangedGenerator.cs
index 0a0fa82..78703ae 100644
--- a/SystemExtensions.NetStandard.Generators/NotifyPropertyChangedGenerator.cs
+++ b/SystemExtensions.NetStandard.Generators/NotifyPropertyChangedGenerator.cs
@@ -10,7 +10,7 @@ namespace System.Extensions;
[Generator(LanguageNames.CSharp)]
public class NotifyPropertyChangedGenerator : IIncrementalGenerator
{
- private const string AttributeNamespace = "System.Windows.Extensions";
+ private const string AttributeNamespace = "System.Extensions";
private const string AttributeName = "GenerateNotifyPropertyChangedAttribute";
private const string AttributeShortName = "GenerateNotifyPropertyChanged";
private const string PropertyChangedEventHandler = "PropertyChangedEventHandler";
diff --git a/SystemExtensions.NetStandard.Generators/SystemExtensions.NetStandard.Generators.csproj b/SystemExtensions.NetStandard.Generators/SystemExtensions.NetStandard.Generators.csproj
index c66ccee..307f264 100644
--- a/SystemExtensions.NetStandard.Generators/SystemExtensions.NetStandard.Generators.csproj
+++ b/SystemExtensions.NetStandard.Generators/SystemExtensions.NetStandard.Generators.csproj
@@ -5,7 +5,7 @@
true
Alexandru Macocian
Source generators extensions for netstandard2.0.
- 0.1.0
+ 0.1.1
latest
true
true