Skip to content

Commit

Permalink
Bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Apr 14, 2023
1 parent 5db0fff commit a277f56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 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.10.0.2")]
[assembly: AssemblyFileVersion("1.10.0.2")]
[assembly: AssemblyVersion("1.10.1.0")]
[assembly: AssemblyFileVersion("1.10.1.0")]
20 changes: 6 additions & 14 deletions SoundBoard/VersionInfo.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
<?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.10.0.2</Version>
<ReleaseDate>2023-03-10</ReleaseDate>
<Version>1.10.1.0</Version>
<ReleaseDate>2023-04-14</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/SoundBoard/releases/download/v1.10.0/SoundBoard.exe</DownloadLink>
<DownloadLink>https://github.com/micahmo/SoundBoard/releases/download/v1.10.1/SoundBoard.exe</DownloadLink>
<DownloadFileName>SoundBoard.exe</DownloadFileName>
<!-- All download options -->
<Downloads>
<Download key="portable">
<Link>https://github.com/micahmo/SoundBoard/releases/download/v1.10.0/SoundBoard.exe</Link>
<Link>https://github.com/micahmo/SoundBoard/releases/download/v1.10.1/SoundBoard.exe</Link>
<FileName>SoundBoard.exe</FileName>
<FileHash></FileHash>
</Download>
</Downloads>
<!-- Release notes -->
<VersionNotes> - Audio recording device can be passed through to an audio playback device (#18)
- Hotkeys can be assigned to sounds
- Multiple sounds or a whole folder can be added at once
- Select sounds with Control- or Shift-Click to update or play multiple at once
- Sounds can be configured to stop all other sounds when played
- Sound names are more readable at different sizes (#17)
- Tabs with currently playing sounds will now be clearly indicated
- Sounds can trigger other sounds, allowing chaining
- The default grid layout for new pages can be configured
- General bug fixes and improvements</VersionNotes>
<VersionNotes> - Improve color picker
- Handle audio passthrough errors</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit a277f56

Please sign in to comment.