diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..8866847 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1 @@ +ktsu.dev contributors diff --git a/FileDeduplicator/Properties/AssemblyInfo.cs b/FileDeduplicator/Properties/AssemblyInfo.cs index 9704eda..f7b7819 100644 --- a/FileDeduplicator/Properties/AssemblyInfo.cs +++ b/FileDeduplicator/Properties/AssemblyInfo.cs @@ -1,9 +1,5 @@ // Copyright (c) 2023-2026 ktsu-dev contributors -// NOTE: no "ktsu." prefix. This repository has no AUTHORS.md, so ktsu.Sdk resolves an empty -// AuthorsNamespace and the assembly is named FileDeduplicator rather than ktsu.FileDeduplicator -// the way every other repository in the organization is. Tracked separately; if that is corrected -// this literal has to move with it or the test project silently loses access to internals. -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("FileDeduplicator.Test")] +[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ktsu.FileDeduplicator.Test")] [assembly: CLSCompliant(false)] [assembly: System.Runtime.InteropServices.ComVisible(false)]