|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>
|
4 |
| - <Version>3.0.0</Version> |
| 4 | + <Version>3.1.0</Version> |
5 | 5 | <Authors>2Toad, LLC</Authors>
|
6 | 6 | <Description>Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael.
|
7 | 7 |
|
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> |
9 | 9 | <Company>2Toad, LLC</Company>
|
10 | 10 | <Copyright>Copyright (C)2013 2Toad, LLC. All rights reserved.</Copyright>
|
11 | 11 | <PackageLicenseUrl>https://github.com/2Toad/Rijndael256/blob/master/LICENSE</PackageLicenseUrl>
|
12 | 12 | <PackageProjectUrl>https://github.com/2Toad/Rijndael256</PackageProjectUrl>
|
13 |
| - <RepositoryUrl>github.com:2Toad/Rijndael256.git</RepositoryUrl> |
| 13 | + <RepositoryUrl>https://github.com/2Toad/Rijndael256</RepositoryUrl> |
14 | 14 | <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> |
16 | 18 | </PropertyGroup>
|
17 | 19 | <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0'">
|
18 | 20 | <PackageReference Include="System.Security.Cryptography.Algorithms">
|
|
0 commit comments