File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 id : dlss_swapper_version
6666 attributes :
6767 label : DLSS Swapper version
68- placeholder : e.g. 1.2.4 .0
68+ placeholder : e.g. 1.2.5 .0
6969 validations :
7070 required : true
7171
Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ RequestExecutionLevel highest
9494; App version information
9595Name " DLSS Swapper"
9696!define MUI_ICON " ..\..\src\Assets\icon.ico"
97- !define MUI_VERSION " 1.2.4 .0"
97+ !define MUI_VERSION " 1.2.5 .0"
9898!define MUI_PRODUCT " DLSS Swapper"
99- VIProductVersion " 1.2.4 .0"
99+ VIProductVersion " 1.2.5 .0"
100100VIAddVersionKey " ProductName" " DLSS Swapper"
101- VIAddVersionKey " ProductVersion" " 1.2.4 .0"
101+ VIAddVersionKey " ProductVersion" " 1.2.5 .0"
102102VIAddVersionKey " FileDescription" " DLSS Swapper installer"
103- VIAddVersionKey " FileVersion" " 1.2.4 .0"
103+ VIAddVersionKey " FileVersion" " 1.2.5 .0"
104104
105105; Pages
106106!insertmacro MUI_PAGE_WELCOME
@@ -201,7 +201,7 @@ Section
201201 CreateShortcut " $SMPROGRAMS\DLSS Swapper.lnk" " $INSTDIR\DLSS Swapper.exe"
202202
203203 WriteRegStr SHCTX " ${UNINST_KEY}" " DisplayName" " DLSS Swapper"
204- WriteRegStr SHCTX " ${UNINST_KEY}" " DisplayVersion" " 1.2.4 .0"
204+ WriteRegStr SHCTX " ${UNINST_KEY}" " DisplayVersion" " 1.2.5 .0"
205205 WriteRegStr SHCTX " ${UNINST_KEY}" " Publisher" " beeradmoore"
206206 WriteRegStr SHCTX " ${UNINST_KEY}" " DisplayIcon" " $\" $INSTDIR\DLSS Swapper.exe$\" "
207207 WriteRegStr SHCTX " ${UNINST_KEY}" " UninstallString" " $\" $INSTDIR\uninstall.exe$\" "
Original file line number Diff line number Diff line change 11@ echo off
22
3- set app_version = 1.2.4 .0
3+ set app_version = 1.2.5 .0
44set initial_directory = %cd%
55
66set csproj_file = ..\src\DLSS Swapper.csproj
Original file line number Diff line number Diff line change 1616 <PackageIcon >Assets\icon_256.png</PackageIcon >
1717 <ApplicationIcon >Assets\icon.ico</ApplicationIcon >
1818 <GenerateAppInstallerFile >False</GenerateAppInstallerFile >
19- <Version >1.2.4 .0</Version >
19+ <Version >1.2.5 .0</Version >
2020 <Nullable >enable</Nullable >
2121 <LangVersion >preview</LangVersion >
2222 <PublishSingleFile >false</PublishSingleFile >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3- <assemblyIdentity version =" 1.2.4 .0" name =" DLSS Swapper.app" />
3+ <assemblyIdentity version =" 1.2.5 .0" name =" DLSS Swapper.app" />
44
55 <application xmlns =" urn:schemas-microsoft-com:asm.v3" >
66 <windowsSettings >
You can’t perform that action at this time.
0 commit comments