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 39d2fa9 commit e7a72e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions SemanVer.Tests/SemanVer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit e7a72e6

Please sign in to comment.