From 851feee00986b622fadcc856c1399d0c453c4c0f Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sat, 18 Feb 2023 22:43:50 +0700 Subject: Fix symbols, add SourceLink, deterministic build --- crypto/Readme.html | 9 +++++++++ crypto/src/BouncyCastle.Crypto.csproj | 33 ++++++++++++++++++++------------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/crypto/Readme.html b/crypto/Readme.html index 38de4bd1e..ea8acaf7a 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@
  • Notes:
      +
    1. + Release 2.1.1
    2. Release 2.1.0
    3. @@ -321,6 +323,13 @@

      Notes:

      +

      Release 2.1.1, Saturday February 18, 2023

      +

      + This is a hotfix release to fix the missing symbols for the 2.1.0 release. + We have now added an snupkg with symbols, enabled SourceLink, and made the build deterministic. + There was no change to functionality. +

      +

      Release 2.1.0, Saturday February 18, 2023

      Defects Fixed
        diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index afdb875c4..a22f71335 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -22,23 +22,26 @@ https://www.bouncycastle.org/csharp/ bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls BouncyCastle.NET - git - https://github.com/bcgit/bc-csharp + true BouncyCastle.NET Cryptography - - - full - true - true - snupkg + + + + true - - pdbonly - true - true - snupkg + + + + + true + + + public + + true + snupkg @@ -84,6 +87,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive -- cgit 1.4.1