Skip to content

Commit

Permalink
Update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mattosaurus committed Jan 15, 2020
1 parent 8bb4238 commit f496c17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PgpCore/PgpCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
<PackageProjectUrl>https://github.com/mattosaurus/PgpCore</PackageProjectUrl>
<RepositoryUrl>https://github.com/mattosaurus/PgpCore</RepositoryUrl>
<PackageTags>PGP .NET Core</PackageTags>
<Version>2.1.1</Version>
<Version>2.2.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<PackageReleaseNotes>v2.1.1 - Recreate key file if already exists rather than appending on to.</PackageReleaseNotes>
<FileVersion>2.2.0.0</FileVersion>
<PackageReleaseNotes>v2.2.0 - Allow message name to be set, make sync methods properly sync, improve parameter documentation.</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PgpCoreKey.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5.2" />
</ItemGroup>

</Project>

0 comments on commit f496c17

Please sign in to comment.