Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Dec 31, 2017
1 parent 1ce2b0c commit efa2b05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Deploy/Choco/lightbulb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lightbulb</id>
<version>1.6.3.5</version>
<version>1.6.3.6</version>
<packageSourceUrl>https://github.com/Tyrrrz/LightBulb</packageSourceUrl>
<owners>Tyrrrz</owners>
<title>LightBulb</title>
Expand Down
5 changes: 1 addition & 4 deletions Deploy/Choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,9 +10,6 @@ $packageArgs = @{

softwareName = 'lightbulb*'

checksum = '2b6d6411494f972c8302b42a5b8c75838a8d94c54f06cc4585c3432740a953cd'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
Install-ChocolateyPackage @packageArgs
2 changes: 1 addition & 1 deletion Deploy/Installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
4 changes: 2 additions & 2 deletions LightBulb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.6.3.6")]
[assembly: AssemblyFileVersion("1.6.3.6")]

0 comments on commit efa2b05

Please sign in to comment.