Skip to content

Commit 7ea86bf

Browse files
committed
Add the snk "private" signing key to the public repo
This follows the guidance from Microsoft in https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/strong-name-signing.md > Firstly, we would recommend that these open source projects check-in their private key > (remember, strong-names are used for identity, and not for security). Changes to project configurations can follow (but aren't urgent): - Remove ReleaseSigned etc - Sign all builds (including debug) - Get rid of conditional keys in AssemblyInfo for InternalsVisibleTo This fixes issue nodatime#443.
1 parent 95c2c8e commit 7ea86bf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ StyleCop.Cache
2222
# Auto-created thumbnails
2323
Thumbs.db
2424

25-
# Noda Time release (private) key
26-
NodaTime Release.snk
27-
2825
# Build output directories (anywhere)
2926
**/bin/
3027
**/obj/

NodaTime Release.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)