diff --git a/SecureDNSClient/Forms/FormMain.Designer.cs b/SecureDNSClient/Forms/FormMain.Designer.cs
index 90ae62e..b37cf68 100644
--- a/SecureDNSClient/Forms/FormMain.Designer.cs
+++ b/SecureDNSClient/Forms/FormMain.Designer.cs
@@ -110,6 +110,7 @@ private void InitializeComponent()
this.CustomLabelSetDNSInfo = new CustomControls.CustomLabel();
this.CustomComboBoxNICs = new CustomControls.CustomComboBox();
this.TabPageSettings = new System.Windows.Forms.TabPage();
+ this.CustomCheckBoxSettingDisableAudioAlert = new CustomControls.CustomCheckBox();
this.CustomCheckBoxDontAskCertificate = new CustomControls.CustomCheckBox();
this.CustomTextBoxBootstrapDNS = new CustomControls.CustomTextBox();
this.CustomLabelBootstrapDNS = new CustomControls.CustomLabel();
@@ -139,7 +140,8 @@ private void InitializeComponent()
this.CustomRichTextBoxStatusIsDPIActive = new CustomControls.CustomRichTextBox();
this.CustomRichTextBoxStatusIsConnected = new CustomControls.CustomRichTextBox();
this.CustomRichTextBoxStatusWorkingServers = new CustomControls.CustomRichTextBox();
- this.CustomCheckBoxSettingDisableAudioAlert = new CustomControls.CustomCheckBox();
+ this.CustomLabelCheckDPIInfo = new CustomControls.CustomLabel();
+ this.CustomTextBoxCheckDPIHost = new CustomControls.CustomTextBox();
this.CustomGroupBoxLog.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CustomNumericUpDownSSLFragment)).BeginInit();
this.CustomTabControlMain.SuspendLayout();
@@ -1526,6 +1528,8 @@ private void InitializeComponent()
// TabPageSettings
//
this.TabPageSettings.BackColor = System.Drawing.Color.Transparent;
+ this.TabPageSettings.Controls.Add(this.CustomTextBoxCheckDPIHost);
+ this.TabPageSettings.Controls.Add(this.CustomLabelCheckDPIInfo);
this.TabPageSettings.Controls.Add(this.CustomCheckBoxSettingDisableAudioAlert);
this.TabPageSettings.Controls.Add(this.CustomCheckBoxDontAskCertificate);
this.TabPageSettings.Controls.Add(this.CustomTextBoxBootstrapDNS);
@@ -1541,6 +1545,20 @@ private void InitializeComponent()
this.TabPageSettings.Tag = 1;
this.TabPageSettings.Text = "Settings";
//
+ // CustomCheckBoxSettingDisableAudioAlert
+ //
+ this.CustomCheckBoxSettingDisableAudioAlert.BackColor = System.Drawing.Color.DimGray;
+ this.CustomCheckBoxSettingDisableAudioAlert.BorderColor = System.Drawing.Color.Blue;
+ this.CustomCheckBoxSettingDisableAudioAlert.CheckColor = System.Drawing.Color.Blue;
+ this.CustomCheckBoxSettingDisableAudioAlert.ForeColor = System.Drawing.Color.White;
+ this.CustomCheckBoxSettingDisableAudioAlert.Location = new System.Drawing.Point(25, 160);
+ this.CustomCheckBoxSettingDisableAudioAlert.Name = "CustomCheckBoxSettingDisableAudioAlert";
+ this.CustomCheckBoxSettingDisableAudioAlert.SelectionColor = System.Drawing.Color.LightBlue;
+ this.CustomCheckBoxSettingDisableAudioAlert.Size = new System.Drawing.Size(125, 17);
+ this.CustomCheckBoxSettingDisableAudioAlert.TabIndex = 6;
+ this.CustomCheckBoxSettingDisableAudioAlert.Text = "Disable audio alert.";
+ this.CustomCheckBoxSettingDisableAudioAlert.UseVisualStyleBackColor = false;
+ //
// CustomCheckBoxDontAskCertificate
//
this.CustomCheckBoxDontAskCertificate.BackColor = System.Drawing.Color.DimGray;
@@ -2047,19 +2065,47 @@ private void InitializeComponent()
this.CustomRichTextBoxStatusWorkingServers.WordWrap = false;
this.CustomRichTextBoxStatusWorkingServers.ZoomFactor = 1F;
//
- // CustomCheckBoxSettingDisableAudioAlert
- //
- this.CustomCheckBoxSettingDisableAudioAlert.BackColor = System.Drawing.Color.DimGray;
- this.CustomCheckBoxSettingDisableAudioAlert.BorderColor = System.Drawing.Color.Blue;
- this.CustomCheckBoxSettingDisableAudioAlert.CheckColor = System.Drawing.Color.Blue;
- this.CustomCheckBoxSettingDisableAudioAlert.ForeColor = System.Drawing.Color.White;
- this.CustomCheckBoxSettingDisableAudioAlert.Location = new System.Drawing.Point(25, 160);
- this.CustomCheckBoxSettingDisableAudioAlert.Name = "CustomCheckBoxSettingDisableAudioAlert";
- this.CustomCheckBoxSettingDisableAudioAlert.SelectionColor = System.Drawing.Color.LightBlue;
- this.CustomCheckBoxSettingDisableAudioAlert.Size = new System.Drawing.Size(125, 17);
- this.CustomCheckBoxSettingDisableAudioAlert.TabIndex = 6;
- this.CustomCheckBoxSettingDisableAudioAlert.Text = "Disable audio alert.";
- this.CustomCheckBoxSettingDisableAudioAlert.UseVisualStyleBackColor = false;
+ // CustomLabelCheckDPIInfo
+ //
+ this.CustomLabelCheckDPIInfo.AutoSize = true;
+ this.CustomLabelCheckDPIInfo.BackColor = System.Drawing.Color.DimGray;
+ this.CustomLabelCheckDPIInfo.Border = false;
+ this.CustomLabelCheckDPIInfo.BorderColor = System.Drawing.Color.Blue;
+ this.CustomLabelCheckDPIInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.CustomLabelCheckDPIInfo.ForeColor = System.Drawing.Color.White;
+ this.CustomLabelCheckDPIInfo.Location = new System.Drawing.Point(25, 205);
+ this.CustomLabelCheckDPIInfo.Name = "CustomLabelCheckDPIInfo";
+ this.CustomLabelCheckDPIInfo.RoundedCorners = 0;
+ this.CustomLabelCheckDPIInfo.Size = new System.Drawing.Size(259, 17);
+ this.CustomLabelCheckDPIInfo.TabIndex = 8;
+ this.CustomLabelCheckDPIInfo.Text = "A DNS based blocked website to check. https://";
+ //
+ // CustomTextBoxCheckDPIHost
+ //
+ this.CustomTextBoxCheckDPIHost.AcceptsReturn = false;
+ this.CustomTextBoxCheckDPIHost.AcceptsTab = false;
+ this.CustomTextBoxCheckDPIHost.BackColor = System.Drawing.Color.DimGray;
+ this.CustomTextBoxCheckDPIHost.Border = true;
+ this.CustomTextBoxCheckDPIHost.BorderColor = System.Drawing.Color.Blue;
+ this.CustomTextBoxCheckDPIHost.BorderSize = 1;
+ this.CustomTextBoxCheckDPIHost.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
+ this.CustomTextBoxCheckDPIHost.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.CustomTextBoxCheckDPIHost.ForeColor = System.Drawing.Color.White;
+ this.CustomTextBoxCheckDPIHost.HideSelection = true;
+ this.CustomTextBoxCheckDPIHost.Location = new System.Drawing.Point(290, 203);
+ this.CustomTextBoxCheckDPIHost.MaxLength = 32767;
+ this.CustomTextBoxCheckDPIHost.Multiline = false;
+ this.CustomTextBoxCheckDPIHost.Name = "CustomTextBoxCheckDPIHost";
+ this.CustomTextBoxCheckDPIHost.ReadOnly = false;
+ this.CustomTextBoxCheckDPIHost.ScrollBars = System.Windows.Forms.ScrollBars.None;
+ this.CustomTextBoxCheckDPIHost.ShortcutsEnabled = true;
+ this.CustomTextBoxCheckDPIHost.Size = new System.Drawing.Size(100, 23);
+ this.CustomTextBoxCheckDPIHost.TabIndex = 0;
+ this.CustomTextBoxCheckDPIHost.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
+ this.CustomTextBoxCheckDPIHost.Texts = "youtube.com";
+ this.CustomTextBoxCheckDPIHost.UnderlinedStyle = false;
+ this.CustomTextBoxCheckDPIHost.UsePasswordChar = false;
+ this.CustomTextBoxCheckDPIHost.WordWrap = true;
//
// FormMain
//
@@ -2229,5 +2275,7 @@ private void InitializeComponent()
private CustomControls.CustomRichTextBox CustomRichTextBoxStatusIsProxyServerRunning;
private CustomControls.CustomButton CustomButtonConnectAll;
private CustomControls.CustomCheckBox CustomCheckBoxSettingDisableAudioAlert;
+ private CustomControls.CustomLabel CustomLabelCheckDPIInfo;
+ private CustomControls.CustomTextBox CustomTextBoxCheckDPIHost;
}
}
\ No newline at end of file
diff --git a/SecureDNSClient/Forms/FormMain.cs b/SecureDNSClient/Forms/FormMain.cs
index 461776a..b4c066d 100644
--- a/SecureDNSClient/Forms/FormMain.cs
+++ b/SecureDNSClient/Forms/FormMain.cs
@@ -39,12 +39,13 @@ public partial class FormMain : Form
private HTTPProxyServer? HTTPProxy;
private bool AudioAlertOnline = true;
private bool AudioAlertOffline = false;
+ private readonly Stopwatch CheckDPIWorksStopWatch = new();
public FormMain()
{
InitializeComponent();
CustomStatusStrip1.SizingGrip = false;
-
+
// Rightclick on NotifyIcon
ToolStripMenuItemIcon.Text = "Exit";
ToolStripMenuItemIcon.Click += ToolStripMenuItemIcon_Click;
@@ -205,6 +206,7 @@ private void DefaultSettings()
CustomTextBoxBootstrapDNS.Text = "8.8.8.8";
CustomCheckBoxDontAskCertificate.Checked = false;
CustomCheckBoxSettingDisableAudioAlert.Checked = false;
+ CustomTextBoxCheckDPIHost.Text = "youtube.com";
}
//============================== Methods
@@ -629,7 +631,7 @@ private async Task CheckServers()
if (StopChecking) return;
// Write status to log
- string status = dnsOK ? "OK" : "Faild";
+ string status = dnsOK ? "OK" : "Failed";
Color color = dnsOK ? Color.MediumSeaGreen : Color.IndianRed;
object resultStatus = "[" + status + "]";
this.InvokeIt(() => CustomRichTextBoxLog.AppendText(resultStatus.ToString().IsNotNull(), color));
@@ -1036,7 +1038,7 @@ private async void ConnectDNSCrypt()
}
//============================== DPI
- private void DPIBasic()
+ private async void DPIBasic()
{
// Write Connect first to log
if (!IsConnected)
@@ -1131,12 +1133,18 @@ private void DPIBasic()
// Update Groupbox Status
UpdateStatus();
+ // Set DPI Active true
+ IsDPIActive = true;
+
// Go to SetDNS Tab if it's not already set
if (ConnectAllClicked && !IsDNSSet)
{
this.InvokeIt(() => CustomTabControlMain.SelectedIndex = 0);
this.InvokeIt(() => CustomTabControlSecureDNS.SelectedIndex = 3);
}
+
+ // Check DPI works
+ await CheckDPIWorks(CustomTextBoxCheckDPIHost.Text);
}
else
{
@@ -1146,7 +1154,7 @@ private void DPIBasic()
}
}
- private void DPIAdvanced()
+ private async void DPIAdvanced()
{
// Write Connect first to log
if (!IsConnected)
@@ -1322,12 +1330,18 @@ private void DPIAdvanced()
// Update Groupbox Status
UpdateStatus();
+ // Set DPI Active true
+ IsDPIActive = true;
+
// Go to SetDNS Tab if it's not already set
if (ConnectAllClicked && !IsDNSSet)
{
this.InvokeIt(() => CustomTabControlMain.SelectedIndex = 0);
this.InvokeIt(() => CustomTabControlSecureDNS.SelectedIndex = 3);
}
+
+ // Check DPI works
+ await CheckDPIWorks(CustomTextBoxCheckDPIHost.Text);
}
else
{
@@ -1352,9 +1366,91 @@ private void DPIDeactive()
this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDC, Color.LightGray));
}
}
+
+ private async Task CheckDPIWorks(string host, int timeoutSec = 20)
+ {
+ if (string.IsNullOrWhiteSpace(host)) return;
+
+ // If user changing DPI mode fast, return.
+ if (CheckDPIWorksStopWatch.IsRunning)
+ return;
+
+ // Start StopWatch
+ CheckDPIWorksStopWatch.Start();
+
+ // Write start DPI checking to log
+ string msgDPI = $"Checking DPI Bypass ({host})...{Environment.NewLine}";
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI, Color.LightGray));
+
+ if (IsDNSSet)
+ {
+ if (IsDPIActive)
+ {
+ try
+ {
+ string url = $"https://{host}";
+ Uri uri = new(url);
+ using HttpClient httpClient = new();
+ httpClient.Timeout = new TimeSpan(0, 0, timeoutSec);
+ HttpResponseMessage checkingResponse = await httpClient.GetAsync(uri);
+ if (checkingResponse.IsSuccessStatusCode)
+ {
+ // Write Success to log
+ var elapsedTime = Math.Round((double)CheckDPIWorksStopWatch.ElapsedMilliseconds / 1000);
+ string msgDPI1 = $"DPI Check: ";
+ string msgDPI2 = $"Successfully opened {host} in {elapsedTime} seconds.{Environment.NewLine}";
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI1, Color.LightGray));
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI2, Color.MediumSeaGreen));
+ }
+ else
+ {
+ // Write Failed to log
+ string msgDPI1 = $"DPI Check: ";
+ string msgDPI2 = $"Faild to open {host}. Change DPI mode.{Environment.NewLine}";
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI1, Color.LightGray));
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI2, Color.IndianRed));
+ }
+ CheckDPIWorksStopWatch.Stop();
+ CheckDPIWorksStopWatch.Reset();
+ }
+ catch (Exception ex)
+ {
+ // Write Failed to log
+ string msgDPI1 = $"DPI Check: ";
+ string msgDPI2 = $"Faild to open {host}. Change DPI mode.{Environment.NewLine}";
+ string msgDPI3 = $"({ex.Message}){Environment.NewLine}";
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI1, Color.LightGray));
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI2, Color.IndianRed));
+ //this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI3, Color.IndianRed)); // No need to write this message
+ CheckDPIWorksStopWatch.Stop();
+ CheckDPIWorksStopWatch.Reset();
+ }
+ }
+ else
+ {
+ // Write activate DPI first to log
+ string msgDPI1 = $"DPI Check: ";
+ string msgDPI2 = $"Activate DPI first.{Environment.NewLine}";
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI1, Color.LightGray));
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI2, Color.IndianRed));
+ CheckDPIWorksStopWatch.Stop();
+ CheckDPIWorksStopWatch.Reset();
+ }
+ }
+ else
+ {
+ // Write set DNS first to log
+ string msgDPI1 = $"DPI Check: ";
+ string msgDPI2 = $"Set DNS first.{Environment.NewLine}";
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI1, Color.LightGray));
+ this.InvokeIt(() => CustomRichTextBoxLog.AppendText(msgDPI2, Color.IndianRed));
+ CheckDPIWorksStopWatch.Stop();
+ CheckDPIWorksStopWatch.Reset();
+ }
+ }
//============================== DNS
- private void SetDNS()
+ private async void SetDNS()
{
string? nicName = CustomComboBoxNICs.SelectedItem as string;
// Check if NIC Name is empty
@@ -1391,6 +1487,7 @@ private void SetDNS()
// Set DNS
Network.SetDNS(nic, dnss);
IsDNSSet = true;
+
// Save NIC name to file
FileDirectory.CreateEmptyFile(SecureDNS.NicNamePath);
File.WriteAllText(SecureDNS.NicNamePath, nicName);
@@ -1408,7 +1505,6 @@ private void SetDNS()
CustomRichTextBoxLog.AppendText(msg3, Color.LightGray);
CustomRichTextBoxLog.AppendText(msg4 + Environment.NewLine, Color.DodgerBlue);
-
// Go to Check Tab
if (ConnectAllClicked && IsConnected)
{
@@ -1416,6 +1512,9 @@ private void SetDNS()
this.InvokeIt(() => CustomTabControlSecureDNS.SelectedIndex = 0);
ConnectAllClicked = false;
}
+
+ // Check DPI works
+ await CheckDPIWorks(CustomTextBoxCheckDPIHost.Text);
}
else
{
diff --git a/SecureDNSClient/MsmhTools/Info.cs b/SecureDNSClient/MsmhTools/Info.cs
index f33a7cc..775b9d0 100644
--- a/SecureDNSClient/MsmhTools/Info.cs
+++ b/SecureDNSClient/MsmhTools/Info.cs
@@ -19,6 +19,14 @@ public static class Info
public static FileVersionInfo InfoCallingAssembly => FileVersionInfo.GetVersionInfo(Assembly.GetCallingAssembly().Location);
public static FileVersionInfo InfoEntryAssembly => FileVersionInfo.GetVersionInfo(Assembly.GetEntryAssembly().Location);
public static FileVersionInfo InfoExecutingAssembly => FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
+
+ public static string GetAppGUID()
+ {
+ Assembly assembly = Assembly.GetExecutingAssembly();
+ GuidAttribute attribute = (GuidAttribute)assembly.GetCustomAttributes(typeof(GuidAttribute), true)[0];
+ return attribute.Value;
+ }
+
public static bool IsRunningOnWindows
{
get
diff --git a/SecureDNSClient/Program.cs b/SecureDNSClient/Program.cs
index 161c086..a98579d 100644
--- a/SecureDNSClient/Program.cs
+++ b/SecureDNSClient/Program.cs
@@ -1,3 +1,5 @@
+using MsmhTools;
+
namespace SecureDNSClient
{
internal static class Program
@@ -11,6 +13,18 @@ static void Main()
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
+
+ // Prevent multiple instances
+ using Mutex mutex = new(false, Info.InfoExecutingAssembly.ProductName);
+ if (!mutex.WaitOne(0, true))
+ {
+ MessageBox.Show($"{Info.InfoExecutingAssembly.ProductName} is already running.");
+ Environment.Exit(0);
+ Application.Exit();
+ return;
+ }
+ GC.KeepAlive(mutex);
+
Application.Run(new FormMain());
}
}
diff --git a/SecureDNSClient/Properties/PublishProfiles/FolderProfile.pubxml.user b/SecureDNSClient/Properties/PublishProfiles/FolderProfile.pubxml.user
index fedf672..23b9ef7 100644
--- a/SecureDNSClient/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/SecureDNSClient/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
- True|2023-02-21T19:32:29.4417103Z;True|2023-02-21T22:58:29.4403662+03:30;True|2023-02-21T22:48:24.4128535+03:30;True|2023-02-21T22:27:17.9388815+03:30;True|2023-02-20T17:48:08.6532315+03:30;True|2023-02-16T01:42:22.8837631+03:30;True|2023-02-16T01:39:16.7954793+03:30;True|2023-02-15T21:24:18.8085514+03:30;True|2023-02-15T21:18:04.1969211+03:30;True|2023-02-15T21:15:01.3739223+03:30;True|2023-02-08T06:22:33.0414550+03:30;True|2023-02-08T05:20:18.9270105+03:30;True|2023-02-08T05:15:17.5374116+03:30;True|2023-02-08T05:03:44.0882459+03:30;True|2023-02-08T04:53:40.5516012+03:30;True|2023-02-08T02:23:19.0633758+03:30;
+ True|2023-02-23T16:12:36.6931238Z;True|2023-02-21T23:02:29.4417103+03:30;True|2023-02-21T22:58:29.4403662+03:30;True|2023-02-21T22:48:24.4128535+03:30;True|2023-02-21T22:27:17.9388815+03:30;True|2023-02-20T17:48:08.6532315+03:30;True|2023-02-16T01:42:22.8837631+03:30;True|2023-02-16T01:39:16.7954793+03:30;True|2023-02-15T21:24:18.8085514+03:30;True|2023-02-15T21:18:04.1969211+03:30;True|2023-02-15T21:15:01.3739223+03:30;True|2023-02-08T06:22:33.0414550+03:30;True|2023-02-08T05:20:18.9270105+03:30;True|2023-02-08T05:15:17.5374116+03:30;True|2023-02-08T05:03:44.0882459+03:30;True|2023-02-08T04:53:40.5516012+03:30;True|2023-02-08T02:23:19.0633758+03:30;
\ No newline at end of file
diff --git a/SecureDNSClient/SecureDNSClient.csproj b/SecureDNSClient/SecureDNSClient.csproj
index 22010eb..7aea5c9 100644
--- a/SecureDNSClient/SecureDNSClient.csproj
+++ b/SecureDNSClient/SecureDNSClient.csproj
@@ -9,7 +9,7 @@
app.manifest
MSasanMH
Secure DNS Client
- $(VersionPrefix)2.0.5
+ $(VersionPrefix)2.0.6
SecureDNSClient.png
SecureDNSClientMulti.ico
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfo.cs b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfo.cs
index 6f223ed..4a487ac 100644
--- a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfo.cs
+++ b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfo.cs
@@ -14,11 +14,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SecureDNSClient")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("MSasanMH")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.5.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.5")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.6.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.6")]
[assembly: System.Reflection.AssemblyProductAttribute("Secure DNS Client")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecureDNSClient")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.0.6.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache
index bb2f3f4..498b131 100644
--- a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache
+++ b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache
@@ -1 +1 @@
-2eb5b7af077660ee4bc28dda6627058641fc786a
+f342151977321d28334e3561fe8b9f965bf4c89a
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache
index b30ba8b..e06390d 100644
Binary files a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache and b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache differ
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.dll b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.dll
index 19ed128..3499360 100644
Binary files a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.dll and b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.dll differ
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.pdb b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.pdb
index d9969b7..4aeeba2 100644
Binary files a/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.pdb and b/SecureDNSClient/obj/Debug/net6.0-windows/SecureDNSClient.pdb differ
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/apphost.exe b/SecureDNSClient/obj/Debug/net6.0-windows/apphost.exe
index f4adc05..f1e2419 100644
Binary files a/SecureDNSClient/obj/Debug/net6.0-windows/apphost.exe and b/SecureDNSClient/obj/Debug/net6.0-windows/apphost.exe differ
diff --git a/SecureDNSClient/obj/Debug/net6.0-windows/ref/SecureDNSClient.dll b/SecureDNSClient/obj/Debug/net6.0-windows/ref/SecureDNSClient.dll
index c41483f..885c32f 100644
Binary files a/SecureDNSClient/obj/Debug/net6.0-windows/ref/SecureDNSClient.dll and b/SecureDNSClient/obj/Debug/net6.0-windows/ref/SecureDNSClient.dll differ
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfo.cs b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfo.cs
index 77a5bbc..09c2c22 100644
--- a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfo.cs
+++ b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfo.cs
@@ -14,11 +14,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SecureDNSClient")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("MSasanMH")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.5.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.5")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.6.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.6")]
[assembly: System.Reflection.AssemblyProductAttribute("Secure DNS Client")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecureDNSClient")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.0.6.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache
index ac08cf7..505b7c9 100644
--- a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache
+++ b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.AssemblyInfoInputs.cache
@@ -1 +1 @@
-25d2522a22e23c578e7671bed3287aa26f086783
+c3da495bb631fec006048075243930c396a2f2ad
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.AssemblyReference.cache b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.AssemblyReference.cache
index c323552..204fdef 100644
Binary files a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.AssemblyReference.cache and b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.AssemblyReference.cache differ
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache
index 1dafe93..356b985 100644
Binary files a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache and b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.csproj.GenerateResource.cache differ
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.dll b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.dll
index d38cf28..24882af 100644
Binary files a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.dll and b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.dll differ
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.pdb b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.pdb
index 8fe204d..44a095e 100644
Binary files a/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.pdb and b/SecureDNSClient/obj/Release/net6.0-windows/SecureDNSClient.pdb differ
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/apphost.exe b/SecureDNSClient/obj/Release/net6.0-windows/apphost.exe
index f4adc05..f1e2419 100644
Binary files a/SecureDNSClient/obj/Release/net6.0-windows/apphost.exe and b/SecureDNSClient/obj/Release/net6.0-windows/apphost.exe differ
diff --git a/SecureDNSClient/obj/Release/net6.0-windows/ref/SecureDNSClient.dll b/SecureDNSClient/obj/Release/net6.0-windows/ref/SecureDNSClient.dll
index f48b7c3..4215476 100644
Binary files a/SecureDNSClient/obj/Release/net6.0-windows/ref/SecureDNSClient.dll and b/SecureDNSClient/obj/Release/net6.0-windows/ref/SecureDNSClient.dll differ
diff --git a/SecureDNSClient/obj/SecureDNSClient.csproj.nuget.dgspec.json b/SecureDNSClient/obj/SecureDNSClient.csproj.nuget.dgspec.json
index 8ed6b79..5c7b335 100644
--- a/SecureDNSClient/obj/SecureDNSClient.csproj.nuget.dgspec.json
+++ b/SecureDNSClient/obj/SecureDNSClient.csproj.nuget.dgspec.json
@@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClient\\SecureDNSClient.csproj": {
- "version": "2.0.5",
+ "version": "2.0.6",
"restore": {
"projectUniqueName": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClient\\SecureDNSClient.csproj",
"projectName": "SecureDNSClient",
diff --git a/SecureDNSClient/obj/project.assets.json b/SecureDNSClient/obj/project.assets.json
index 3943fd0..7faa445 100644
--- a/SecureDNSClient/obj/project.assets.json
+++ b/SecureDNSClient/obj/project.assets.json
@@ -104,7 +104,7 @@
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
- "version": "2.0.5",
+ "version": "2.0.6",
"restore": {
"projectUniqueName": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClient\\SecureDNSClient.csproj",
"projectName": "SecureDNSClient",
diff --git a/SecureDNSClient/obj/project.nuget.cache b/SecureDNSClient/obj/project.nuget.cache
index 764454d..0c6fd35 100644
--- a/SecureDNSClient/obj/project.nuget.cache
+++ b/SecureDNSClient/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "GugVJ3HOhmCmmPUhT3FJfdYLI9BLaq6DYb0rMgqsiAWbuYqE6zEqqu0JOFKqwgR+jH+KLUxdJFzmzzzLiUkeYQ==",
+ "dgSpecHash": "Pq9gMMWQJp4p2NoQSFq9vSnhSXw+kIk3TV7Pn4MFQ449/urg73FSwz2Hb+HusPqS88rPT1H5nPukic6TAEPlOQ==",
"success": true,
"projectFilePath": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClient\\SecureDNSClient.csproj",
"expectedPackageFiles": [
diff --git a/SecureDNSClientPortable/Properties/PublishProfiles/FolderProfile.pubxml.user b/SecureDNSClientPortable/Properties/PublishProfiles/FolderProfile.pubxml.user
index b77977e..0321ff6 100644
--- a/SecureDNSClientPortable/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/SecureDNSClientPortable/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
- True|2023-02-21T18:56:35.4429594Z;True|2023-02-20T17:47:25.0792312+03:30;True|2023-02-16T01:42:37.6467629+03:30;True|2023-02-15T22:16:38.0474815+03:30;True|2023-02-15T21:50:25.4952184+03:30;True|2023-02-15T21:49:01.8562159+03:30;
+ True|2023-02-23T16:12:03.7111255Z;True|2023-02-21T22:26:35.4429594+03:30;True|2023-02-20T17:47:25.0792312+03:30;True|2023-02-16T01:42:37.6467629+03:30;True|2023-02-15T22:16:38.0474815+03:30;True|2023-02-15T21:50:25.4952184+03:30;True|2023-02-15T21:49:01.8562159+03:30;
\ No newline at end of file
diff --git a/SecureDNSClientPortable/SecureDNSClientPortable.csproj b/SecureDNSClientPortable/SecureDNSClientPortable.csproj
index 3b89b59..e68c1c4 100644
--- a/SecureDNSClientPortable/SecureDNSClientPortable.csproj
+++ b/SecureDNSClientPortable/SecureDNSClientPortable.csproj
@@ -7,7 +7,7 @@
true
enable
SecureDNSClientMulti.ico
- $(VersionPrefix)2.0.5
+ $(VersionPrefix)2.0.6
MSasanMH
app.manifest
diff --git a/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs b/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs
index 3f8df2d..aa46e41 100644
--- a/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs
+++ b/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs
@@ -14,11 +14,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SecureDNSClientPortable")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("MSasanMH")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.5.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.5")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.6.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.6")]
[assembly: System.Reflection.AssemblyProductAttribute("SecureDNSClientPortable")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecureDNSClientPortable")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.0.6.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache b/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache
index cf8991a..189021a 100644
--- a/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache
+++ b/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache
@@ -1 +1 @@
-f96b197cbe36fd52da35a5d278623a3fe692444a
+91aba4ff6abeb205f56561176e4a7f94c3351646
diff --git a/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.csproj.AssemblyReference.cache b/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.csproj.AssemblyReference.cache
index f8f9225..242304f 100644
Binary files a/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.csproj.AssemblyReference.cache and b/SecureDNSClientPortable/obj/Debug/net6.0-windows/SecureDNSClientPortable.csproj.AssemblyReference.cache differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs
index feca71d..9806c1d 100644
--- a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs
+++ b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfo.cs
@@ -14,11 +14,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SecureDNSClientPortable")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("MSasanMH")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.5.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.5")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.6.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.6")]
[assembly: System.Reflection.AssemblyProductAttribute("SecureDNSClientPortable")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecureDNSClientPortable")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.0.6.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache
index 74c1f7e..6c2b79c 100644
--- a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache
+++ b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.AssemblyInfoInputs.cache
@@ -1 +1 @@
-d5e79a5d3bbe10dcca227ba1ee9ef6dbbcdb786b
+b5ce46a716d6bb0e2483e9de1a3de1ae615fd760
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.dll b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.dll
index 5772f27..2300985 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.dll and b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.dll differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.pdb b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.pdb
index 7997b26..a7974ea 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.pdb and b/SecureDNSClientPortable/obj/Release/net6.0-windows/SecureDNSClientPortable.pdb differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/apphost.exe b/SecureDNSClientPortable/obj/Release/net6.0-windows/apphost.exe
index a304b68..f3107d6 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/apphost.exe and b/SecureDNSClientPortable/obj/Release/net6.0-windows/apphost.exe differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/ref/SecureDNSClientPortable.dll b/SecureDNSClientPortable/obj/Release/net6.0-windows/ref/SecureDNSClientPortable.dll
index d798e10..eab0c58 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/ref/SecureDNSClientPortable.dll and b/SecureDNSClientPortable/obj/Release/net6.0-windows/ref/SecureDNSClientPortable.dll differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfo.cs b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfo.cs
index feca71d..9806c1d 100644
--- a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfo.cs
+++ b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfo.cs
@@ -14,11 +14,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SecureDNSClientPortable")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("MSasanMH")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.5.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.5")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.6.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.6")]
[assembly: System.Reflection.AssemblyProductAttribute("SecureDNSClientPortable")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecureDNSClientPortable")]
-[assembly: System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("2.0.6.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfoInputs.cache b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfoInputs.cache
index 74c1f7e..6c2b79c 100644
--- a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfoInputs.cache
+++ b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.AssemblyInfoInputs.cache
@@ -1 +1 @@
-d5e79a5d3bbe10dcca227ba1ee9ef6dbbcdb786b
+b5ce46a716d6bb0e2483e9de1a3de1ae615fd760
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.dll b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.dll
index b247a14..bcdbd98 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.dll and b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.dll differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.pdb b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.pdb
index a78d435..39524cd 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.pdb and b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/SecureDNSClientPortable.pdb differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/apphost.exe b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/apphost.exe
index 1b57e8f..d18d2de 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/apphost.exe and b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/apphost.exe differ
diff --git a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/ref/SecureDNSClientPortable.dll b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/ref/SecureDNSClientPortable.dll
index f1b970e..18d53ba 100644
Binary files a/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/ref/SecureDNSClientPortable.dll and b/SecureDNSClientPortable/obj/Release/net6.0-windows/win-x86/ref/SecureDNSClientPortable.dll differ
diff --git a/SecureDNSClientPortable/obj/SecureDNSClientPortable.csproj.nuget.dgspec.json b/SecureDNSClientPortable/obj/SecureDNSClientPortable.csproj.nuget.dgspec.json
index 896644a..f255c83 100644
--- a/SecureDNSClientPortable/obj/SecureDNSClientPortable.csproj.nuget.dgspec.json
+++ b/SecureDNSClientPortable/obj/SecureDNSClientPortable.csproj.nuget.dgspec.json
@@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj": {
- "version": "2.0.5",
+ "version": "2.0.6",
"restore": {
"projectUniqueName": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj",
"projectName": "SecureDNSClientPortable",
diff --git a/SecureDNSClientPortable/obj/project.assets.json b/SecureDNSClientPortable/obj/project.assets.json
index 633ff88..06ec311 100644
--- a/SecureDNSClientPortable/obj/project.assets.json
+++ b/SecureDNSClientPortable/obj/project.assets.json
@@ -12,7 +12,7 @@
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
- "version": "2.0.5",
+ "version": "2.0.6",
"restore": {
"projectUniqueName": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj",
"projectName": "SecureDNSClientPortable",
diff --git a/SecureDNSClientPortable/obj/project.nuget.cache b/SecureDNSClientPortable/obj/project.nuget.cache
index 3004c52..18cb0fb 100644
--- a/SecureDNSClientPortable/obj/project.nuget.cache
+++ b/SecureDNSClientPortable/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "Vi/mxxNk+QZOlccmU1jESR54w+oOQ5utdQWBXl00GoA/2YlbFSF1sr7V3MAPVxcvz0wg4x17glu1yVSRzYbCqw==",
+ "dgSpecHash": "x5Gjz7ITY7XlYj+t6ox7qrIvdqgw+UHpfxeNgXPFFwPnosGrdONh6RDEN/KK57d6IMX58x7QkG8Vl8XxSwX/lA==",
"success": true,
"projectFilePath": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj",
"expectedPackageFiles": [],
diff --git a/SecureDNSClientPortable/obj/publish/win-x86/SecureDNSClientPortable.csproj.nuget.dgspec.json b/SecureDNSClientPortable/obj/publish/win-x86/SecureDNSClientPortable.csproj.nuget.dgspec.json
index 87ce83a..2fb4229 100644
--- a/SecureDNSClientPortable/obj/publish/win-x86/SecureDNSClientPortable.csproj.nuget.dgspec.json
+++ b/SecureDNSClientPortable/obj/publish/win-x86/SecureDNSClientPortable.csproj.nuget.dgspec.json
@@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj": {
- "version": "2.0.5",
+ "version": "2.0.6",
"restore": {
"projectUniqueName": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj",
"projectName": "SecureDNSClientPortable",
diff --git a/SecureDNSClientPortable/obj/publish/win-x86/project.assets.json b/SecureDNSClientPortable/obj/publish/win-x86/project.assets.json
index 166e96f..8ebdcdb 100644
--- a/SecureDNSClientPortable/obj/publish/win-x86/project.assets.json
+++ b/SecureDNSClientPortable/obj/publish/win-x86/project.assets.json
@@ -13,7 +13,7 @@
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
- "version": "2.0.5",
+ "version": "2.0.6",
"restore": {
"projectUniqueName": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj",
"projectName": "SecureDNSClientPortable",
diff --git a/SecureDNSClientPortable/obj/publish/win-x86/project.nuget.cache b/SecureDNSClientPortable/obj/publish/win-x86/project.nuget.cache
index 7151285..631172d 100644
--- a/SecureDNSClientPortable/obj/publish/win-x86/project.nuget.cache
+++ b/SecureDNSClientPortable/obj/publish/win-x86/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "9sCpxInk0uy/TQUJwmcmlBO1V+fNW5YAC1nlK2eynx67PzfGfdFkHsEOtg9smj5+ro7wAQP6dCHxY90ThWqvqw==",
+ "dgSpecHash": "Wb0qrYw7PpOTqrPm95c2CwZUpna6vXOotBi3+mjq4m3s0kmA2z5FSeHe0LNTgXJb5qi00YEJh/ekcft7G0rV0A==",
"success": true,
"projectFilePath": "C:\\Users\\MSMH\\Documents\\Visual Studio 2022\\Projects\\SecureDNSClient\\SecureDNSClientPortable\\SecureDNSClientPortable.csproj",
"expectedPackageFiles": [],