Skip to content

Strong name the package #48

@egeskov

Description

@egeskov

As a consumer of the NuGet package I like the project to be strong named, to be able to strong name my own project.

  1. Generate a key.
    sn -k UUID.Net.snk
  2. Add the following to project files:
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>UUID.Net.snk</AssemblyOriginatorKeyFile>
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions