Skip to content

Commit 6c8d132

Browse files
committed
Update lib
1 parent 01c6fd9 commit 6c8d132

10 files changed

Lines changed: 50 additions & 48 deletions
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
//------------------------------------------------------------------------------
2-
// <auto-generated>
3-
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.42000
5-
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
8-
// </auto-generated>
9-
//------------------------------------------------------------------------------
10-
11-
using System;
12-
using System.Reflection;
13-
14-
[assembly: System.Reflection.AssemblyCompanyAttribute("DiffCreator")]
15-
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
16-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18-
[assembly: System.Reflection.AssemblyProductAttribute("DiffCreator")]
19-
[assembly: System.Reflection.AssemblyTitleAttribute("DiffCreator")]
20-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21-
22-
// Generated by the MSBuild WriteCodeFragment class.
23-
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("DiffCreator")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+01c6fd90754babe351ce6df6366ccc7fcb978786")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("DiffCreator")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("DiffCreator")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2ce4248e72acb1c99537667e133e269295a768e7
1+
e2bdfdf4c579843da65ab03c098ac7ce4af56fd47033a4c303e90fab6f4a726a
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
is_global = true
2-
build_property.TargetFramework = net6.0
3-
build_property.TargetPlatformMinVersion =
4-
build_property.UsingMicrosoftNETSdkWeb =
5-
build_property.ProjectTypeGuids =
6-
build_property.InvariantGlobalization =
7-
build_property.PlatformNeutralAssembly =
8-
build_property.EnforceExtendedAnalyzerRules =
9-
build_property._SupportedPlatformList = Linux,macOS,Windows
10-
build_property.RootNamespace = DiffCreator
11-
build_property.ProjectDir = C:\Users\ComputerElite\Documents\rider\QAVS\DiffCreator\
1+
is_global = true
2+
build_property.TargetFramework = net6.0
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
9+
build_property._SupportedPlatformList = Linux,macOS,Windows
10+
build_property.RootNamespace = DiffCreator
11+
build_property.ProjectDir = C:\Users\ComputerElite\Documents\rider\qavs-main\DiffCreator\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// <auto-generated/>
2-
global using global::System;
3-
global using global::System.Collections.Generic;
4-
global using global::System.IO;
5-
global using global::System.Linq;
6-
global using global::System.Net.Http;
7-
global using global::System.Threading;
8-
global using global::System.Threading.Tasks;
1+
// <auto-generated/>
2+
global using global::System;
3+
global using global::System.Collections.Generic;
4+
global using global::System.IO;
5+
global using global::System.Linq;
6+
global using global::System.Net.Http;
7+
global using global::System.Threading;
8+
global using global::System.Threading.Tasks;
318 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17233878616711133
1+
17234029108883441

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.16.1" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="146">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.16.4" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="149">
33
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="32" />
44
<uses-permission android:name="oculus.permission.handtracking" />
55
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.16.1.0")]
26-
[assembly: AssemblyFileVersion("1.16.1.0")]
25+
[assembly: AssemblyVersion("1.16.4.0")]
26+
[assembly: AssemblyFileVersion("1.16.4.0")]

0 commit comments

Comments
 (0)