Skip to content

Commit

Permalink
Updated dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
mullak99 committed Oct 7, 2020
1 parent 2fd1967 commit 760e260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FileAES/FileAES.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
<Error Condition="!Exists('..\packages\Fody.6.2.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.2.4\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Fody.6.2.6\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.2.6\build\Fody.targets'))" />
</Target>
<Import Project="..\packages\Fody.6.2.4\build\Fody.targets" Condition="Exists('..\packages\Fody.6.2.4\build\Fody.targets')" />
<Import Project="..\packages\Fody.6.2.6\build\Fody.targets" Condition="Exists('..\packages\Fody.6.2.6\build\Fody.targets')" />
</Project>
2 changes: 1 addition & 1 deletion FileAES/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace FAES_GUI
static class Program
{
private const string devAppendTag = "";
private const string betaAppendTag = "BETA 5";
private const string betaAppendTag = "BETA 6";

private static bool _verbose = false;
private static bool _purgeTemp = false;
Expand Down
2 changes: 1 addition & 1 deletion FileAES/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="4.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="6.2.4" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="6.2.6" targetFramework="net46" developmentDependency="true" />
</packages>

0 comments on commit 760e260

Please sign in to comment.