Skip to content

Commit 9dc2683

Browse files
committed
Update lib
1 parent 0780bac commit 9dc2683

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Oculus Downgrader/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void Main(string[] args)
4848
// Handle oculus uri scheme
4949
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
5050
SetupExceptionHandlers();
51-
DowngradeManager.updater = new Updater("1.11.40", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
51+
DowngradeManager.updater = new Updater("1.11.41", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
5252
Logger.LogRaw("\n\n");
5353
Logger.Log("Starting Oculus Downgrader version " + DowngradeManager.updater.version);
5454
if (args.Length == 1 && args[0] == "--update")

OculusDB

RIFT Downgrader.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerUtils", "OculusDB\O
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OculusDB", "OculusDB\OculusDB\OculusDB.csproj", "{61402A2A-1379-4355-BD8C-883A3E455865}"
1313
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OculusGraphQLApiLibCLI", "OculusDB\OculusGraphQLApiLib\OculusGraphQLApiLibCLI\OculusGraphQLApiLibCLI.csproj", "{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}"
15+
EndProject
1416
Global
1517
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1618
Debug|Any CPU = Debug|Any CPU
@@ -33,6 +35,10 @@ Global
3335
{61402A2A-1379-4355-BD8C-883A3E455865}.Debug|Any CPU.Build.0 = Debug|Any CPU
3436
{61402A2A-1379-4355-BD8C-883A3E455865}.Release|Any CPU.ActiveCfg = Release|Any CPU
3537
{61402A2A-1379-4355-BD8C-883A3E455865}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{A1A3F9DE-B33F-4862-B1E5-2497BA93D60B}.Release|Any CPU.Build.0 = Release|Any CPU
3642
EndGlobalSection
3743
GlobalSection(SolutionProperties) = preSolution
3844
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)