Skip to content

Commit

Permalink
version bump to 1.16.2
Browse files Browse the repository at this point in the history
i forgot to commit 1.16.1 changes
  • Loading branch information
MintLily committed Sep 8, 2024
1 parent 981d0ab commit 2b86326
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- ABOUT THE PROJECT -->
## About The Project

An all-in-one app that helps me set up a one-click automated VR setup. It starts [VRCX](https://github.com/vrcx-team/VRCX), [SteamVR](https://store.steampowered.com/app/250820/SteamVR/), [AdGoBye](https://github.com/AdGoBye/AdGoBye), [VRChat](https://hello.vrchat.com/), [VRCVideoCacher](https://git.ellyvr.dev/Elly/VRCVideoCacher), [HOSCY](https://github.com/PaciStardust/HOSCY), [HeartRateOnStream-OSC](https://github.com/Curtis-VL/HeartRateOnStream-OSC), [OSCLeash](https://github.com/ZenithVal/OSCLeash), [VRChat OSC Router](https://github.com/SutekhVRC/VOR), and (a custom/beta version of) [WindowsXSO][WindowsXSOUrl] in a time-based, sequential order.
An all-in-one app that helps me set up a one-click automated VR setup. It starts [VRCX](https://github.com/vrcx-team/VRCX), [VRChat OSC Router](https://github.com/SutekhVRC/VOR), [SteamVR](https://store.steampowered.com/app/250820/SteamVR/), [AdGoBye](https://github.com/AdGoBye/AdGoBye), [VRChat](https://hello.vrchat.com/), [VRCVideoCacher](https://git.ellyvr.dev/Elly/VRCVideoCacher), [HOSCY](https://github.com/PaciStardust/HOSCY), [HeartRateOnStream-OSC](https://github.com/Curtis-VL/HeartRateOnStream-OSC), [OSCLeash](https://github.com/ZenithVal/OSCLeash), and (a custom/beta version of) [WindowsXSO][WindowsXSOUrl] in a time-based, sequential order.
<br>
It also automatically turns on some smart plugs used for Base Stations, and turns them off upon SteamVR exit.

Expand Down
4 changes: 2 additions & 2 deletions VRStartAssistant/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Serilog;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using Serilog.Templates;
Expand All @@ -14,7 +14,7 @@ namespace VRStartAssistant;
public static class Vars {
public const string AppName = "VRStartAssistant";
public const string WindowsTitle = "Automate VR Startup Things";
public const string AppVersion = "1.16.0";
public const string AppVersion = "1.16.2";
public const int TargetConfigVersion = 12;
internal static readonly string? BaseDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Documents", "Visual Studio Projects", "VROnStartAssistant", "Build");
#if DEBUG
Expand Down
6 changes: 3 additions & 3 deletions VRStartAssistant/VRStartAssistant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Company>Minty Labs</Company>
<AssemblyVersion>1.16.0</AssemblyVersion>
<FileVersion>1.16.0</FileVersion>
<AssemblyVersion>1.16.2</AssemblyVersion>
<FileVersion>1.16.2</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>VRSA_798nt23rx867tb32r7t98n321rxey7tn98m213ex321odi9n7tx.snk</AssemblyOriginatorKeyFile>
<PublicSign>true</PublicSign>
Expand All @@ -16,7 +16,7 @@
<Copyright>Minty Labs</Copyright>
<Description>Automate VR Startup Things</Description>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<Version>1.16.01207</Version>
<Version>1.16.2.1207</Version>
<PackageProjectUrl>https://github.com/MintLily/VRStartAssistant</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/MintLily/VRStartAssistant/main/LICENSE</PackageLicenseUrl>
<ApplicationIcon>..\Resources\icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 2b86326

Please sign in to comment.