Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed May 25, 2023
1 parent a32706a commit a029bdd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 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.6.0</AssemblyVersion>
<FileVersion>1.0.6.0</FileVersion>
<InformationalVersion>1.0.6.0</InformationalVersion>
<AssemblyVersion>1.0.7.0</AssemblyVersion>
<FileVersion>1.0.7.0</FileVersion>
<InformationalVersion>1.0.7.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.6"
#define MyAppVersion "1.0.7"
#define MyAppPublisher "Micah Morrison"
#define MyAppURL "https://github.com/micahmo/RDPoverSSH"
#define MyAppExeName "RDPoverSSH.exe"
Expand Down
13 changes: 8 additions & 5 deletions RDPoverSSH/VersionInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
<!-- 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.6.0</Version>
<ReleaseDate>2023-03-16</ReleaseDate>
<Version>1.0.7.0</Version>
<ReleaseDate>2023-05-24</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/RDPoverSSH/releases/download/v1.0.6/RDPoverSSHSetup-1.0.6.exe</DownloadLink>
<DownloadFileName>RDPoverSSHSetup-1.0.6.exe</DownloadFileName>
<DownloadLink>https://github.com/micahmo/RDPoverSSH/releases/download/v1.0.7/RDPoverSSHSetup-1.0.7.exe</DownloadLink>
<DownloadFileName>RDPoverSSHSetup-1.0.7.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> - Bump LiteDB for CVE-2022-23535</VersionNotes>
<VersionNotes> - Display total and filtered connection count
- Clean up and condense UI
- Expand/collapse all connections
- Allow both RDP and web connections regardless of destination port</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit a029bdd

Please sign in to comment.