Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Dec 15, 2021
1 parent a04ee64 commit 6edccfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 RDPoverSSHSetupScript.iss and VersionInfo.xml -->
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<InformationalVersion>1.0.0.1</InformationalVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<InformationalVersion>1.0.1.0</InformationalVersion>
<Authors>Micah Morrison</Authors>
<Product>RDPoverSSH</Product>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Installer/RDPoverSSHSetupScript.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "RDPoverSSH"
#define MyAppVersion "1.0.0"
#define MyAppVersion "1.0.1"
#define MyAppPublisher "Micah Morrison"
#define MyAppURL "https://github.com/micahmo/RDPoverSSH"
#define MyAppExeName "RDPoverSSH.exe"
Expand Down
8 changes: 4 additions & 4 deletions RDPoverSSH/VersionInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!-- Things to update: Version, Date, Version Notes -->
<AppUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/micahmo/RDPoverSSH/main/RDPoverSSH/AppUpdate.xsd">
<Version>1.0.0.1</Version>
<Version>1.0.1.0</Version>
<ReleaseDate>2021-12-15</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/RDPoverSSH/releases/download/v1.0.0/RDPoverSSHSetup-1.0.0.exe</DownloadLink>
<DownloadFileName>RDPoverSSHSetup-1.0.0.exe</DownloadFileName>
<DownloadLink>https://github.com/micahmo/RDPoverSSH/releases/download/v1.0.1/RDPoverSSHSetup-1.0.1.exe</DownloadLink>
<DownloadFileName>RDPoverSSHSetup-1.0.1.exe</DownloadFileName>
<!-- Release notes -->
<!-- To account for scrollbars, always add a newline at the end of version notes. Also add 4 spaces to the end of a long line. -->
<VersionNotes></VersionNotes>
<VersionNotes>Fix issue with reverse tunnel detection </VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit 6edccfa

Please sign in to comment.