Skip to content

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 6, 2018
1 parent c953f3b commit e4348fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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/#RELEASENOTES183</PackageReleaseNotes>
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES184</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/onovotny/bc-csharp</RepositoryUrl>
<PackageIconUrl>https://www.bouncycastle.org/images/csharp_logo.gif</PackageIconUrl>
Expand All @@ -36,7 +36,7 @@
<ItemGroup>
<Compile Include="..\bzip2\src\**\*.cs" LinkBase="bzip2" />
<None Include="..\..\BouncyCastle.snk" />
<PackageReference Include="NerdBank.GitVersioning" Version="2.1.65" PrivateAssets="All" />
<PackageReference Include="NerdBank.GitVersioning" Version="2.2.13" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
</ItemGroup>

Expand Down
7 changes: 1 addition & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"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
"^refs/heads/ref/v\\d+\\.\\d+" // we also release tags starting with ref/vN.N
],
"nugetPackageVersion":{
"semVer": 2
},
"cloudBuild": {
"buildNumber": {
"enabled": false
}
}
}

0 comments on commit e4348fc

Please sign in to comment.