Skip to content

Commit 436d1b9

Browse files
committed
v1.0.5.4 Update for latest patch 1232.17
Updated for latest patch (replaced SDK files, not included in source!) (v1.0.1232.17) Updated Natives (pulled from https://alloc8or.github.io/rdr3-native-db/)
1 parent 8136be7 commit 436d1b9

File tree

5 files changed

+84
-84
lines changed

5 files changed

+84
-84
lines changed

source/core/DllMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace WinForms = System::Windows::Forms;
1313
[assembly:AssemblyCompanyAttribute("Salty, SHVDN: crosire & contributors")];
1414
[assembly:AssemblyProductAttribute("ScriptHookRDRDotNet")];
1515
[assembly:AssemblyDescriptionAttribute("An ASI plugin for Red Dead Redemption 2, which allows running scripts written in any .NET language in-game.")];
16-
[assembly:AssemblyVersionAttribute("1.0.5.3")];
16+
[assembly:AssemblyVersionAttribute("1.0.5.4")];
1717
[assembly:AssemblyCopyrightAttribute("Copyright © 2015 crosire | Copyright © 2019 Salty")];
1818
// Sign with a strong name to distinguish from older versions and cause .NET framework runtime to bind the correct assemblies
1919
// There is no version check performed for assemblies without strong names (https://docs.microsoft.com/en-us/dotnet/framework/deployment/how-the-runtime-locates-assemblies)

source/scripting_v3/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("1.0.5.3")]
32-
[assembly: AssemblyFileVersion("1.0.5.3")]
31+
[assembly: AssemblyVersion("1.0.5.4")]
32+
[assembly: AssemblyFileVersion("1.0.5.4")]

0 commit comments

Comments
 (0)