Adjust generator namespace

This commit is contained in:
2024-09-02 20:29:13 +02:00
parent 681bec01f2
commit 3b942c2102
2 changed files with 2 additions and 2 deletions
@@ -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";