Skip to content

Commit 2d3fbb5

Browse files
committed
cleanup for 1.0.5.5
1.0.5.5 community changes can be found under the commits, or pull requests page.
1 parent 47e5f6f commit 2d3fbb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/scripting_v3/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("ScriptHookRDRNetAPI")]
12-
[assembly: AssemblyCopyright("Copyright © 2019 Salty | Copyright © 2015 crosire")]
12+
[assembly: AssemblyCopyright("Copyright © 2020 Salty | Copyright © 2015 crosire")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("1.0.5.4")]
32-
[assembly: AssemblyFileVersion("1.0.5.4")]
31+
[assembly: AssemblyVersion("1.0.5.5")]
32+
[assembly: AssemblyFileVersion("1.0.5.5")]

source/scripting_v3/RDR2/MarkerType.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace RDR2
77
{
8-
public enum MarkerType
8+
public enum MarkerType: uint
99
{
1010
Cylinder = 0x94FDAE17,
1111
Cube = 0x6EB7D3BB,
@@ -23,6 +23,6 @@ public enum MarkerType
2323
Num_6 = 0xF9B24FB3,
2424
Num_7 = 0x75FEB0E,
2525
Num_8 = 0xDD839756,
26-
num_9 = 0xE9F6303B,
26+
num_9 = 0xE9F6303B
2727
}
2828
}

0 commit comments

Comments
 (0)