Skip to content

Commit

Permalink
Updated dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
mullak99 committed Nov 28, 2019
1 parent 6505cb4 commit c8f8fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAES/FAES.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion FAES/FAES.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="Costura.Fody" Version="4.1.0" />
<PackageReference Include="Fody" Version="6.0.2">
<PackageReference Include="Fody" Version="6.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit c8f8fba

Please sign in to comment.