Skip to content

Commit

Permalink
Sign assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
MJB222398 committed Oct 29, 2021
1 parent 81ae863 commit 6f5a614
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Abstractions.DateAndTime/Abstractions.DateAndTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@
<RepositoryUrl>https://github.com/MJB222398/Abstractions.DateAndTime.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>datetime datetimeoffset abstractions faking mocking unittesting</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<PackageReleaseNotes>Assembly now strong named and signed</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl />
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\sgKey.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<SignAssembly>false</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file added sgKey.snk
Binary file not shown.

0 comments on commit 6f5a614

Please sign in to comment.