Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public sign assemblies #85

Merged
merged 4 commits into from
Aug 2, 2022
Merged

Commits on Jul 31, 2022

  1. Public sign assemblies

    This enables [public signing](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/security#publicsign) for the assemblies in the package.
    
    From that document:
    
    > Developers use public sign for open-source projects.
    
    This enables other strong-named assemblies to utilise this library.
    drewnoakes committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    708018b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64a9f14 View commit details
    Browse the repository at this point in the history
  3. Bump copyright year

    drewnoakes committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ed53119 View commit details
    Browse the repository at this point in the history
  4. Bump version

    drewnoakes committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    88b62ba View commit details
    Browse the repository at this point in the history