File: log4net.snk.readme

package info (click to toggle)
log4net 1.2.10%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 16,720 kB
  • ctags: 3,590
  • sloc: cs: 25,174; xml: 8,133; cpp: 91; makefile: 57; ansic: 7
file content (20 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
log4net Strong Name Key Readme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The log4net release builds are strongly named using the log4net.snk key 
file. This file is not distributed as part of the log4net source or 
binary downloads. See the log4net documentation for more details.

Before you can build your own release builds you will need to generate 
a strong name key that identifies your assemblies.

Generating your own strong name key.

Run the SN utility from the .NET Framework SDK as follows:

	sn -k log4net.snk

A new strong name key pair will be created and written to the log4net.snk 
file.