From 55f7da86736694249f358df10155fa265e38b066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=7E?= Date: Tue, 5 Jun 2018 12:30:14 +0800 Subject: [PATCH] update version to 2.0.7 --- src/NETCore.Encrypt/NETCore.Encrypt.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/NETCore.Encrypt/NETCore.Encrypt.csproj b/src/NETCore.Encrypt/NETCore.Encrypt.csproj index 2243b91..e0a3680 100644 --- a/src/NETCore.Encrypt/NETCore.Encrypt.csproj +++ b/src/NETCore.Encrypt/NETCore.Encrypt.csproj @@ -7,16 +7,16 @@ Lvcc Lvcc NETCore encrypt and decrpty tool,Include AES,RSA,MD5,SAH1,SAH256,SHA384,SHA512 - Copyright 2017 (c) Lvcc. All rights reserved + Copyright 2018 (c) Lvcc. All rights reserved https://github.com/myloveCc/NETCore.Encrypt/blob/master/License https://github.com/myloveCc/NETCore.Encrypt https://github.com/myloveCc/NETCore.Encrypt Github - 2.0.6.0 - 2.0.6.0 - 2.0.6 - 1: Add demo about how to use. -2: Add new method for aes/des with byte[] encrypt/decrypt. + 2.0.7.0 + 2.0.7.0 + 2.0.7 + 1: Add OutofMaxlengthException for rsa encrypt. +2: Add test about rsa OutofMaxlengthException.