prop origin fixes, version 2

This commit is contained in:
NotAKidoS 2022-10-29 09:07:27 -05:00
parent 9fee74f587
commit 7f860f4fc2
3 changed files with 107 additions and 20 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace DesktopVRSwitch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "2.0.0";
public const string Author = "NotAKidoS";
}