Skip to content

Commit e4348fc

Browse files
author
Oren Novotny
committed
1.8.4
1 parent c953f3b commit e4348fc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

crypto/src/crypto.csproj

Lines changed: 2 additions & 2 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/#RELEASENOTES183</PackageReleaseNotes>
18+
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES184</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,7 +36,7 @@
3636
<ItemGroup>
3737
<Compile Include="..\bzip2\src\**\*.cs" LinkBase="bzip2" />
3838
<None Include="..\..\BouncyCastle.snk" />
39-
<PackageReference Include="NerdBank.GitVersioning" Version="2.1.65" PrivateAssets="All" />
39+
<PackageReference Include="NerdBank.GitVersioning" Version="2.2.13" PrivateAssets="All" />
4040
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
4141
</ItemGroup>
4242

version.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
2-
"version": "1.8.3",
2+
"version": "1.8.4",
33
"publicReleaseRefSpec": [
44
"^refs/heads/master$", // we release out of master
55
"^refs/heads/netstandard$", // we release out of netstandard
66
"^refs/heads/ref/v\\d+\\.\\d+" // we also release tags starting with ref/vN.N
77
],
88
"nugetPackageVersion":{
99
"semVer": 2
10-
},
11-
"cloudBuild": {
12-
"buildNumber": {
13-
"enabled": false
14-
}
1510
}
1611
}

0 commit comments

Comments
 (0)