From c8f8fbaa986b37009be5e63213000f17eea5effb Mon Sep 17 00:00:00 2001 From: mullak99 Date: Thu, 28 Nov 2019 01:47:39 +0000 Subject: [PATCH] Updated dependancies --- FAES/FAES.cs | 2 +- FAES/FAES.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FAES/FAES.cs b/FAES/FAES.cs index f828aab..339c2e0 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_191024-1"; + private const string PreReleaseTag = "DEV_191128-1"; 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 da247dc..f99f0fc 100644 --- a/FAES/FAES.csproj +++ b/FAES/FAES.csproj @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers