Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Dec 11, 2017
1 parent 478933a commit 9f0c9e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Deploy/Choco/lightbulb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lightbulb</id>
<version>1.6.3.2</version>
<version>1.6.3.5</version>
<packageSourceUrl>https://github.com/Tyrrrz/LightBulb</packageSourceUrl>
<owners>Tyrrrz</owners>
<title>LightBulb</title>
<authors>Alexey 'Tyrrrz' Golub</authors>
<projectUrl>http://www.tyrrrz.me/projects/?id=lb</projectUrl>
<projectUrl>http://tyrrrz.me/Projects/LightBulb</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Tyrrrz/LightBulb/master/favicon.png</iconUrl>
<copyright>Alexey Golub</copyright>
<licenseUrl>https://raw.githubusercontent.com/Tyrrrz/LightBulb/master/License.txt</licenseUrl>
Expand Down
4 changes: 2 additions & 2 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.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
Expand All @@ -10,7 +10,7 @@ $packageArgs = @{

softwareName = 'lightbulb*'

checksum = 'ca5910476df660a0cbbd7fba6bcdf27f8f6815f791ea33cbecba74d285696db3'
checksum = '4ae5c09e730368b93249053d711b1c76a84d9d9d8e0be3ee72b7b3b415c1bc5e'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
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.4"
#define MyAppVersion "1.6.3.5"
#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.4")]
[assembly: AssemblyFileVersion("1.6.3.4")]
[assembly: AssemblyVersion("1.6.3.5")]
[assembly: AssemblyFileVersion("1.6.3.5")]

0 comments on commit 9f0c9e9

Please sign in to comment.