Skip to content

Commit 4255668

Browse files
committed
Bump version to 3.1.0
1 parent e0b0c1f commit 4255668

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Rijndael256/Rijndael256.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>
4-
<Version>3.0.0</Version>
4+
<Version>3.1.0</Version>
55
<Authors>2Toad, LLC</Authors>
66
<Description>Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael.
77

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

0 commit comments

Comments
 (0)