Skip to content

Commit

Permalink
update version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
myloveCc committed Jun 5, 2018
1 parent e6a6c39 commit 55f7da8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/NETCore.Encrypt/NETCore.Encrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<Product>Lvcc</Product>
<Authors>Lvcc</Authors>
<Description>NETCore encrypt and decrpty tool,Include AES,RSA,MD5,SAH1,SAH256,SHA384,SHA512</Description>
<Copyright>Copyright 2017 (c) Lvcc. All rights reserved</Copyright>
<Copyright>Copyright 2018 (c) Lvcc. All rights reserved</Copyright>
<PackageLicenseUrl>https://github.com/myloveCc/NETCore.Encrypt/blob/master/License</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/myloveCc/NETCore.Encrypt</PackageProjectUrl>
<RepositoryUrl>https://github.com/myloveCc/NETCore.Encrypt</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<AssemblyVersion>2.0.6.0</AssemblyVersion>
<FileVersion>2.0.6.0</FileVersion>
<Version>2.0.6</Version>
<PackageReleaseNotes>1: Add demo about how to use.
2: Add new method for aes/des with byte[] encrypt/decrypt.
<AssemblyVersion>2.0.7.0</AssemblyVersion>
<FileVersion>2.0.7.0</FileVersion>
<Version>2.0.7</Version>
<PackageReleaseNotes>1: Add OutofMaxlengthException for rsa encrypt.
2: Add test about rsa OutofMaxlengthException.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 55f7da8

Please sign in to comment.