Skip to content

Commit

Permalink
Update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Jan 2, 2024
1 parent 0780bac commit 9dc2683
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Oculus Downgrader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static void Main(string[] args)
// Handle oculus uri scheme
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
SetupExceptionHandlers();
DowngradeManager.updater = new Updater("1.11.40", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
DowngradeManager.updater = new Updater("1.11.41", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
Logger.LogRaw("\n\n");
Logger.Log("Starting Oculus Downgrader version " + DowngradeManager.updater.version);
if (args.Length == 1 && args[0] == "--update")
Expand Down
2 changes: 1 addition & 1 deletion OculusDB
Submodule OculusDB updated 1 files
+1 −1 OculusGraphQLApiLib
6 changes: 6 additions & 0 deletions RIFT Downgrader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerUtils", "OculusDB\O
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OculusDB", "OculusDB\OculusDB\OculusDB.csproj", "{61402A2A-1379-4355-BD8C-883A3E455865}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OculusGraphQLApiLibCLI", "OculusDB\OculusGraphQLApiLib\OculusGraphQLApiLibCLI\OculusGraphQLApiLibCLI.csproj", "{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,6 +35,10 @@ Global
{61402A2A-1379-4355-BD8C-883A3E455865}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61402A2A-1379-4355-BD8C-883A3E455865}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61402A2A-1379-4355-BD8C-883A3E455865}.Release|Any CPU.Build.0 = Release|Any CPU
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 9dc2683

Please sign in to comment.