From 9f0c9e90db2c89cdfec096f49e24b2a2713459f0 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Tue, 12 Dec 2017 00:17:38 +0200 Subject: [PATCH] Update version --- Deploy/Choco/lightbulb.nuspec | 4 ++-- Deploy/Choco/tools/chocolateyinstall.ps1 | 4 ++-- Deploy/Installer/Installer.iss | 2 +- LightBulb/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Deploy/Choco/lightbulb.nuspec b/Deploy/Choco/lightbulb.nuspec index 972eab49..8674fc6f 100644 --- a/Deploy/Choco/lightbulb.nuspec +++ b/Deploy/Choco/lightbulb.nuspec @@ -2,12 +2,12 @@ lightbulb - 1.6.3.2 + 1.6.3.5 https://github.com/Tyrrrz/LightBulb Tyrrrz LightBulb Alexey 'Tyrrrz' Golub - http://www.tyrrrz.me/projects/?id=lb + http://tyrrrz.me/Projects/LightBulb https://raw.githubusercontent.com/Tyrrrz/LightBulb/master/favicon.png Alexey Golub https://raw.githubusercontent.com/Tyrrrz/LightBulb/master/License.txt diff --git a/Deploy/Choco/tools/chocolateyinstall.ps1 b/Deploy/Choco/tools/chocolateyinstall.ps1 index b3d249c6..cafca2a3 100644 --- a/Deploy/Choco/tools/chocolateyinstall.ps1 +++ b/Deploy/Choco/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $packageName= 'lightbulb' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/Tyrrrz/LightBulb/releases/download/1.6.3.2/LightBulb_Install_1.6.3.2.exe' +$url = 'https://github.com/Tyrrrz/LightBulb/releases/download/1.6.3.5/LightBulb-Installer.exe' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir @@ -10,7 +10,7 @@ $packageArgs = @{ softwareName = 'lightbulb*' - checksum = 'ca5910476df660a0cbbd7fba6bcdf27f8f6815f791ea33cbecba74d285696db3' + checksum = '4ae5c09e730368b93249053d711b1c76a84d9d9d8e0be3ee72b7b3b415c1bc5e' checksumType = 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' diff --git a/Deploy/Installer/Installer.iss b/Deploy/Installer/Installer.iss index 65822d48..b2e69a0f 100644 --- a/Deploy/Installer/Installer.iss +++ b/Deploy/Installer/Installer.iss @@ -1,5 +1,5 @@ #define MyAppName "LightBulb" -#define MyAppVersion "1.6.3.4" +#define MyAppVersion "1.6.3.5" #define MyAppPublisher "Alexey 'Tyrrrz' Golub" #define MyAppURL "http://tyrrrz.me/Projects/LightBulb" diff --git a/LightBulb/Properties/AssemblyInfo.cs b/LightBulb/Properties/AssemblyInfo.cs index fc071e40..7a095a42 100644 --- a/LightBulb/Properties/AssemblyInfo.cs +++ b/LightBulb/Properties/AssemblyInfo.cs @@ -12,5 +12,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("1.6.3.4")] -[assembly: AssemblyFileVersion("1.6.3.4")] \ No newline at end of file +[assembly: AssemblyVersion("1.6.3.5")] +[assembly: AssemblyFileVersion("1.6.3.5")] \ No newline at end of file