Skip to content

Commit

Permalink
Bumped app version to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradmoore committed Dec 16, 2023
1 parent 7682ace commit d4f211e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package/NSIS/Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ RequestExecutionLevel highest
; App version information
Name "DLSS Swapper"
!define MUI_ICON "..\..\src\Assets\icon.ico"
!define MUI_VERSION "1.0.3.1"
!define MUI_VERSION "1.0.4.0"
!define MUI_PRODUCT "DLSS Swapper"
VIProductVersion "1.0.3.1"
VIProductVersion "1.0.4.0"
VIAddVersionKey "ProductName" "DLSS Swapper"
VIAddVersionKey "ProductVersion" "1.0.3.1"
VIAddVersionKey "ProductVersion" "1.0.4.0"
VIAddVersionKey "FileDescription" "DLSS Swapper installer"
VIAddVersionKey "FileVersion" "1.0.3.1"
VIAddVersionKey "FileVersion" "1.0.4.0"


; Pages
Expand Down
2 changes: 1 addition & 1 deletion package/build_Installer.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set app_version=1.0.3.1
set app_version=1.0.4.0
set initial_directory=%cd%

REM create the output folder if it doesn't already exist.
Expand Down
2 changes: 1 addition & 1 deletion package/build_Portable.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set app_version=1.0.3.1
set app_version=1.0.4.0
set initial_directory=%cd%

REM create the output folder if it doesn't already exist.
Expand Down
2 changes: 1 addition & 1 deletion src/DLSS Swapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>FE5FF30FB93EC351E8ADA5D7D7B436A52B34DA5B</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<Version>1.0.3.1</Version>
<Version>1.0.4.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
2 changes: 1 addition & 1 deletion src/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="55588beeradmoore.DLSSSwapper"
Publisher="CN=09891394-7164-4123-AE6F-DC48EF06C2DA"
Version="1.0.3.1" />
Version="1.0.4.0" />
<mp:PhoneIdentity PhoneProductId="c0ab7734-5ac5-4d6c-996e-1d74f3bf55a8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />

<Properties>
Expand Down
2 changes: 1 addition & 1 deletion src/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.3.1" name="DLSS Swapper.app"/>
<assemblyIdentity version="1.0.4.0" name="DLSS Swapper.app"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
Expand Down

0 comments on commit d4f211e

Please sign in to comment.