Skip to content

Commit 95540fa

Browse files
committed
- specify signing file
1 parent 13b52ec commit 95540fa

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ packages/
3030
**/bin/*
3131
**/obj/*
3232
BuildOutput/
33+
*.pfx
34+
*.snk

Src/StackifyLib/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
[assembly: AssemblyCopyright("Copyright © 2018-2020")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
16+
[assembly: AssemblyKeyFileAttribute("Netreo.snk")]
1617

1718
// Setting ComVisible to false makes the types in this assembly not visible
1819
// to COM components. If you need to access a type in this assembly from

Src/StackifyLib/StackifyLib.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<AssemblyVersion>2.2.7.0</AssemblyVersion>
2424
<FileVersion>2.2.7.0</FileVersion>
2525
<PackageReleaseNotes>Remove default internal file logger</PackageReleaseNotes>
26+
<SignAssembly>false</SignAssembly>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

0 commit comments

Comments
 (0)