From 0f827cc3e74a8f45669fba5c525adacd6b897503 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Tue, 19 Oct 2021 07:24:20 -0400 Subject: [PATCH] Bump to 1.9.0 --- crypto/src/crypto.csproj | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj index 229c5a2aa8..754a8dbd32 100644 --- a/crypto/src/crypto.csproj +++ b/crypto/src/crypto.csproj @@ -15,7 +15,7 @@ embedded https://www.bouncycastle.org/csharp/licence.html https://www.bouncycastle.org/csharp/ - https://www.bouncycastle.org/csharp/#RELEASENOTES189 + https://www.bouncycastle.org/csharp/#DOWNLOAD1900 https://www.bouncycastle.org/images/csharp_logo.gif bouncycastle cryptography encryption security true diff --git a/version.json b/version.json index b9e0ab8bbc..b81ca1ca76 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "1.8.10", + "version": "1.9.0", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/netstandard$", // we release out of netstandard