Skip to content

Commit

Permalink
bump up the version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jun 20, 2016
1 parent 826ec51 commit 39111cf
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 5 deletions.
52 changes: 52 additions & 0 deletions MindMate.Setup/MindMateInnoSetup - Win7.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "MindMate"
#define MyAppVersion "0.3"
#define MyAppURL "http://www.umaranis.com/"
#define MyAppExeName "MindMate.Win.exe"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; 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={{D7CB0669-98E8-4AA3-914A-C590AF80C52C}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=C:\Projects\DotNET\MindMap\MindMate\MindMate\LICENSE.txt
OutputBaseFilename=MindMate-Setup-Win7-v{#MyAppVersion}
Compression=lzma
SolidCompression=yes
AppPublisher=Syed Umar Anis

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "..\MindMate.Win7\bin\RelWin7\MindMate.Win.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\images\*"; DestDir: "{app}\images"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: "..\MindMate.Win7\bin\RelWin7\CustomFontDialog.dll"; DestDir: "{app}"
Source: "..\MindMate.Win7\bin\RelWin7\MindMate.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\Ribbon.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\Settings.Yaml"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\System.Windows.Forms.Calendar.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\TaskSchedular.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\YamlDotNet.dll"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

6 changes: 3 additions & 3 deletions MindMate.Setup/MindMateInnoSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "MindMate"
#define MyAppVersion "0.2.1"
#define MyAppVersion "0.3"
#define MyAppURL "http://www.umaranis.com/"
#define MyAppExeName "MindMate.Win.exe"

Expand All @@ -20,7 +20,7 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=C:\Projects\DotNET\MindMap\MindMate\MindMate\LICENSE.txt
OutputBaseFilename=MindMate.Setup
OutputBaseFilename=MindMate-Setup-Win-v{#MyAppVersion}
Compression=lzma
SolidCompression=yes
AppPublisher=Syed Umar Anis
Expand All @@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\Projects\DotNET\MindMap\MindMate\MindMate.Win7\bin\Release\MindMate.Win.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\MindMate.Win.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\images\*"; DestDir: "{app}\images"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: "..\MindMate.Win7\bin\Release\CustomFontDialog.dll"; DestDir: "{app}"
Expand Down
2 changes: 1 addition & 1 deletion MindMate.Win7/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("0.2.*")]
[assembly: AssemblyVersion("0.3.*")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file modified MindMate.Win7/View/Ribbon/RibbonMarkup.ribbon
Binary file not shown.
2 changes: 1 addition & 1 deletion MindMate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,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("0.2.*")]
[assembly: AssemblyVersion("0.3.*")]
//[assembly: AssemblyFileVersion("0.0.*")]

0 comments on commit 39111cf

Please sign in to comment.