From 7d6dd82380da32be557e9ff1cf972b902997fce4 Mon Sep 17 00:00:00 2001 From: Cynthia Date: Tue, 6 Feb 2024 12:52:40 -0800 Subject: [PATCH] migrate to newer signing infra with snk - folks can now build a release/debug build without having a key locally. - when we want to publish a release that has been signed you can use: `-p:SignAssemblies=True`. - I know you already have a PFX file, so you'll need to convert it to a strongnamekey (there are lots of tools for this online, but if you need any help let me know). --- .gitignore | 2 +- AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8a30d25..f8b7f9e 100644 --- a/.gitignore +++ b/.gitignore @@ -242,7 +242,7 @@ orleans.codegen.cs # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk +*.snk # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) diff --git a/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj b/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj index 18d32ee..9c82e59 100644 --- a/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj +++ b/AC_e-Reader_Card_Creator/AC_e-Reader_Card_Creator.csproj @@ -24,13 +24,12 @@ true - - 8C26734D6AC4E12062A9F4AF2B1C64330FB784B2 - AC_e-Reader_Card_Creator_TemporaryKey.pfx + + AC_e-Reader_Card_Creator_TemporaryKey.snk true - - + +