Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Oct 10, 2022
2 parents 0654955 + f591820 commit 2563222
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 32 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# v2.4.306
# v2.4.307
### Client
* Feature: Add basic advertising support. Ouch!
* Update: Upgrade to android 12.1

Expand Down Expand Up @@ -412,3 +413,4 @@




4 changes: 2 additions & 2 deletions Pub/Version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Major": 2,
"Minor": 4,
"Build": 306,
"BumpTime": "2022-10-09T06:29:19.1292331Z"
"Build": 307,
"BumpTime": "2022-10-10T10:21:57.4871741Z"
}
2 changes: 1 addition & 1 deletion VpnHood.Client.App.Android/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private void ConnectionStateChanged(object sender, EventArgs e)
// show ads
var connectionState = VpnHoodApp.Instance.ConnectionState;
if (connectionState == AppConnectionState.Connected &&
VpnHoodApp.Instance.LastActiveClientProfileId == Guid.Parse("{89cd723e-f73e-4637-98ae-811a56816dab}")) //todo: temporary public token
VpnHoodApp.Instance.ActiveClientProfile?.TokenId == Guid.Parse("{5aacec55-5cac-457a-acad-3976969236f8}")) //todo: temporary public token
{
Handler mainHandler = new Handler(MainLooper!);
mainHandler.Post(InitAds);
Expand Down
2 changes: 1 addition & 1 deletion VpnHood.Client.App.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="306" package="com.vpnhood.client.android" android:installLocation="auto" android:versionName="2.4.306">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="307" package="com.vpnhood.client.android" android:installLocation="auto" android:versionName="2.4.307">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="32" />
<uses-feature android:name="android.software.leanback" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client.App.UI/VpnHood.Client.App.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Description>Tiny internal webserver to server your single-page application (SPA). You need this only if you want to create a UI for your VpnHood client by single-page application (SPA).</Description>
<PackageId>VpnHood.Client.App.UI</PackageId>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client.App/VpnHood.Client.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<Description>Readymade Vpn App skeleton for VpnHood clients. You just need to create a UI on it.</Description>
<PackageId>VpnHood.Client.App</PackageId>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<PackageIcon>VpnHood.png</PackageIcon>
<Description>VpnHood client device provider for Windows using WinDivert.</Description>
<Version>2.4.306</Version>
<Version>2.4.307</Version>
<PackageId>VpnHood.Client.Device.WinDivert</PackageId>
<Version>1.1.226</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client.Device/VpnHood.Client.Device.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<RepositoryType></RepositoryType>
<PackageId>VpnHood.Client.Device</PackageId>
<RootNamespace>VpnHood.Client.Device</RootNamespace>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client/VpnHood.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<Copyright>2020 VpnHood</Copyright>
<PackageId>VpnHood.Client</PackageId>
<PackageTags>VPN VpnClient Proxy</PackageTags>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Common/VpnHood.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageId>VpnHood.Common</PackageId>
<PackageIcon>VpnHood.png</PackageIcon>
<Description>VpnHood Common Library is shared among all other VpnHood modules.</Description>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server.Access/VpnHood.Server.Access.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageId>VpnHood.Server.Access</PackageId>
<PackageIcon>VpnHood.png</PackageIcon>
<Description>Stores, and retrieves end users' access and usage. Provides required interfaces and classes to use or create an access server and accounting.</Description>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server/VpnHood.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Description>The core of VpnHood server. It can listen and accept connections from VpnHood clients.</Description>
<PackageId>VpnHood.Server</PackageId>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Tunneling/VpnHood.Tunneling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Product>VpnHood.Tunneling</Product>
<Description>Provides tunnelling classes and protocols shared between VpnHood.Client and VpnHood.Server.</Description>
<Version>2.4.306</Version>
<AssemblyVersion>2.4.306</AssemblyVersion>
<FileVersion>2.4.306</FileVersion>
<Version>2.4.307</Version>
<AssemblyVersion>2.4.307</AssemblyVersion>
<FileVersion>2.4.307</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 2563222

Please sign in to comment.