From 32029cff0ed4797dc623ecaa06538947864f27e4 Mon Sep 17 00:00:00 2001 From: PNWParksFan Date: Fri, 13 Dec 2024 22:05:04 -0800 Subject: [PATCH] Fixed RNUI reference --- LiveLights/LiveLights.csproj | 4 ++-- LiveLights/Properties/AssemblyInfo.cs | 4 ++-- LiveLights/packages.config | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LiveLights/LiveLights.csproj b/LiveLights/LiveLights.csproj index 472c887..8d29bda 100644 --- a/LiveLights/LiveLights.csproj +++ b/LiveLights/LiveLights.csproj @@ -41,8 +41,8 @@ ..\packages\Octokit.0.46.0\lib\net46\Octokit.dll - - ..\packages\RAGENativeUI.1.9.2\lib\net472\RAGENativeUI.dll + + ..\packages\RAGENativeUI.1.9.3\lib\net472\RAGENativeUI.dll ..\packages\RagePluginHook.1.109.1\lib\net472\RagePluginHook.dll diff --git a/LiveLights/Properties/AssemblyInfo.cs b/LiveLights/Properties/AssemblyInfo.cs index 2e03a8e..b702fa3 100644 --- a/LiveLights/Properties/AssemblyInfo.cs +++ b/LiveLights/Properties/AssemblyInfo.cs @@ -31,8 +31,8 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.*")] +[assembly: AssemblyVersion("1.2.*")] // This is required for Octokit to check the version against github -[assembly: AssemblyInformationalVersion("1.1")] +[assembly: AssemblyInformationalVersion("1.2")] // [assembly: AssemblyVersion("1.0.0.0")] // [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/LiveLights/packages.config b/LiveLights/packages.config index d0ab9b0..fa8b164 100644 --- a/LiveLights/packages.config +++ b/LiveLights/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file