Skip to content
This repository has been archived by the owner on Dec 7, 2023. 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 80ec0e1 commit fbc7127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dictify.Demo/Dictify.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<ApplicationIcon>OfficialAppIcon-Dictify.ico</ApplicationIcon>
<LangVersion>8.0</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions Dictify/Dictify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SignAssembly>False</SignAssembly>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Aptivi</Authors>
<Company>Aptivi.</Company>
<Description>Dictionary API frontend</Description>
Expand All @@ -17,10 +17,12 @@
<PackageTags>dictionary;api;free;csharp;visualbasic;word;meaning;definition</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.1.1</PackageVersion>
<PackageIcon>OfficialAppIcon-Dictify-512.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<LangVersion>8.0</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fbc7127

Please sign in to comment.