Skip to content

Commit

Permalink
chore(all): prepare for 5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyethridge committed Dec 3, 2017
1 parent f0a929e commit dbf6094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Source/ComponentTests/*.log
/Binaries/Compiled/*.oca
/Source/*.vbw
/Install/*.exe
10 changes: 5 additions & 5 deletions Install/InstallScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{249D663E-A119-4D35-A0F4-15821B9416E5}
AppName=SimplyVBUnit 4.1.6
AppVerName=SimplyVBUnit 4.1.6
AppName=SimplyVBUnit 5.0
AppVerName=SimplyVBUnit 5.0
AppPublisher=Kelly Ethridge
AppPublisherURL=https://sourceforge.net/projects/simplyvbunit/
AppSupportURL=https://sourceforge.net/projects/simplyvbunit/
AppUpdatesURL=https://sourceforge.net/projects/simplyvbunit/
DefaultDirName={pf}\SimplyVBUnit 4.1
DefaultGroupName=SimplyVBUnit 4.1
DefaultDirName={pf}\SimplyVBUnit 5.0
DefaultGroupName=SimplyVBUnit 5.0
AllowNoIcons=yes
OutputDir=.
OutputBaseFilename=SimplyVBUnitSetup-4.1.6
OutputBaseFilename=SimplyVBUnitSetup-5.0
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit dbf6094

Please sign in to comment.