Skip to content

Commit

Permalink
Publish v2.4.321
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Dec 2, 2022
1 parent b6822f4 commit d16c9ea
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 32 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.321
### Server
* Update: Remove extra trace log from OS

# v2.4.320
### Client
* Update: Upgrade to .NET 7
Expand Down Expand Up @@ -563,5 +567,6 @@






4 changes: 2 additions & 2 deletions Pub/Version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Major": 2,
"Minor": 4,
"Build": 320,
"BumpTime": "2022-12-01T02:17:38.8171946Z",
"Build": 321,
"BumpTime": "2022-12-02T02:14:07.4991483Z",
"Prerelease": false
}
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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<Version>2.4.321</Version>
<PackageId>VpnHood.Client.Device.WinDivert</PackageId>
<Version>1.1.226</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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>2022 VpnHood</Copyright>
<PackageId>VpnHood.Client</PackageId>
<PackageTags>VPN VpnClient Proxy</PackageTags>
<Version>2.4.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</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.320</Version>
<AssemblyVersion>2.4.320</AssemblyVersion>
<FileVersion>2.4.320</FileVersion>
<Version>2.4.321</Version>
<AssemblyVersion>2.4.321</AssemblyVersion>
<FileVersion>2.4.321</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit d16c9ea

Please sign in to comment.