You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-dev@incubator.apache.org by Shane Isbell <sh...@gmail.com> on 2006/12/19 19:34:53 UTC

Merged Branch: Support for Signing of Assemblies

I have merged over branch SI_SIGNING, which provides support for signing of
assemblies, to the trunk. Features include:
1) Using the keyfile and keycontainer compiler parameters for MS v2.0 and
Mono (v1.1, v2.0)
2) Adding the KeyName and KeyFile entries in the AssemblyInfo.cs for MS v1.1
.

There still some features that I will need to add sometime in the near
future:
1) Delayed signing
2) Using the nmaven-settings.xml file to store the key info (as opposed to
the pom)
3) Signing post-compilation.
4) GAC Installer
5) Support for modifying KeyFile and KeyName parameters for the
AssemblyInfo.* for VB and Java

Shane