Skip to content

Commit

Permalink
Merge pull request #96 from micahmo/feature/update-versions-2.0.8
Browse files Browse the repository at this point in the history
Bump version to 2.0.8
  • Loading branch information
micahmo authored Feb 14, 2023
2 parents 0b55a96 + 9ff178a commit f591202
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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.7.0</AssemblyVersion>
<FileVersion>2.0.7.0</FileVersion>
<InformationalVersion>2.0.7.0</InformationalVersion>
<AssemblyVersion>2.0.8.0</AssemblyVersion>
<FileVersion>2.0.8.0</FileVersion>
<InformationalVersion>2.0.8.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.7"
#define MyAppVersion "2.0.8"
#define MyAppPublisher "Micah Morrison"
#define MyAppURL "https://github.com/micahmo/WgServerforWindows"
#define MyAppExeName "WgServerforWindows.exe"
Expand Down
13 changes: 7 additions & 6 deletions WireGuardServerForWindows/VersionInfo2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<!-- 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.7.0</Version>
<ReleaseDate>2023-02-13</ReleaseDate>
<Version>2.0.8.0</Version>
<ReleaseDate>2023-02-14</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/WgServerforWindows/releases/download/v2.0.7/WS4WSetup-2.0.7.exe</DownloadLink>
<DownloadFileName>WS4WSetup-2.0.7.exe</DownloadFileName>
<DownloadLink>https://github.com/micahmo/WgServerforWindows/releases/download/v2.0.8/WS4WSetup-2.0.8.exe</DownloadLink>
<DownloadFileName>WS4WSetup-2.0.8.exe</DownloadFileName>
<!-- Release notes -->
<VersionNotes> - Improve client configuration UI (expand/collapse/filter/count)
- Fix issue were clients could not be configured before server</VersionNotes>
<VersionNotes> - Add the ability to disable individual clients (#61)
- Show each client's latest handshake in the client configuration UI (#61)
- Remember the size/position of the server/client configuration windows</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit f591202

Please sign in to comment.