Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MintLily committed Jan 14, 2024
1 parent 8bd7400 commit ef6046c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 VRStartAssistant.Apps;
Expand All @@ -11,7 +11,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.7.5";
public const string AppVersion = "1.8.0";
public const int TargetConfigVersion = 6;
public static readonly string BaseDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Documents", "Visual Studio Projects", "VROnStartAssistant", "Build");
}
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.7.5.0</AssemblyVersion>
<FileVersion>1.7.5.0</FileVersion>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<FileVersion>1.8.0.0</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.7.5.1207</Version>
<Version>1.8.0.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 ef6046c

Please sign in to comment.