Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Dec 17, 2020
1 parent 581230c commit a8c3afc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
11 changes: 1 addition & 10 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<!-- Workaround. Remove once we're on 3.1.300+
https://github.com/dotnet/sourcelink/issues/572 -->
<Project>
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>

<Project>
<!-- Remove once coverlet supports this built-in -->
<Target Name="CoverletGetPathMap"
DependsOnTargets="InitializeSourceRootMappedPaths"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:
steps:
- task: UseDotNet@2
inputs:
version: 3.1.x
version: 5.x
performMultiLevelLookup: true

- task: DotNetCoreCLI@2
Expand Down
4 changes: 2 additions & 2 deletions crypto/src/crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyOriginatorKeyFile>..\..\BouncyCastle.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<Product>Bouncy Castle for .NET ($(TargetFramework))</Product>
<Copyright>© 2000-2020 Legion of the Bouncy Castle Inc. </Copyright>
<Copyright>© 2000-2021 Legion of the Bouncy Castle Inc. </Copyright>
<Company>The Legion of the Bouncy Castle Inc.</Company>
<Authors>Claire Novotny</Authors>
<Title>Bouncy Castle Portable</Title>
Expand All @@ -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/#RELEASENOTES188</PackageReleaseNotes>
<PackageReleaseNotes>https://www.bouncycastle.org/csharp/#RELEASENOTES189</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.8",
"version": "1.8.9",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/netstandard$", // we release out of netstandard
Expand Down

0 comments on commit a8c3afc

Please sign in to comment.