File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
WireGuardServerForWindows Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- Keep in sync with WS4WSetupScript.iss and VersionInfo.xml -->
4- <AssemblyVersion >2.1.0 .0</AssemblyVersion >
5- <FileVersion >2.1.0 .0</FileVersion >
6- <InformationalVersion >2.1.0 .0</InformationalVersion >
4+ <AssemblyVersion >2.1.1 .0</AssemblyVersion >
5+ <FileVersion >2.1.1 .0</FileVersion >
6+ <InformationalVersion >2.1.1 .0</InformationalVersion >
77 <Authors >Micah Morrison</Authors >
88 <Product >WS4W</Product >
99 </PropertyGroup >
Original file line number Diff line number Diff line change 11#define MyAppNameOld " WireGuard Server For Windows"
22#define MyAppName " Wg Server for Windows"
3- #define MyAppVersion " 2.1.0 "
3+ #define MyAppVersion " 2.1.1 "
44#define MyAppPublisher " Micah Morrison"
55#define MyAppURL " https://github.com/micahmo/WgServerforWindows"
66#define MyAppExeName " WgServerforWindows.exe"
Original file line number Diff line number Diff line change 22<!-- Things to update: Version, Date, Release Notes -->
33<AppUpdate xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/micahmo/WgServerforWindows/master/WireGuardServerForWindows/AppUpdate.xsd" >
5- <Version >2.1.0 .0</Version >
6- <ReleaseDate >2025-01-17 </ReleaseDate >
5+ <Version >2.1.1 .0</Version >
6+ <ReleaseDate >2025-01-30 </ReleaseDate >
77 <!-- Default download -->
8- <DownloadLink >https://github.com/micahmo/WgServerforWindows/releases/download/v2.1.0 /WS4WSetup-2.1.0 .exe</DownloadLink >
9- <DownloadFileName >WS4WSetup-2.1.0 .exe</DownloadFileName >
8+ <DownloadLink >https://github.com/micahmo/WgServerforWindows/releases/download/v2.1.1 /WS4WSetup-2.1.1 .exe</DownloadLink >
9+ <DownloadFileName >WS4WSetup-2.1.1 .exe</DownloadFileName >
1010 <!-- Release notes -->
11- <VersionNotes > - Upgraded to .NET 8 (Please be on the lookout for broken functionality and report any issues on GitHub!)
12- - Added the ability to view the names of clients in the server status</VersionNotes >
11+ <VersionNotes > - This is a quick update which fixes an IP address validation issue reported in #182</VersionNotes >
1312 <ReleaseNotes ></ReleaseNotes >
1413</AppUpdate >
You can’t perform that action at this time.
0 commit comments