Skip to content

Commit

Permalink
Update information for version 0.20.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemalcs committed Feb 15, 2022
1 parent 618cf8a commit da44430
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Khernet.Installer/KhernetInstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <idp.iss>

#define ApplicationName "Khernet"
#define CurrentVersion "0.19.0.0"
#define CurrentVersion "0.20.0.0"
#define AppDirectoryName "khernet-app"
#define SQLScript "SAVE_TEXT_MESSAGE.sql"
#define IzarcDirectory "izarc"
Expand All @@ -20,7 +20,7 @@
[Setup]
AppName={#ApplicationName}
AppVersion={#CurrentVersion}
VersionInfoCopyright=Copyright © 2021
VersionInfoCopyright=Copyright © 2022
VersionInfoVersion={#CurrentVersion}
VersionInfoProductVersion={#CurrentVersion}
WizardStyle=modern
Expand Down
6 changes: 3 additions & 3 deletions Khernet.UI/Khernet.UI.Presentation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Khernet")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -19,5 +19,5 @@
ResourceDictionaryLocation.SourceAssembly
)]

[assembly: AssemblyVersion("0.19.0.0")]
[assembly: AssemblyFileVersion("0.19.0.0")]
[assembly: AssemblyVersion("0.20.0.0")]
[assembly: AssemblyFileVersion("0.20.0.0")]
4 changes: 2 additions & 2 deletions KhernetUpdater.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.19.0.0</version>
<url>https://github.com/lemalcs/Khernet/releases/download/v0.19.0.0/KhernetInstaller-0.19.0.0.exe</url>
<version>0.20.0.0</version>
<url>https://github.com/lemalcs/Khernet/releases/download/v0.20.0.0/KhernetInstaller-0.20.0.0.exe</url>
<args>/SP- /silent /noicons /NOCANCEL /dir="%path%"</args>
<changelog>https://github.com/lemalcs/Khernet/releases/latest</changelog>
<mandatory>true</mandatory>
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo Starting build...
echo -------------------------------------------------------------

rem Set this to Release or Debug values
set dotnetConfiguration=Debug
set dotnetConfiguration=Release

rem Build core
Resources\nuget.exe restore Khernet.Core\Khernet.Core.sln
Expand All @@ -20,7 +20,7 @@ cd Khernet.Installer
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" KhernetInstaller.iss

rem Copy final installer to bin directory
set mainApp_path=bin\KhernetInstaller-0.19.0.0.exe
set mainApp_path=bin\KhernetInstaller-0.20.0.0.exe
set installerDest=..\bin\Khernet.Installer
if not exist %installerDest% mkdir %installerDest%
if exist %mainApp_path% copy %mainApp_path% %installerDest%
Expand Down

0 comments on commit da44430

Please sign in to comment.