Skip to content

Sign assembly. #4

@Apollo3zehn

Description

@Apollo3zehn

Currently, the assembly is not signed with a strong name because during build, the following settings have no effect:

<!-- Sign assembly -->
  <PropertyGroup>
    <SignAssembly>true</SignAssembly>
    <DelaySign>false</DelaySign>
    <PublicSign>true</PublicSign>
    <AssemblyOriginatorKeyFile>$(Root)submodules/HDF.PInvoke/HDF.PInvoke.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup> 

Signing should be reenabled once it is clear how to accomplish this in a portable way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions