Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
und - Actually sign assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Sep 12, 2023
1 parent 560f444 commit 00cdd62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RetroKS/RetroKS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
<AssemblyName>RetroKS</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<Version>0.0.4.7</Version>
<Version>0.0.4.8</Version>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
Expand Down

0 comments on commit 00cdd62

Please sign in to comment.