Skip to content

Commit

Permalink
Fixed RNUI reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwparksfan committed Dec 14, 2024
1 parent b4e526c commit 32029cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LiveLights/LiveLights.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<Reference Include="Octokit, Version=0.46.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.0.46.0\lib\net46\Octokit.dll</HintPath>
</Reference>
<Reference Include="RAGENativeUI, Version=1.9.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\RAGENativeUI.1.9.2\lib\net472\RAGENativeUI.dll</HintPath>
<Reference Include="RAGENativeUI, Version=1.9.3.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\RAGENativeUI.1.9.3\lib\net472\RAGENativeUI.dll</HintPath>
</Reference>
<Reference Include="RagePluginHook, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\RagePluginHook.1.109.1\lib\net472\RagePluginHook.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions LiveLights/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion LiveLights/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net472" />
<package id="MSBuild.ILMerge.Task" version="1.1.3" targetFramework="net472" />
<package id="Octokit" version="0.46.0" targetFramework="net472" />
<package id="RAGENativeUI" version="1.9.2" targetFramework="net472" />
<package id="RAGENativeUI" version="1.9.3" targetFramework="net472" />
<package id="RagePluginHook" version="1.109.1" targetFramework="net472" />
</packages>

0 comments on commit 32029cf

Please sign in to comment.