Skip to content

Commit a8c3afc

Browse files
bump ver
1 parent 581230c commit a8c3afc

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

Directory.Build.targets

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
<!-- Workaround. Remove once we're on 3.1.300+
2-
https://github.com/dotnet/sourcelink/issues/572 -->
3-
<Project>
4-
<PropertyGroup>
5-
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
6-
</PropertyGroup>
7-
<ItemGroup>
8-
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
9-
</ItemGroup>
10-
1+
<Project>
112
<!-- Remove once coverlet supports this built-in -->
123
<Target Name="CoverletGetPathMap"
134
DependsOnTargets="InitializeSourceRootMappedPaths"

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
steps:
2121
- task: UseDotNet@2
2222
inputs:
23-
version: 3.1.x
23+
version: 5.x
2424
performMultiLevelLookup: true
2525

2626
- task: DotNetCoreCLI@2

crypto/src/crypto.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyOriginatorKeyFile>..\..\BouncyCastle.snk</AssemblyOriginatorKeyFile>
77
<SignAssembly>true</SignAssembly>
88
<Product>Bouncy Castle for .NET ($(TargetFramework))</Product>
9-
<Copyright>© 2000-2020 Legion of the Bouncy Castle Inc. </Copyright>
9+
<Copyright>© 2000-2021 Legion of the Bouncy Castle Inc. </Copyright>
1010
<Company>The Legion of the Bouncy Castle Inc.</Company>
1111
<Authors>Claire Novotny</Authors>
1212
<Title>Bouncy Castle Portable</Title>
@@ -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/#RELEASENOTES188</PackageReleaseNotes>
18+
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES189</PackageReleaseNotes>
1919
<PackageIconUrl>https://www.bouncycastle.org/images/csharp_logo.gif</PackageIconUrl>
2020
<PackageTags>bouncycastle cryptography encryption security</PackageTags>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>

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.8",
2+
"version": "1.8.9",
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)