1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

chore: remove X10D prefix from sourcegen

This commit is contained in:
Oliver Booth 2023-04-06 16:05:02 +01:00
parent 5289bd2595
commit 0ca8253402
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -3,7 +3,7 @@ using System.Text.RegularExpressions;
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text; using Microsoft.CodeAnalysis.Text;
namespace X10D.SourceGenerator; namespace SourceGenerator;
[Generator] [Generator]
internal sealed class EmojiRegexGenerator : ISourceGenerator internal sealed class EmojiRegexGenerator : ISourceGenerator