Skip to content

Commit

Permalink
Merge pull request #150 from micahmo/feature/update-versions-2.0.11
Browse files Browse the repository at this point in the history
Bump version to 2.0.11
  • Loading branch information
micahmo authored Feb 5, 2024
2 parents aac4d40 + 45b4520 commit 1e9eb13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<!-- Keep in sync with WS4WSetupScript.iss and VersionInfo.xml -->
<AssemblyVersion>2.0.10.0</AssemblyVersion>
<FileVersion>2.0.10.0</FileVersion>
<InformationalVersion>2.0.10.0</InformationalVersion>
<AssemblyVersion>2.0.11.0</AssemblyVersion>
<FileVersion>2.0.11.0</FileVersion>
<InformationalVersion>2.0.11.0</InformationalVersion>
<Authors>Micah Morrison</Authors>
<Product>WS4W</Product>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Installer/WS4WSetupScript.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppNameOld "WireGuard Server For Windows"
#define MyAppName "Wg Server for Windows"
#define MyAppVersion "2.0.10"
#define MyAppVersion "2.0.11"
#define MyAppPublisher "Micah Morrison"
#define MyAppURL "https://github.com/micahmo/WgServerforWindows"
#define MyAppExeName "WgServerforWindows.exe"
Expand Down
10 changes: 5 additions & 5 deletions WireGuardServerForWindows/VersionInfo2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!-- Things to update: Version, Date, Release Notes -->
<AppUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/micahmo/WgServerforWindows/master/WireGuardServerForWindows/AppUpdate.xsd">
<Version>2.0.10.0</Version>
<ReleaseDate>2023-04-19</ReleaseDate>
<Version>2.0.11.0</Version>
<ReleaseDate>2024-02-05</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/WgServerforWindows/releases/download/v2.0.10/WS4WSetup-2.0.10.exe</DownloadLink>
<DownloadFileName>WS4WSetup-2.0.10.exe</DownloadFileName>
<DownloadLink>https://github.com/micahmo/WgServerforWindows/releases/download/v2.0.11/WS4WSetup-2.0.11.exe</DownloadLink>
<DownloadFileName>WS4WSetup-2.0.11.exe</DownloadFileName>
<!-- Release notes -->
<VersionNotes> - Specify a custom subnet range for NAT network</VersionNotes>
<VersionNotes> - Allow PersistentKeepalive to be configured per client</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit 1e9eb13

Please sign in to comment.