Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Update 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AHosseinRnj committed Apr 12, 2021
1 parent 3c9b27e commit e1c3536
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file added .vs/Simple_VPN/v15/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Simple_VPN/Dashboard.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Simple_VPN/Dashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private void Form1_Load(object sender, EventArgs e)
}

/*
* The Below Username & Password Valid Till : Monday, 19 April 2021
* The Below Username & Password Valid Till : April 12, 2022.
*
* !!! Don't Modify ServerIP & selectedProtocol !!!
* adapterName : You can choose whatever you like .
Expand All @@ -36,8 +36,8 @@ private void Form1_Load(object sender, EventArgs e)

private string serverIP = null;
private string adapterName = "SimpleVPN";
private string userName = "na.tasha.m.end.e.ztm.p@gmail.com";
private string passWord = "Simple.V.P.N_U02";
private string userName = "ja.ck.quel.i.n.e.ba.netmp@gmail.com";
private string passWord = "Simple.V.P.N_U03";
private string preSharedKey = "seed4me";
private string selectedProtocol = null;

Expand Down
4 changes: 2 additions & 2 deletions Simple_VPN/Information.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Simple_VPN/Information.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public Information()
InitializeComponent();
}

DateTime endSub = new DateTime(2021, 4, 19);
DateTime endSub = new DateTime(2022, 4, 12);
private void Information_Load(object sender, EventArgs e)
{
TimeSpan subResult = endSub.Subtract(DateTime.Today);
Expand Down
4 changes: 2 additions & 2 deletions Simple_VPN/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]

0 comments on commit e1c3536

Please sign in to comment.