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 12, 2022
2 parents 2b1e5c3 + 45445c9 commit ac50fc1
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v2.4.309
# v2.4.310
### Client
* Update: Removing Google Ads

Expand Down Expand Up @@ -419,5 +419,6 @@






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": 309,
"BumpTime": "2022-10-12T18:27:57.7035228Z"
"Build": 310,
"BumpTime": "2022-10-12T18:36:57.0052377Z"
}
6 changes: 3 additions & 3 deletions VpnHood.App.Launcher/VpnHood.App.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Product>VpnHood.App.Launcher</Product>
<ApplicationIcon>Resources\VpnHood.ico</ApplicationIcon>
<Version>2.4.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions VpnHood.Client.App.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="309" package="com.vpnhood.client.android" android:installLocation="auto" android:versionName="2.4.309">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="310" package="com.vpnhood.client.android" android:installLocation="auto" android:versionName="2.4.310">
<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" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:banner="@mipmap/banner">
</application>
<queries>
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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client.App.Win/VpnHood.Client.App.Win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<PackageId>VpnHood.Client.App.Win</PackageId>
<StartupObject></StartupObject>
<Version>2.4.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</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.309</Version>
<Version>2.4.310</Version>
<PackageId>VpnHood.Client.Device.WinDivert</PackageId>
<Version>1.1.226</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<PackageIcon>VpnHood.png</PackageIcon>
<Version>2.4.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</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.309</Version>
<AssemblyVersion>2.4.309</AssemblyVersion>
<FileVersion>2.4.309</FileVersion>
<Version>2.4.310</Version>
<AssemblyVersion>2.4.310</AssemblyVersion>
<FileVersion>2.4.310</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit ac50fc1

Please sign in to comment.