Skip to content

Commit 0792e08

Browse files
- sign the appenders too
1 parent 9e554e3 commit 0792e08

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Src/NLog.Targets.Stackify/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 © 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
16+
[assembly: AssemblyKeyFileAttribute("..\\StackifyLib\\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.AspNetCore/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[assembly: AssemblyCompany("Stackify")]
1010
[assembly: AssemblyProduct("StackifyLib.AspNetCore")]
1111
[assembly: AssemblyTrademark("")]
12+
[assembly: AssemblyKeyFileAttribute("..\\StackifyLib\\Netreo.snk")]
1213

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

Src/StackifyLib.CoreLogger/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[assembly: AssemblyCompany("Stackify")]
1010
[assembly: AssemblyProduct("StackifyLib.CoreLogger")]
1111
[assembly: AssemblyTrademark("")]
12+
[assembly: AssemblyKeyFileAttribute("..\\StackifyLib\\Netreo.snk")]
1213

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

Src/StackifyLib.ELMAH/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 © 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
16+
[assembly: AssemblyKeyFileAttribute("..\\StackifyLib\\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.StackifyTraceListener/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[assembly: AssemblyCompany("Stackify")]
1010
[assembly: AssemblyProduct("StackifyLib.StackifyTraceListener")]
1111
[assembly: AssemblyTrademark("")]
12+
[assembly: AssemblyKeyFileAttribute("..\\StackifyLib\\Netreo.snk")]
1213

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

0 commit comments

Comments
 (0)