Skip to content

Commit be62d8a

Browse files
committed
ci: bump ver
1 parent 22c54ed commit be62d8a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

VRCFaceTracking.Core/VRCFaceTracking.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platforms>AnyCPU;x64;x86</Platforms>
66
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
77
<ImplicitUsings>enable</ImplicitUsings>
8-
<AssemblyVersion>5.4.0.0</AssemblyVersion>
8+
<AssemblyVersion>5.4.0.1</AssemblyVersion>
99
<LangVersion>latest</LangVersion>
1010
</PropertyGroup>
1111
<ItemGroup>

VRCFaceTracking.ModuleProcess/VRCFaceTracking.ModuleProcess.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RootNamespace>VRCFaceTracking.ModuleProcess</RootNamespace>
1111
<ImplicitUsings>enable</ImplicitUsings>
1212
<Nullable>enable</Nullable>
13-
<AssemblyVersion>5.4.0.0</AssemblyVersion>
13+
<AssemblyVersion>5.4.0.1</AssemblyVersion>
1414
<SelfContained>true</SelfContained>
1515
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
1616
<ApplicationManifest>app.manifest</ApplicationManifest>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<AppInstaller DisplayName="VRCFaceTracking" IsBundle="false" Version="5.4.0.0" DisplayPublisher="benaclejames" SupportedArchitectures="x64" OutputFolder="C:\Users\Ben\Downloads\Bruh\" Description="VRChat OSC App to allow AV3 Avatars to interact with eye and lip tracking runtimes" MinOS="10.0.19041.0" CertificateUri="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_5.2.3.0_x64_Test/VRCFaceTracking_5.2.3.0_x64.cer" PackageUri="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_5.2.3.0_x64_Test/VRCFaceTracking_5.2.3.0_x64.msix" AppInstallerFile="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_x64.appinstaller" LogoPath="E:\VRCFT\VRCFaceTracking-Next\VRCFaceTracking\Assets\StoreLogo.png" TileColor="transparent" />
2+
<AppInstaller DisplayName="VRCFaceTracking" IsBundle="false" Version="5.4.0.1" DisplayPublisher="benaclejames" SupportedArchitectures="x64" OutputFolder="C:\Users\Ben\Downloads\Bruh\" Description="VRChat OSC App to allow AV3 Avatars to interact with eye and lip tracking runtimes" MinOS="10.0.19041.0" CertificateUri="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_5.2.3.0_x64_Test/VRCFaceTracking_5.2.3.0_x64.cer" PackageUri="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_5.2.3.0_x64_Test/VRCFaceTracking_5.2.3.0_x64.msix" AppInstallerFile="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_x64.appinstaller" LogoPath="E:\VRCFT\VRCFaceTracking-Next\VRCFaceTracking\Assets\StoreLogo.png" TileColor="transparent" />

VRCFaceTracking/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Identity
1414
Name="96ba052f-0948-44d8-86c4-a0212e4ae047"
1515
Publisher="CN=&quot;Open Source Developer, Benjamin Thomas&quot;, O=Open Source Developer, L=Gloucester, S=Gloucestershire, C=GB"
16-
Version="5.4.0.0" />
16+
Version="5.4.0.1" />
1717

1818
<mp:PhoneIdentity PhoneProductId="96ba052f-0948-44d8-86c4-a0212e4ae047" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1919

VRCFaceTracking/VRCFaceTracking.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
2525
<GenerateTestArtifacts>True</GenerateTestArtifacts>
2626
<AppxBundle>Auto</AppxBundle>
27-
<AssemblyVersion>5.4.0.0</AssemblyVersion>
27+
<AssemblyVersion>5.4.0.1</AssemblyVersion>
2828
<AppInstallerUri>https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/</AppInstallerUri>
2929
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
3030
<AppxPackageDir>C:\Users\Ben\Downloads\Bruh\</AppxPackageDir>

0 commit comments

Comments
 (0)