Skip to content

Commit bb8382f

Browse files
committed
Updated dependencies
1 parent 1b2c1ae commit bb8382f

5 files changed

Lines changed: 20 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
102102
- [Fody](https://github.com/Fody/Fody)
103103
- [helper-net](https://github.com/bitbeans/helper-net)
104104
- [MahApps.Metro](https://github.com/MahApps/MahApps.Metro)
105+
- [MahApps.Metro.SimpleChildWindow](https://github.com/punker76/MahApps.Metro.SimpleChildWindow)
105106
- [minisign-net](https://github.com/bitbeans/minisign-net)
106107
- [Nett](https://github.com/paiden/Nett)
107108
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)

SimpleDnsCrypt/FodyWeavers.xsd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3-
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
3+
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
44
<xs:element name="Weavers">
55
<xs:complexType>
66
<xs:all>
@@ -93,12 +93,17 @@
9393
</xs:all>
9494
<xs:attribute name="VerifyAssembly" type="xs:boolean">
9595
<xs:annotation>
96-
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
96+
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
9797
</xs:annotation>
9898
</xs:attribute>
9999
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
100100
<xs:annotation>
101-
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
101+
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
102+
</xs:annotation>
103+
</xs:attribute>
104+
<xs:attribute name="GenerateXsd" type="xs:boolean">
105+
<xs:annotation>
106+
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
102107
</xs:annotation>
103108
</xs:attribute>
104109
</xs:complexType>

SimpleDnsCrypt/SimpleDnsCrypt.csproj

Lines changed: 7 additions & 7 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.2.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.2.0\build\Costura.Fody.props')" />
3+
<Import Project="..\packages\Costura.Fody.3.2.1\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.2.1\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.2.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68-
<HintPath>..\packages\Costura.Fody.3.2.0\lib\net46\Costura.dll</HintPath>
67+
<Reference Include="Costura, Version=3.2.1.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68+
<HintPath>..\packages\Costura.Fody.3.2.1\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>
@@ -136,7 +136,7 @@
136136
<HintPath>..\packages\XAMLMarkupExtensions.1.5.1\lib\net452\XAMLMarkupExtensions.dll</HintPath>
137137
</Reference>
138138
<Reference Include="YamlDotNet, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
139-
<HintPath>..\packages\YamlDotNet.5.2.1\lib\net45\YamlDotNet.dll</HintPath>
139+
<HintPath>..\packages\YamlDotNet.5.3.0\lib\net45\YamlDotNet.dll</HintPath>
140140
</Reference>
141141
</ItemGroup>
142142
<ItemGroup>
@@ -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.3.3.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.3.2\build\Fody.targets'))" />
545-
<Error Condition="!Exists('..\packages\Costura.Fody.3.2.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.2.0\build\Costura.Fody.props'))" />
544+
<Error Condition="!Exists('..\packages\Fody.3.3.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.3.3\build\Fody.targets'))" />
545+
<Error Condition="!Exists('..\packages\Costura.Fody.3.2.1\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.2.1\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.3.3.2\build\Fody.targets" Condition="Exists('..\packages\Fody.3.3.2\build\Fody.targets')" />
554+
<Import Project="..\packages\Fody.3.3.3\build\Fody.targets" Condition="Exists('..\packages\Fody.3.3.3\build\Fody.targets')" />
555555
</Project>

SimpleDnsCrypt/ViewModels/DomainBlockLogViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ await Task.Run(() =>
212212

213213
while (_isDomainBlockLogLogging)
214214
{
215-
Thread.Sleep(100);
215+
Thread.Sleep(500);
216216
//if the file size has not changed, idle
217217
if (reader.BaseStream.Length == lastMaxOffset)
218218
continue;

SimpleDnsCrypt/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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.2.0" targetFramework="net461" developmentDependency="true" />
7+
<package id="Costura.Fody" version="3.2.1" targetFramework="net461" developmentDependency="true" />
88
<package id="DnsCrypt.Blacklist" version="0.1.1" targetFramework="net461" />
9-
<package id="Fody" version="3.3.2" targetFramework="net461" developmentDependency="true" />
9+
<package id="Fody" version="3.3.3" 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" />
@@ -19,5 +19,5 @@
1919
<package id="NLog" version="4.5.11" targetFramework="net461" />
2020
<package id="WPFLocalizeExtension" version="3.3.1" targetFramework="net461" />
2121
<package id="XAMLMarkupExtensions" version="1.5.1" targetFramework="net461" />
22-
<package id="YamlDotNet" version="5.2.1" targetFramework="net461" />
22+
<package id="YamlDotNet" version="5.3.0" targetFramework="net461" />
2323
</packages>

0 commit comments

Comments
 (0)