Skip to content

Commit

Permalink
Version 1.7 Preperations
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStrick committed Jan 6, 2024
1 parent abf5994 commit 9d2dad1
Show file tree
Hide file tree
Showing 33 changed files with 308 additions and 291 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,4 @@ FodyWeavers.xsd
# Environment Files
**/*.env
/Output
/scan.bat
7 changes: 4 additions & 3 deletions ViVeTool GUI.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{C6BF5A05-B2DE-447A-ADA4-1F6F2E8ADC97}
AppName=ViVeTool GUI
AppVersion=1.6.999.5
AppVersion=1.7.0.0
;AppVerName=ViveTool GUI 1.6
AppPublisher=Peter Strick
AppPublisherURL=https://www.github.com/peterstrick/vivetool-gui
Expand All @@ -27,12 +27,12 @@ ArchitecturesAllowed=x64
AppCopyright=Copyright ©️ 2024 Peter Strick
UsePreviousPrivileges=False
AppReadmeFile=https://www.github.com/peterstrick/vivetool-gui
VersionInfoVersion=1.6.999.5
VersionInfoVersion=1.7.0.0
VersionInfoCompany=Peter Strick
VersionInfoDescription=ViVeTool GUI Setup
VersionInfoCopyright=Copyright ©️ 2024 Peter Strick
VersionInfoProductName=ViVeTool GUI
VersionInfoProductVersion=1.6.999.5
VersionInfoProductVersion=1.7.0.0
VersionInfoOriginalFileName=ViVeTool GUI Setup.exe
MinVersion=0,10.0.18963
UninstallDisplayName=ViVeTool GUI
Expand Down Expand Up @@ -90,6 +90,7 @@ Source: "vivetool-gui\bin\x64\Debug\ja\*"; DestDir: "{app}\ja"; Flags: ignorever
Source: "vivetool-gui\bin\x64\Debug\it\*"; DestDir: "{app}\it"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI
Source: "vivetool-gui\bin\x64\Debug\id\*"; DestDir: "{app}\id"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI
Source: "vivetool-gui\bin\x64\Debug\de\*"; DestDir: "{app}\de"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI
Source: "vivetool-gui\bin\x64\Debug\pt-BR\*"; DestDir: "{app}\pt-BR"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI
;GUI Files
Source: "vivetool-gui\bin\x64\Debug\FeatureDictionary.pfs"; DestDir: "{app}"; Flags: ignoreversion; Components: ViVeTool_GUI
Source: "vivetool-gui\bin\x64\Debug\ViVeTool_GUI.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: ViVeTool_GUI
Expand Down
4 changes: 2 additions & 2 deletions ViVeTool-GUI.FeatureScanner/ApplicationEvents.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'ViVeTool GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2023 Peter Strick
'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2024 Peter Strick
'
'This program is free software: you can redistribute it and/or modify
'it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'ViVeTool GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2023 Peter Strick
'Copyright (C) 2024 Peter Strick
'
'This program is free software: you can redistribute it and/or modify
'it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion ViVeTool-GUI.FeatureScanner/Functions/CrashReporter.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2022 Peter Strick / Peters Software Solutions
'Copyright (C) 2024 Peter Strick
'
'This program is free software: you can redistribute it and/or modify
'it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion ViVeTool-GUI.FeatureScanner/Functions/Junction.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2022 Peter Strick / Peters Software Solutions
'Copyright (C) 2024 Peter Strick
'
'This program is free software: you can redistribute it and/or modify
'it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion ViVeTool-GUI.FeatureScanner/Functions/Miscellaneous.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2022 Peter Strick / Peters Software Solutions
'Copyright (C) 2024 Peter Strick
'
'This program is free software: you can redistribute it and/or modify
'it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions ViVeTool-GUI.FeatureScanner/Functions/RadTD.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'ViVeTool GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2023 Peter Strick
'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool
'Copyright (C) 2024 Peter Strick
'
'This program is free software: you can redistribute it and/or modify
'it under the terms of the GNU General Public License as published by
Expand Down
8 changes: 4 additions & 4 deletions ViVeTool-GUI.FeatureScanner/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Imports System.Runtime.InteropServices

<Assembly: AssemblyTitle("ViVeTool GUI - Feature Scanner")>
<Assembly: AssemblyDescription("Allows you to scan and download .pdb files for Feature IDs. Part of ViVeTool-GUI")>
<Assembly: AssemblyCompany("Peters Software Solutions")>
<Assembly: AssemblyCompany("Peter Strick")>
<Assembly: AssemblyProduct("ViVeTool GUI - Feature Scanner")>
<Assembly: AssemblyCopyright("Copyright © 2023 Peter Strick")>
<Assembly: AssemblyCopyright("Copyright © 2024 Peter Strick")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.6.999.5")>
<Assembly: AssemblyFileVersion("1.6.999.5")>
<Assembly: AssemblyVersion("1.7.0.0")>
<Assembly: AssemblyFileVersion("1.7.0.0")>
Loading

0 comments on commit 9d2dad1

Please sign in to comment.