Skip to content

Commit 23ce346

Browse files
authored
Merge pull request #325 from benaclejames/versioning-branch
Changed version number for beta release
2 parents 76f431b + 437b73b commit 23ce346

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1</AssemblyVersion>
8+
<AssemblyVersion>5.4.0.2</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.1</AssemblyVersion>
13+
<AssemblyVersion>5.4.0.2</AssemblyVersion>
1414
<SelfContained>true</SelfContained>
1515
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
1616
<ApplicationManifest>app.manifest</ApplicationManifest>

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.1</AssemblyVersion>
27+
<AssemblyVersion>5.4.0.2</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)