Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Jun 29, 2021
1 parent c48ec8a commit 519b62d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions WireGuardServerForWindows/VersionInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<!-- Things to update: Version, Date, Release Notes -->
<AppUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/micahmo/WireGuardServerForWindows/master/WireGuardServerForWindows/AppUpdate.xsd">
<Version>1.5.0.0</Version>
<ReleaseDate>2021-05-01</ReleaseDate>
<Version>1.5.1.0</Version>
<ReleaseDate>2021-06-29</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/WireGuardServerForWindows/releases/download/v1.5/Portable.zip</DownloadLink>
<DownloadLink>https://github.com/micahmo/WireGuardServerForWindows/releases/download/v1.5.1/Portable.zip</DownloadLink>
<DownloadFileName>Portable.zip</DownloadFileName>
<!-- All download options -->
<Downloads>
<Download key="portable">
<Link>https://github.com/micahmo/WireGuardServerForWindows/releases/download/v1.5/Portable.zip</Link>
<Link>https://github.com/micahmo/WireGuardServerForWindows/releases/download/v1.5.1/Portable.zip</Link>
<FileName>Portable.zip</FileName>
<FileHash></FileHash>
</Download>
</Downloads>
<!-- Release notes -->
<VersionNotes>Added ws4w.exe CLI with ability to restart internet sharing</VersionNotes>
<VersionNotes>Added support for IPv6 endpoints</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>
4 changes: 2 additions & 2 deletions WireGuardServerForWindows/WireGuardServerForWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ApplicationIcon>logo.ico</ApplicationIcon>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<!-- Keep this synced with CLI project -->
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<PackageId>WS4W</PackageId>
<Authors>Micah Morrison</Authors>
<Product>WS4W</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>ws4w</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<InformationalVersion>1.5.0.0</InformationalVersion>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<InformationalVersion>1.5.1.0</InformationalVersion>
<Authors>Micah Morrison</Authors>
<AssemblyTitle>WireGuardServerForWindows CLI</AssemblyTitle>
</PropertyGroup>
Expand Down

0 comments on commit 519b62d

Please sign in to comment.