Skip to content

Commit f4d21d8

Browse files
author
Oren Novotny
committed
Prep 1.8.5
1 parent 2b5d6ed commit f4d21d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crypto/src/crypto.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<DebugType>embedded</DebugType>
1616
<PackageLicenseUrl>https://www.bouncycastle.org/csharp/licence.html</PackageLicenseUrl>
1717
<PackageProjectUrl>https://www.bouncycastle.org/csharp/</PackageProjectUrl>
18-
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES184</PackageReleaseNotes>
18+
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES185</PackageReleaseNotes>
1919
<RepositoryType>git</RepositoryType>
2020
<RepositoryUrl>https://github.com/onovotny/bc-csharp</RepositoryUrl>
2121
<PackageIconUrl>https://www.bouncycastle.org/images/csharp_logo.gif</PackageIconUrl>
@@ -36,8 +36,8 @@
3636
<ItemGroup>
3737
<Compile Include="..\bzip2\src\**\*.cs" LinkBase="bzip2" />
3838
<None Include="..\..\BouncyCastle.snk" />
39-
<PackageReference Include="NerdBank.GitVersioning" Version="2.2.13" PrivateAssets="All" />
40-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
39+
<PackageReference Include="NerdBank.GitVersioning" Version="2.3.105" PrivateAssets="All" />
40+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
4141
</ItemGroup>
4242

4343
<Target Name="SetBuildVer" AfterTargets="GetBuildVersion" BeforeTargets="SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion">

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.8.4",
2+
"version": "1.8.5",
33
"publicReleaseRefSpec": [
44
"^refs/heads/master$", // we release out of master
55
"^refs/heads/netstandard$", // we release out of netstandard

0 commit comments

Comments
 (0)