Skip to content

Commit

Permalink
Release 1.0.0-alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 1, 2020
1 parent 3e9d9c0 commit 7b30d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Drums/VDrumExplorer.Wpf/VDrumExplorer.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net472</TargetFramework>
<UseWPF>true</UseWPF>
<LangVersion>8.0</LangVersion>
<Version>1.0.0-alpha02</Version>
<AssemblyVersion>1.0.0.2</AssemblyVersion>
<Version>1.0.0-alpha03</Version>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Drums/buildrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ zip -rq VDrumExplorer-$version.zip $release_dir

# Setup
msbuild.exe -property:Configuration=Release -verbosity:quiet ../VDrumExplorer.Setup
cp ../VDrumExplorer.Setup/bin/Release/en-us/VDrumExplorer-Setup.msi .
cp ../VDrumExplorer.Setup/bin/Release/en-us/VDrumExplorer-Setup.msi VDrumExplorer-Setup-$version.msi
# Sign the installer as well
signtool sign -a -fd SHA256 -f $PFX_PATH -p $PFX_PASSWORD -t http://timestamp.comodoca.com/authenticode VDrumExplorer-Setup.msi
signtool sign -a -fd SHA256 -f $PFX_PATH -p $PFX_PASSWORD -t http://timestamp.comodoca.com/authenticode VDrumExplorer-Setup-$version.msi

cd ..

0 comments on commit 7b30d34

Please sign in to comment.