Skip to content

Commit a6e7eda

Browse files
committed
Bump release to 2.14.2
1 parent da4b9b9 commit a6e7eda

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

UWPHook.nsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
!define APP_NAME "UWPHook"
1212
!define COMP_NAME "Briano"
1313
!define WEB_SITE "https://briano.dev"
14-
!define VERSION "2.14.1.00"
15-
!define COPYRIGHT "Briano � 2020 2021 2022"
14+
!define VERSION "2.14.2.00"
15+
!define COPYRIGHT "Briano � 2020 2021 2022 2023 2024"
1616
!define DESCRIPTION "The easy way to add UWP and XGP games to Steam"
1717
!define LICENSE_TXT "C:\Users\Brian\Documents\GitHub\UWPHook\README.md"
1818
!define INSTALLER_NAME "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook.exe"
@@ -105,6 +105,7 @@ File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Memory.
105105
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Net.Http.Formatting.dll"
106106
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Numerics.Vectors.dll"
107107
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Runtime.CompilerServices.Unsafe.dll"
108+
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Threading.Channels.dll"
108109
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Threading.Tasks.Extensions.dll"
109110
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\VDFParser.dll"
110111
File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\UWPHook.exe"

UWPHook/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Briano")]
1414
[assembly: AssemblyProduct("UWPHook")]
15-
[assembly: AssemblyCopyright("Copyright Brian Lima © 2020 2021 2022")]
15+
[assembly: AssemblyCopyright("Copyright Brian Lima © 2020 2021 2022 2023 2024")]
1616
[assembly: AssemblyTrademark("Briano")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,6 +51,6 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2.14.1.0")]
55-
[assembly: AssemblyFileVersion("2.14.1.0")]
54+
[assembly: AssemblyVersion("2.14.2.0")]
55+
[assembly: AssemblyFileVersion("2.14.2.0")]
5656
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)