diff --git a/FAES/FAES.cs b/FAES/FAES.cs index 339c2e0..37fe09e 100644 --- a/FAES/FAES.cs +++ b/FAES/FAES.cs @@ -773,7 +773,7 @@ public class FileAES_Utilities public static string ExtentionUFAES = ".ufaes"; private const bool IsPreReleaseBuild = true; - private const string PreReleaseTag = "DEV_191128-1"; + private const string PreReleaseTag = "BETA_5"; private static string[] _supportedEncExtentions = new string[3] { ExtentionFAES, ".faes", ".mcrypt" }; private static string _FileAES_TempRoot = Path.Combine(Path.GetTempPath(), "FileAES"); diff --git a/FAES/FAES.csproj b/FAES/FAES.csproj index f99f0fc..1169223 100644 --- a/FAES/FAES.csproj +++ b/FAES/FAES.csproj @@ -1,8 +1,8 @@  - net45;netstandard2.0;netstandard2.1 - 1.2.0 + net45;net46;netstandard2.0 + 1.2.0-beta5 1.2.0.0 - Replaced the FAESv2-CBC file structure with FAESv3. The MetaData is now dynamically sized, and not limited to 256 bytes - Added better compression handling (easier to add new compression algorithms) @@ -18,29 +18,36 @@ - Changed default file hashing algorithm to SHA256 - Changed Compressed, Unencrypted file extention from '.faeszip' to '.ufaes' - Changed UNIX timestamp from Int32 to Int64 -- Changed target frameworks to .NET Framework 4.5, .NET Standard (2.0 and 2.1) +- Changed target frameworks to .NET Framework 4.5, .NET Framework 4.6, and .NET Standard 2.0 mullak99 C# Library to encrypt/decrypt files using AES. With extra features. 1.2.0.0 - false + False https://github.com/fileaes/FAES - Copyright © 2019 | mullak99 + Copyright © 2020 | mullak99 + faes, faes-library, aes, aes-encryption, aes-decryption, encryption, decryption + https://github.com/fileaes/FAES + FAES + FAES + False + mullak99 - + all runtime; build; native; contentfiles; analyzers - + - - - - + + + + +