Skip to content

Commit

Permalink
Updated versions to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jul 28, 2021
1 parent 53b2db3 commit 7c036c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>net48</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyName>$$(AssemblyName)</AssemblyName>
<AssemblyName>$(AssemblyName)</AssemblyName>
<DefineConstants>SHVDN3</DefineConstants>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DocumentationFile>..\bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion PlayerCompanion/PlayerCompanion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyName>$(AssemblyName)</AssemblyName>
<DefineConstants>SHVDN3</DefineConstants>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<PlatformTarget>x64</PlatformTarget>
<DebugType>full</DebugType>
Expand Down

0 comments on commit 7c036c5

Please sign in to comment.