Skip to content

Commit

Permalink
release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Nov 14, 2018
1 parent d616779 commit e8ba2c0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 21 deletions.
Binary file added MindMate.Setup/InstallerTool/innosetup-5.6.1.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions MindMate.Setup/MindMateInnoSetup - Win7.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.4"
#define MyAppVersion "0.5"
#define MyAppURL "http://www.umaranis.com/"
#define MyAppExeName "MindMate.Win.exe"

Expand All @@ -19,7 +19,7 @@ AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=C:\Projects\DotNET\MindMap\MindMate\MindMate\LICENSE.txt
LicenseFile=..\MindMate\LICENSE.txt
OutputBaseFilename=MindMate-Setup-Win7-v{#MyAppVersion}
Compression=lzma
SolidCompression=yes
Expand All @@ -40,7 +40,7 @@ Source: "..\MindMate.Win7\bin\RelWin7\MindMate.dll"; DestDir: "{app}"; Flags: ig
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\TaskScheduler.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\RelWin7\YamlDotNet.dll"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Expand Down
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.4"
#define MyAppVersion "0.5"
#define MyAppURL "http://www.umaranis.com/"
#define MyAppExeName "MindMate.Win.exe"

Expand All @@ -19,7 +19,7 @@ AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=C:\Projects\DotNET\MindMap\MindMate\MindMate\LICENSE.txt
LicenseFile=..\MindMate\LICENSE.txt
OutputBaseFilename=MindMate-Setup-Win-v{#MyAppVersion}
Compression=lzma
SolidCompression=yes
Expand All @@ -40,7 +40,7 @@ Source: "..\MindMate.Win7\bin\Release\MindMate.dll"; DestDir: "{app}"; Flags: ig
Source: "..\MindMate.Win7\bin\Release\Ribbon.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\Settings.Yaml"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\System.Windows.Forms.Calendar.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\TaskSchedular.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\TaskScheduler.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\MindMate.Win7\bin\Release\YamlDotNet.dll"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions MindMate.Win7/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("mail@umaranis.com")]
[assembly: AssemblyProduct("Mind Mate")]
[assembly: AssemblyCopyright("Copyright © 2017 Syed Umar Anis")]
[assembly: AssemblyCopyright("Copyright © 2018 Syed Umar Anis")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.4.*")]
[assembly: AssemblyVersion("0.5.*")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion MindMate/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Syed Umar Anis
Copyright (c) 2018 Syed Umar Anis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 1 addition & 8 deletions MindMate/MindMate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>Binaries\CustomFontDialog.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net40-client\HtmlAgilityPack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
Expand All @@ -74,10 +70,7 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.Windows.Forms.Calendar, Version=1.0.5704.28890, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Binaries\System.Windows.Forms.Calendar.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions MindMate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("www.umaranis.com")]
[assembly: AssemblyProduct("Mind Mate")]
[assembly: AssemblyCopyright("Copyright © 2017 Syed Umar Anis")]
[assembly: AssemblyCopyright("Copyright © 2018 Syed Umar Anis")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.4.*")]
[assembly: AssemblyVersion("0.5.*")]
//[assembly: AssemblyFileVersion("0.0.*")]
2 changes: 0 additions & 2 deletions MindMate/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net40-client" requireReinstallation="true" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="net461" />
<package id="YamlDotNet" version="5.2.1" targetFramework="net461" />
</packages>

0 comments on commit e8ba2c0

Please sign in to comment.