Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPierce committed Jan 30, 2017
1 parent 5aa756d commit 3453fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rijndael256/Rijndael256.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<Authors>2Toad, LLC</Authors>
<Description>Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael.

Expand All @@ -13,8 +13,8 @@ Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then
<RepositoryUrl>https://github.com/2Toad/Rijndael256</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>2Toad Rijndael256 Security Cryptography Cryptographic Encryption Decryption Rijndael AES AES-128 AES-192 AES-256 Authenticated AE Encrypt-then-MAC EtM SHA SHA-512 PBKDF2 Hashing</PackageTags>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0'">
<PackageReference Include="System.Security.Cryptography.Algorithms">
Expand Down

0 comments on commit 3453fa2

Please sign in to comment.