Skip to content

Commit 760e260

Browse files
committed
Updated dependancies
1 parent 2fd1967 commit 760e260

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

FileAES/FileAES.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<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>
230230
</PropertyGroup>
231231
<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'))" />
232-
<Error Condition="!Exists('..\packages\Fody.6.2.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.2.4\build\Fody.targets'))" />
232+
<Error Condition="!Exists('..\packages\Fody.6.2.6\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.2.6\build\Fody.targets'))" />
233233
</Target>
234-
<Import Project="..\packages\Fody.6.2.4\build\Fody.targets" Condition="Exists('..\packages\Fody.6.2.4\build\Fody.targets')" />
234+
<Import Project="..\packages\Fody.6.2.6\build\Fody.targets" Condition="Exists('..\packages\Fody.6.2.6\build\Fody.targets')" />
235235
</Project>

FileAES/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace FAES_GUI
1414
static class Program
1515
{
1616
private const string devAppendTag = "";
17-
private const string betaAppendTag = "BETA 5";
17+
private const string betaAppendTag = "BETA 6";
1818

1919
private static bool _verbose = false;
2020
private static bool _purgeTemp = false;

FileAES/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Costura.Fody" version="4.1.0" targetFramework="net45" developmentDependency="true" />
4-
<package id="Fody" version="6.2.4" targetFramework="net45" developmentDependency="true" />
4+
<package id="Fody" version="6.2.6" targetFramework="net46" developmentDependency="true" />
55
</packages>

0 commit comments

Comments
 (0)