Skip to content

Commit e7ca6d4

Browse files
committed
Update dependencies
1 parent 6d6cb98 commit e7ca6d4

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

SimpleDnsCrypt/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
ResourceDictionaryLocation.None,
1515
ResourceDictionaryLocation.SourceAssembly
1616
)]
17-
[assembly: AssemblyVersion("0.6.4")]
18-
[assembly: AssemblyFileVersion("0.6.4")]
17+
[assembly: AssemblyVersion("0.6.5")]
18+
[assembly: AssemblyFileVersion("0.6.5")]

SimpleDnsCrypt/SimpleDnsCrypt.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
3+
<Import Project="..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -64,8 +64,8 @@
6464
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
6565
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
6666
</Reference>
67-
<Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68-
<HintPath>..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
67+
<Reference Include="Costura, Version=4.0.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68+
<HintPath>..\packages\Costura.Fody.4.0.0\lib\net40\Costura.dll</HintPath>
6969
</Reference>
7070
<Reference Include="DnsCrypt.Blacklist, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
7171
<HintPath>..\packages\DnsCrypt.Blacklist.0.1.1\lib\netstandard2.0\DnsCrypt.Blacklist.dll</HintPath>
@@ -88,14 +88,14 @@
8888
<Reference Include="minisign, Version=0.1.2.0, Culture=neutral, processorArchitecture=MSIL">
8989
<HintPath>..\packages\minisign-net.0.1.2\lib\net\minisign.dll</HintPath>
9090
</Reference>
91-
<Reference Include="Nett, Version=0.11.0.0, Culture=neutral, PublicKeyToken=605dcfe7a1d3365b, processorArchitecture=MSIL">
92-
<HintPath>..\packages\Nett.0.11.0\lib\Net40\Nett.dll</HintPath>
91+
<Reference Include="Nett, Version=0.12.0.0, Culture=neutral, PublicKeyToken=605dcfe7a1d3365b, processorArchitecture=MSIL">
92+
<HintPath>..\packages\Nett.0.12.0\lib\net40\Nett.dll</HintPath>
9393
</Reference>
9494
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
95-
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
95+
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
9696
</Reference>
9797
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
98-
<HintPath>..\packages\NLog.4.6.2\lib\net45\NLog.dll</HintPath>
98+
<HintPath>..\packages\NLog.4.6.4\lib\net45\NLog.dll</HintPath>
9999
</Reference>
100100
<Reference Include="Sodium, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
101101
<HintPath>..\packages\libsodium-net.0.10.0\lib\Net40\Sodium.dll</HintPath>
@@ -541,8 +541,8 @@
541541
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
542542
</PropertyGroup>
543543
<Error Condition="!Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets'))" />
544-
<Error Condition="!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" />
545-
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
544+
<Error Condition="!Exists('..\packages\Fody.5.0.6\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.5.0.6\build\Fody.targets'))" />
545+
<Error Condition="!Exists('..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props'))" />
546546
</Target>
547547
<PropertyGroup>
548548
<TargetFrameworkSDKToolsDirectory Condition=" '$(PlatformTarget)' == 'x64'">$(TargetFrameworkSDKToolsDirectory)$(PlatformTarget)\</TargetFrameworkSDKToolsDirectory>
@@ -551,5 +551,5 @@
551551
<PostBuildEvent>copy "$(ProjectDir)DNS$(PlatformName)\*" "$(ProjectDir)$(OutDir)\dnscrypt-proxy\"</PostBuildEvent>
552552
</PropertyGroup>
553553
<Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets')" />
554-
<Import Project="..\packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
554+
<Import Project="..\packages\Fody.5.0.6\build\Fody.targets" Condition="Exists('..\packages\Fody.5.0.6\build\Fody.targets')" />
555555
</Project>

SimpleDnsCrypt/packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<package id="Caliburn.Micro" version="3.2.0" targetFramework="net461" />
55
<package id="Caliburn.Micro.Core" version="3.2.0" targetFramework="net461" />
66
<package id="ControlzEx" version="3.0.2.4" targetFramework="net461" />
7-
<package id="Costura.Fody" version="3.3.3" targetFramework="net461" developmentDependency="true" />
7+
<package id="Costura.Fody" version="4.0.0" targetFramework="net461" developmentDependency="true" />
88
<package id="DnsCrypt.Blacklist" version="0.1.1" targetFramework="net461" />
9-
<package id="Fody" version="4.2.1" targetFramework="net461" developmentDependency="true" />
9+
<package id="Fody" version="5.0.6" targetFramework="net461" developmentDependency="true" />
1010
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net461" />
1111
<package id="helper-net" version="0.2.0" targetFramework="net461" />
1212
<package id="libsodium-net" version="0.10.0" targetFramework="net461" />
1313
<package id="MahApps.Metro" version="1.6.5" targetFramework="net461" />
1414
<package id="MahApps.Metro.IconPacks.Material" version="2.3.0" targetFramework="net461" />
1515
<package id="MahApps.Metro.SimpleChildWindow" version="1.5.0" targetFramework="net461" />
1616
<package id="minisign-net" version="0.1.2" targetFramework="net461" />
17-
<package id="Nett" version="0.11.0" targetFramework="net461" />
18-
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
19-
<package id="NLog" version="4.6.2" targetFramework="net461" />
17+
<package id="Nett" version="0.12.0" targetFramework="net461" />
18+
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
19+
<package id="NLog" version="4.6.4" targetFramework="net461" />
2020
<package id="WPFLocalizeExtension" version="3.3.1" targetFramework="net461" />
2121
<package id="XAMLMarkupExtensions" version="1.6.0" targetFramework="net461" />
2222
<package id="YamlDotNet" version="6.0.0" targetFramework="net461" />

0 commit comments

Comments
 (0)