Skip to content
This repository has been archived by the owner on Dec 19, 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 c104fab commit d936f9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Syndian.Reader/Syndian.Reader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 5 additions & 3 deletions Syndian/Syndian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyTitle>Syndian</AssemblyTitle>
<AssemblyDescription>RSS feed library</AssemblyDescription>
<Description>RSS feed library</Description>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Authors>Aptivi</Authors>
<DebugType>portable</DebugType>
<AssemblyName>Syndian</AssemblyName>
Expand All @@ -23,9 +23,11 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>OfficialAppIcon-Syndian-512.png</PackageIcon>
<AssemblyVersion>0.3.0</AssemblyVersion>
<PackageVersion>0.3.0</PackageVersion>
<AssemblyVersion>0.3.1</AssemblyVersion>
<PackageVersion>0.3.1</PackageVersion>
<LangVersion>latest</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d936f9f

Please sign in to comment.