Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Jun 24, 2022
1 parent 885c19b commit ee83f69
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.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<InformationalVersion>1.0.3.0</InformationalVersion>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<InformationalVersion>1.0.4.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.3"
#define MyAppVersion "1.0.4"
#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.3.0</Version>
<ReleaseDate>2021-12-17</ReleaseDate>
<Version>1.0.4.0</Version>
<ReleaseDate>2022-06-24</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/RDPoverSSH/releases/download/v1.0.3/RDPoverSSHSetup-1.0.3.exe</DownloadLink>
<DownloadLink>https://github.com/micahmo/RDPoverSSH/releases/download/v1.0.4/RDPoverSSHSetup-1.0.4.exe</DownloadLink>
<DownloadFileName>RDPoverSSHSetup-1.0.3.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>Fix dark mode issue </VersionNotes>
<VersionNotes> - Bump SSH.NET for CVE-2022-29245 </VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit ee83f69

Please sign in to comment.