diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj
index fd54d15e9d..20427301ad 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/#RELEASENOTES183
+ https://www.bouncycastle.org/csharp/#RELEASENOTES184
git
https://github.com/onovotny/bc-csharp
https://www.bouncycastle.org/images/csharp_logo.gif
@@ -36,7 +36,7 @@
-
+
diff --git a/version.json b/version.json
index 2d7a8e641f..c8ea481c72 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
{
- "version": "1.8.3",
+ "version": "1.8.4",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/netstandard$", // we release out of netstandard
@@ -7,10 +7,5 @@
],
"nugetPackageVersion":{
"semVer": 2
- },
- "cloudBuild": {
- "buildNumber": {
- "enabled": false
- }
}
}