From 3b942c2102cc1911199f4056d9c7fba4f042e7bf Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Mon, 2 Sep 2024 20:29:13 +0200 Subject: [PATCH] Adjust generator namespace --- .../NotifyPropertyChangedGenerator.cs | 2 +- .../SystemExtensions.NetStandard.Generators.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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