diff --git a/.appveyor.yml b/.appveyor.yml index ae350c4..2bd61b4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ # For example: A project called NewProject needs a solution called NewProject.sln # The Version to use and the Build Image -version: "1.2.1.{build}" +version: "1.2.2.{build}" image: Visual Studio 2019 # This triggers a webhook to #appveyor on Discord with SkyHook diff --git a/PlayerCompanion.RuntimePatching/PlayerCompanion.RuntimePatching.csproj b/PlayerCompanion.RuntimePatching/PlayerCompanion.RuntimePatching.csproj index 6da803c..8f07e43 100644 --- a/PlayerCompanion.RuntimePatching/PlayerCompanion.RuntimePatching.csproj +++ b/PlayerCompanion.RuntimePatching/PlayerCompanion.RuntimePatching.csproj @@ -4,9 +4,9 @@ net48 false true - $$(AssemblyName) + $(AssemblyName) SHVDN3 - 1.2.1 + 1.2.2 ..\bin\$(Configuration)\ false ..\bin\$(Configuration)\$(AssemblyName).xml diff --git a/PlayerCompanion/PlayerCompanion.csproj b/PlayerCompanion/PlayerCompanion.csproj index c97387e..82cc903 100644 --- a/PlayerCompanion/PlayerCompanion.csproj +++ b/PlayerCompanion/PlayerCompanion.csproj @@ -6,7 +6,7 @@ true $(AssemblyName) SHVDN3 - 1.2.1 + 1.2.2 ..\bin\$(Configuration)\ x64 full