From efa2b057c061fc7adf6163e0ed8c68579cda4f61 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sun, 31 Dec 2017 20:09:26 +0200 Subject: [PATCH] Update version --- Deploy/Choco/lightbulb.nuspec | 2 +- Deploy/Choco/tools/chocolateyinstall.ps1 | 5 +---- Deploy/Installer/Installer.iss | 2 +- LightBulb/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Deploy/Choco/lightbulb.nuspec b/Deploy/Choco/lightbulb.nuspec index 23dddb5b..656ce3e0 100644 --- a/Deploy/Choco/lightbulb.nuspec +++ b/Deploy/Choco/lightbulb.nuspec @@ -2,7 +2,7 @@ lightbulb - 1.6.3.5 + 1.6.3.6 https://github.com/Tyrrrz/LightBulb Tyrrrz LightBulb diff --git a/Deploy/Choco/tools/chocolateyinstall.ps1 b/Deploy/Choco/tools/chocolateyinstall.ps1 index 58df54ac..c478fbf5 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.5/LightBulb-Installer.exe' +$url = 'https://github.com/Tyrrrz/LightBulb/releases/download/1.6.3.6/LightBulb-Installer.exe' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir @@ -10,9 +10,6 @@ $packageArgs = @{ softwareName = 'lightbulb*' - checksum = '2b6d6411494f972c8302b42a5b8c75838a8d94c54f06cc4585c3432740a953cd' - checksumType = 'sha256' - silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' } Install-ChocolateyPackage @packageArgs \ No newline at end of file diff --git a/Deploy/Installer/Installer.iss b/Deploy/Installer/Installer.iss index b2e69a0f..6050190d 100644 --- a/Deploy/Installer/Installer.iss +++ b/Deploy/Installer/Installer.iss @@ -1,5 +1,5 @@ #define MyAppName "LightBulb" -#define MyAppVersion "1.6.3.5" +#define MyAppVersion "1.6.3.6" #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 0e799b88..dc40415b 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.5")] -[assembly: AssemblyFileVersion("1.6.3.5")] \ No newline at end of file +[assembly: AssemblyVersion("1.6.3.6")] +[assembly: AssemblyFileVersion("1.6.3.6")] \ No newline at end of file