Skip to content

Commit 7f0cb02

Browse files
committed
v1.0.5.2 Update for newest patch & World Pools fix
1 parent 5d2e711 commit 7f0cb02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1")];
16+
[assembly:AssemblyVersionAttribute("1.0.5.2")];
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.1")]
32-
[assembly: AssemblyFileVersion("1.0.5.1")]
31+
[assembly: AssemblyVersion("1.0.5.2")]
32+
[assembly: AssemblyFileVersion("1.0.5.2")]

tools/install_sdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set the working directory to SDK
22
Set-Location "sdk/"
33
# Download the file with Invoke-WebRequest
4-
$source = "http://dev-c.com/files/ScriptHookRDR2_SDK_1.0.1207.73.zip"
4+
$source = "http://www.dev-c.com/files/ScriptHookRDR2_SDK_1.0.1207.73.zip"
55
Invoke-WebRequest $source -OutFile "sdk.rar"
66
# Extract the contents of the file in the current directory
77
7z x sdk.rar

0 commit comments

Comments
 (0)