Skip to content

Commit

Permalink
Publish v2.4.297
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Mar 21, 2022
1 parent 2011bfb commit 6649dcb
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v2.4.297
### Server
* Fix: Reporting Negative usage

# v2.4.296
### Client
* Fix: Windows: WebView2 could not be installed on some devices
Expand Down Expand Up @@ -369,3 +373,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": 296,
"BumpTime": "2022-03-20T07:55:34.1056241Z"
"Build": 297,
"BumpTime": "2022-03-21T19:24:22.0133214Z"
}
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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<Version>2.4.297</Version>
<PackageId>VpnHood.Client.Device.WinDivert</PackageId>
<Version>1.1.226</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VpnHood.Server.App.Net/Install/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ExecStart=/bin/sh -c \"dotnet '$destinationPath/launcher/run.dll' -launcher:noLa
ExecStop=/bin/sh -c \"dotnet '$destinationPath/launcher/run.dll' stop\"
TimeoutStartSec=0
Restart=always
RestartSec=2
RestartSec=20
[Install]
WantedBy=default.target
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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</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.296</Version>
<AssemblyVersion>2.4.296</AssemblyVersion>
<FileVersion>2.4.296</FileVersion>
<Version>2.4.297</Version>
<AssemblyVersion>2.4.297</AssemblyVersion>
<FileVersion>2.4.297</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 6649dcb

Please sign in to comment.