Skip to content

Commit

Permalink
restore upgrade viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Ruiz committed Sep 21, 2019
1 parent 038f9fd commit 875e86b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/DesktopApp/DesktopApp.vcxproj
Expand Up @@ -111,7 +111,7 @@ xcopy $(SolutionDir)lib\cpprestsdk\Release\*.dll $(SolutionDir)\bin\$(Configurat
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<LargeAddressAware>true</LargeAddressAware>
<ProgramDataBaseFile>$(TargetDir)/Jirafy.pdb</ProgramDataBaseFile>
<ProgramDataBaseFile>$(TargetDir)/Bling.pdb</ProgramDataBaseFile>
<SubSystem>Windows</SubSystem>
</Link>
<ProjectReference>
Expand Down Expand Up @@ -175,7 +175,7 @@ xcopy $(SolutionDir)lib\cpprestsdk\Release\*.dll $(SolutionDir)\bin\$(Configurat
<GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<LargeAddressAware>true</LargeAddressAware>
<ProgramDataBaseFile>$(TargetDir)/Jirafy.pdb</ProgramDataBaseFile>
<ProgramDataBaseFile>$(TargetDir)/Bling.pdb</ProgramDataBaseFile>
<SubSystem>Windows</SubSystem>
</Link>
<ProjectReference>
Expand Down
Binary file modified src/DesktopApp/resources/win/resources.aps
Binary file not shown.
8 changes: 4 additions & 4 deletions src/DesktopApp/resources/win/resources.rc
Expand Up @@ -107,8 +107,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,1,0
PRODUCTVERSION 0,1,1,0
FILEVERSION 0,1,14,0
PRODUCTVERSION 0,1,14,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -125,12 +125,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Luis Ruiz"
VALUE "FileDescription", "Bling"
VALUE "FileVersion", "0.1.1"
VALUE "FileVersion", "0.1.14.0"
VALUE "InternalName", "Bling"
VALUE "LegalCopyright", "Copyright (C) 2019 Bling"
VALUE "OriginalFilename", "Bling.exe"
VALUE "ProductName", "Bling"
VALUE "ProductVersion", "0.1.1"
VALUE "ProductVersion", "0.1.14.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/DesktopInstaller/Installer.nsi
Expand Up @@ -13,7 +13,7 @@
!define MUI_HEADERIMAGE_BITMAP "..\..\src\DesktopUI\img\logo.bmp"
!define MUI_HEADERIMAGE_RIGHT
!define PRODUCT_NAME "Bling Desktop"
!define VERSION "0.1.11.0"
!define VERSION "0.1.14.0"
!define PRODUCT_PUBLISHER "Luis Ruiz"
!define PRODUCT_WEB_SITE "https://github.com/lurume84/bling-desktop"

Expand Down

0 comments on commit 875e86b

Please sign in to comment.