Skip to content

Commit

Permalink
Bump version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Jan 18, 2021
1 parent 556af6f commit f04c2dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SoundBoard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6")]
[assembly: AssemblyFileVersion("1.6")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
13 changes: 8 additions & 5 deletions SoundBoard/VersionInfo.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<AppUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/micahmo/SoundBoard/master/SoundBoard/AppUpdate.xsd">
<Version>1.6</Version>
<ReleaseDate>2019-09-02</ReleaseDate>
<Version>1.7.0.0</Version>
<ReleaseDate>2020-01-18</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/SoundBoard/releases/download/v1.6/SoundBoard.exe</DownloadLink>
<DownloadLink>https://github.com/micahmo/SoundBoard/releases/download/v1.7/SoundBoard.exe</DownloadLink>
<DownloadFileName>SoundBoard.exe</DownloadFileName>
<!-- All download options -->
<Downloads>
<Download key="portable">
<Link>https://github.com/micahmo/SoundBoard/releases/download/v1.6/SoundBoard.exe</Link>
<Link>https://github.com/micahmo/SoundBoard/releases/download/v1.7/SoundBoard.exe</Link>
<FileName>SoundBoard.exe</FileName>
<FileHash></FileHash>
</Download>
</Downloads>
<!-- Release notes -->
<VersionNotes></VersionNotes>
<VersionNotes> - Improve handling missing dependencies
- Add built-in update functionality
- Add ability to manually specify audio playback device
- Speed up animations and other QOL improvements</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit f04c2dd

Please sign in to comment.