Skip to content

Commit bc67f36

Browse files
committed
Improvement of the upper limit for numeric input in the NumericUpDown component in the Options window
The limitation on the maximum value of the NumericUpDown component when the Hexadecimal Property is set has been addressed. The original behavior restricted the maximum value to Int32 when the Hexadecimal Property was set. It has now been corrected to allow a maximum value of Int64.
1 parent 678201e commit bc67f36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PS4CheaterNeo/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.1.3")]
36-
[assembly: AssemblyFileVersion("1.0.1.3")]
35+
[assembly: AssemblyVersion("1.0.1.4")]
36+
[assembly: AssemblyFileVersion("1.0.1.4")]

PS4CheaterNeo/lib/OptionTreeView.dll

1 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PS4CheaterNeo is a program to find game cheat codes, and it is based on [`ps4debug`](https://github.com/jogolden/ps4debug) and [`.Net Framework 4.8`](https://support.microsoft.com/en-us/topic/microsoft-net-framework-4-8-offline-installer-for-windows-9d23f658-3b97-68ab-d013-aa3c3e7495e0).
44

5-
Currently in `version 1.0.1.3`
5+
Currently in `version 1.0.1.4`
66

77

88
## Table of Contents

0 commit comments

Comments
 (0)