Skip to content

Commit

Permalink
Bump to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Oct 19, 2021
1 parent 5297fed commit 0f827cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/src/crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DebugType>embedded</DebugType>
<PackageLicenseUrl>https://www.bouncycastle.org/csharp/licence.html</PackageLicenseUrl>
<PackageProjectUrl>https://www.bouncycastle.org/csharp/</PackageProjectUrl>
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES189</PackageReleaseNotes>
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#DOWNLOAD1900</PackageReleaseNotes>
<PackageIconUrl>https://www.bouncycastle.org/images/csharp_logo.gif</PackageIconUrl>
<PackageTags>bouncycastle cryptography encryption security</PackageTags>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0f827cc

Please sign in to comment.