Skip to content

Commit

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

Features: AES-128, AES-192, AES-256, SHA-512, PBKDF2.</Description>
Features: AES-128, AES-192, AES-256, Authenticated AES, Encrypt then MAC (EtM), SHA-512, PBKDF2.</Description>
<Company>2Toad, LLC</Company>
<Copyright>Copyright (C)2013 2Toad, LLC. All rights reserved.</Copyright>
<PackageLicenseUrl>https://github.com/2Toad/Rijndael256/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/2Toad/Rijndael256</PackageProjectUrl>
<RepositoryUrl>github.com:2Toad/Rijndael256.git</RepositoryUrl>
<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 SHA SHA-512 PBKDF2 Hashing</PackageTags>
<PackageTags>2Toad Rijndael256 Security Cryptography Cryptographic Encryption Decryption Rijndael AES AES-128 AES-192 AES-256 "Authenticated AES" "Encrypt then MAC" EtM SHA SHA-512 PBKDF2 Hashing</PackageTags>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0'">
<PackageReference Include="System.Security.Cryptography.Algorithms">
Expand Down

0 comments on commit 4255668

Please sign in to comment.