File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
!define APP_NAME " UWPHook"
12
12
!define COMP_NAME " Briano"
13
13
!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 "
16
16
!define DESCRIPTION " The easy way to add UWP and XGP games to Steam"
17
17
!define LICENSE_TXT " C:\Users\Brian\Documents\GitHub\UWPHook\README.md"
18
18
!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.
105
105
File " C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Net.Http.Formatting.dll"
106
106
File " C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Numerics.Vectors.dll"
107
107
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"
108
109
File " C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Threading.Tasks.Extensions.dll"
109
110
File " C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\VDFParser.dll"
110
111
File " C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\UWPHook.exe"
Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyConfiguration ( "" ) ]
13
13
[ assembly: AssemblyCompany ( "Briano" ) ]
14
14
[ assembly: AssemblyProduct ( "UWPHook" ) ]
15
- [ assembly: AssemblyCopyright ( "Copyright Brian Lima © 2020 2021 2022" ) ]
15
+ [ assembly: AssemblyCopyright ( "Copyright Brian Lima © 2020 2021 2022 2023 2024 " ) ]
16
16
[ assembly: AssemblyTrademark ( "Briano" ) ]
17
17
[ assembly: AssemblyCulture ( "" ) ]
18
18
51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [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" ) ]
56
56
[ assembly: NeutralResourcesLanguage ( "en" ) ]
You can’t perform that action at this time.
0 commit comments