diff --git a/README.md b/README.md index 62c14d5..f098442 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-# SimpleVPN 1.3.1 +# SimpleVPN 1.3.2 >SimpleVPN is a PPTP and L2TP Protocol VPN Client written in C# using DOTras. ### Software Pictures diff --git a/Simple_VPN/Dashboard.Designer.cs b/Simple_VPN/Dashboard.Designer.cs index 34c3f9c..3301a9f 100644 --- a/Simple_VPN/Dashboard.Designer.cs +++ b/Simple_VPN/Dashboard.Designer.cs @@ -100,7 +100,7 @@ private void InitializeComponent() this.NameLbl.Name = "NameLbl"; this.NameLbl.Size = new System.Drawing.Size(145, 22); this.NameLbl.TabIndex = 3; - this.NameLbl.Text = "SimpleVPN 1.3.1"; + this.NameLbl.Text = "SimpleVPN 1.3.2"; // // CountriesCmBox // diff --git a/Simple_VPN/Dashboard.cs b/Simple_VPN/Dashboard.cs index d987c2e..876e1a1 100644 --- a/Simple_VPN/Dashboard.cs +++ b/Simple_VPN/Dashboard.cs @@ -28,7 +28,7 @@ private void Form1_Load(object sender, EventArgs e) } /* - * The Below Username & Password Valid Till : Tuesday, 1 December 2020 + * The Below Username & Password Valid Till : Monday, 19 April 2021 * * !!! Don't Modify ServerIP & selectedProtocol !!! * adapterName : You can choose whatever you like . @@ -42,8 +42,8 @@ private void Form1_Load(object sender, EventArgs e) private string serverIP; private string adapterName = "SimpleVPN"; - private string userName = "ta.mikawil.ki.n.son.t.m.p@gmail.com"; - private string passWord = "Simple.V.P.N_U01"; + private string userName = "na.tasha.m.end.e.ztm.p@gmail.com"; + private string passWord = "Simple.V.P.N_U02"; private string preSharedKey = "seed4me"; private string selectedProtocol; @@ -179,7 +179,7 @@ public void ExitMethod() } } - public void Connection_Authentication() + private void Connection_Authentication() { while (true) { @@ -207,7 +207,7 @@ public void Connection_Authentication() } } - public void Administrator_Authentication() + private void Administrator_Authentication() { if (Status.IsAdministrator() == false) { diff --git a/Simple_VPN/Information.Designer.cs b/Simple_VPN/Information.Designer.cs index 0bd7da0..d6a8af5 100644 --- a/Simple_VPN/Information.Designer.cs +++ b/Simple_VPN/Information.Designer.cs @@ -85,7 +85,7 @@ private void InitializeComponent() this.LatestLbl.Name = "LatestLbl"; this.LatestLbl.Size = new System.Drawing.Size(53, 21); this.LatestLbl.TabIndex = 6; - this.LatestLbl.Text = "1.3.1 :"; + this.LatestLbl.Text = "1.3.2 :"; // // LatestDynLbl // @@ -94,10 +94,9 @@ private void InitializeComponent() this.LatestDynLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(170)))), ((int)(((byte)(80))))); this.LatestDynLbl.Location = new System.Drawing.Point(25, 64); this.LatestDynLbl.Name = "LatestDynLbl"; - this.LatestDynLbl.Size = new System.Drawing.Size(268, 48); + this.LatestDynLbl.Size = new System.Drawing.Size(220, 16); this.LatestDynLbl.TabIndex = 7; - this.LatestDynLbl.Text = "[+] Fixed Memory Leak\r\n[+] Minor Improvement\r\n[+] Improved Connectivity in Some C" + - "ountries"; + this.LatestDynLbl.Text = "[+] Added subscription for 127 days"; // // label1 // diff --git a/Simple_VPN/Information.cs b/Simple_VPN/Information.cs index 4ac7748..dba648e 100644 --- a/Simple_VPN/Information.cs +++ b/Simple_VPN/Information.cs @@ -11,7 +11,7 @@ public Information() InitializeComponent(); } - DateTime endSub = new DateTime(2020, 12, 1); + DateTime endSub = new DateTime(2021, 4, 19); private void Information_Load(object sender, EventArgs e) { TimeSpan subResult = endSub.Subtract(DateTime.Today); diff --git a/Simple_VPN/Properties/AssemblyInfo.cs b/Simple_VPN/Properties/AssemblyInfo.cs index ff58ad9..5372008 100644 --- a/Simple_VPN/Properties/AssemblyInfo.cs +++ b/Simple_VPN/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")]