Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ktsu.dev contributors
6 changes: 1 addition & 5 deletions FileDeduplicator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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)]
Loading