Skip to content

Commit

Permalink
ci(version): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benaclejames committed Jul 28, 2023
1 parent 9c7fd6e commit 6681521
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VRCFaceTracking.Core/VRCFaceTracking.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>x64</Platforms>
<Platforms>x64</Platforms>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyVersion>5.1.0.1</AssemblyVersion>
<AssemblyVersion>5.1.1.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="..\fti_osc.dll" Link="fti_osc.dll">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller DisplayName="VRCFaceTracking" IsBundle="false" Version="5.1.0.1" DisplayPublisher="benaclejames" SupportedArchitectures="x64" OutputFolder="bin\x64\Release\net7.0-windows10.0.19041.0\win10-x64\AppPackages\" 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.1.0.0_x64_Test/VRCFaceTracking_5.1.0.0_x64.cer" PackageUri="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_5.1.0.0_x64_Test/VRCFaceTracking_5.1.0.0_x64.msix" AppInstallerFile="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_x64.appinstaller" LogoPath="C:\Users\Ben\Downloads\VRCFaceTracking-Next\VRCFaceTracking\Assets\StoreLogo.png" TileColor="transparent" />
<AppInstaller DisplayName="VRCFaceTracking" IsBundle="false" Version="5.1.1.0" DisplayPublisher="benaclejames" SupportedArchitectures="x64" OutputFolder="bin\x64\Release\net7.0-windows10.0.19041.0\win10-x64\AppPackages\" 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.1.0.1_x64_Test/VRCFaceTracking_5.1.0.1_x64.cer" PackageUri="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_5.1.0.1_x64_Test/VRCFaceTracking_5.1.0.1_x64.msix" AppInstallerFile="https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/VRCFaceTracking_x64.appinstaller" LogoPath="C:\Users\Ben\Downloads\VRCFaceTracking-Next\VRCFaceTracking\Assets\StoreLogo.png" TileColor="transparent" />
2 changes: 1 addition & 1 deletion VRCFaceTracking/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="96ba052f-0948-44d8-86c4-a0212e4ae047"
Publisher="[email protected], &quot;Open Source Developer, Benjamin Thomas&quot;, O=Open Source Developer, L=Gloucester, S=Gloucestershire, C=GB"
Version="5.1.0.1" />
Version="5.1.1.0" />

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

Expand Down
2 changes: 1 addition & 1 deletion VRCFaceTracking/VRCFaceTracking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Never</AppxBundle>
<AssemblyVersion>5.1.0.1</AssemblyVersion>
<AssemblyVersion>5.1.1.0</AssemblyVersion>
<AppInstallerUri>https://github.com/benaclejames/VRCFaceTracking/releases/latest/download/</AppInstallerUri>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
</PropertyGroup>
Expand Down

0 comments on commit 6681521

Please sign in to comment.