Skip to content

Commit

Permalink
Fixed name of the patch assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Aug 25, 2022
1 parent fb0f95c commit 110585e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net48</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyName>$(AssemblyName)</AssemblyName>
<AssemblyName>$$(AssemblyName)</AssemblyName>
<DefineConstants>SHVDN3</DefineConstants>
<Version>1.2.2</Version>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down

0 comments on commit 110585e

Please sign in to comment.