Skip to content

Commit 4122f24

Browse files
committed
Updated dependencies
1 parent 807886c commit 4122f24

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

Contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ Those listed below have contributed to `SimpleDnsCrypt`, and are the copyright h
2424
* @bungoume
2525
* Esmail EL BoB - <esmailelbob01124320019@gmail.com>
2626
* @ukind
27+
* @Mongogamer

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.5.6")]
18-
[assembly: AssemblyFileVersion("0.5.6")]
17+
[assembly: AssemblyVersion("0.5.7")]
18+
[assembly: AssemblyFileVersion("0.5.7")]

SimpleDnsCrypt/SimpleDnsCrypt.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
<Reference Include="Helper, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
7777
<HintPath>..\packages\helper-net.0.2.0\lib\netstandard2.0\Helper.dll</HintPath>
7878
</Reference>
79-
<Reference Include="MahApps.Metro, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
80-
<HintPath>..\packages\MahApps.Metro.1.6.4\lib\net46\MahApps.Metro.dll</HintPath>
79+
<Reference Include="MahApps.Metro, Version=1.6.5.1, Culture=neutral, processorArchitecture=MSIL">
80+
<HintPath>..\packages\MahApps.Metro.1.6.5\lib\net46\MahApps.Metro.dll</HintPath>
8181
</Reference>
82-
<Reference Include="MahApps.Metro.IconPacks.Material, Version=2.2.0.12, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\MahApps.Metro.IconPacks.Material.2.2.0\lib\net46\MahApps.Metro.IconPacks.Material.dll</HintPath>
82+
<Reference Include="MahApps.Metro.IconPacks.Material, Version=2.3.0.4, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\packages\MahApps.Metro.IconPacks.Material.2.3.0\lib\net46\MahApps.Metro.IconPacks.Material.dll</HintPath>
8484
</Reference>
8585
<Reference Include="minisign, Version=0.1.2.0, Culture=neutral, processorArchitecture=MSIL">
8686
<HintPath>..\packages\minisign-net.0.1.2\lib\net\minisign.dll</HintPath>
@@ -92,7 +92,7 @@
9292
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
9393
</Reference>
9494
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
95-
<HintPath>..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
95+
<HintPath>..\packages\NLog.4.5.9\lib\net45\NLog.dll</HintPath>
9696
</Reference>
9797
<Reference Include="Sodium, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
9898
<HintPath>..\packages\libsodium-net.0.10.0\lib\Net40\Sodium.dll</HintPath>
@@ -132,8 +132,8 @@
132132
<Reference Include="XAMLMarkupExtensions, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
133133
<HintPath>..\packages\XAMLMarkupExtensions.1.3.0\lib\net40\XAMLMarkupExtensions.dll</HintPath>
134134
</Reference>
135-
<Reference Include="YamlDotNet, Version=4.3.1.0, Culture=neutral, processorArchitecture=MSIL">
136-
<HintPath>..\packages\YamlDotNet.4.3.1\lib\net45\YamlDotNet.dll</HintPath>
135+
<Reference Include="YamlDotNet, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
136+
<HintPath>..\packages\YamlDotNet.5.0.1\lib\net45\YamlDotNet.dll</HintPath>
137137
</Reference>
138138
</ItemGroup>
139139
<ItemGroup>

SimpleDnsCrypt/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
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" />
13-
<package id="MahApps.Metro" version="1.6.4" targetFramework="net461" />
14-
<package id="MahApps.Metro.IconPacks.Material" version="2.2.0" targetFramework="net461" />
13+
<package id="MahApps.Metro" version="1.6.5" targetFramework="net461" />
14+
<package id="MahApps.Metro.IconPacks.Material" version="2.3.0" targetFramework="net461" />
1515
<package id="minisign-net" version="0.1.2" targetFramework="net461" />
1616
<package id="Nett" version="0.9.0" targetFramework="net461" />
1717
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
18-
<package id="NLog" version="4.5.6" targetFramework="net461" />
18+
<package id="NLog" version="4.5.9" targetFramework="net461" />
1919
<package id="WPFLocalizeExtension" version="3.1.2" targetFramework="net461" />
2020
<package id="XAMLMarkupExtensions" version="1.3.0" targetFramework="net461" />
21-
<package id="YamlDotNet" version="4.3.1" targetFramework="net461" />
21+
<package id="YamlDotNet" version="5.0.1" targetFramework="net461" />
2222
</packages>

0 commit comments

Comments
 (0)