Skip to content

Commit

Permalink
change reference from BouncyCastle.NetCore to Portable.BouncyCastle
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-yip committed Mar 5, 2020
1 parent e82e6aa commit 5acd3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install-Package HybridCrypting

* [Dotnet](https://github.com/dotnet/core) - Dotnet Core Framework
* [Nuget](https://nuget.org) - Package Management
* [BouncyCastle.NetCore](https://github.com/chrishaly/bc-csharp) - Bouncy Castle C# Distribution
* [Portable.BouncyCastle](https://github.com/novotnyllc/bc-csharp) - BouncyCastle portable version

## Versioning

Expand Down
8 changes: 4 additions & 4 deletions src/hybridcrypting/hybridcrypting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>HybridCrypting</PackageId>
<Version>1.0.0</Version>
<Authors>Terry-Yip</Authors>
<Company>Terry-Yip</Company>
<Version>1.1</Version>
<Authors>Terry Yip</Authors>
<Company>Terry Yip</Company>
<Description>To encrypt/decrypt the configuration you don't want to commit to source control as plain text.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/terry-yip/HybridCrypting</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.5"/>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6"/>
</ItemGroup>
</Project>

0 comments on commit 5acd3e5

Please sign in to comment.