Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 7115650

Browse files
committed
Fixed building with public key
1 parent 2b7b815 commit 7115650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ColorSharp/ColorSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<AssemblyName>ColorSharp</AssemblyName>
1010
<Description>A .NET/Mono library to handle color spaces (and light spectrums!)</Description>
1111
<SignAssembly>true</SignAssembly>
12-
<DelaySign>false</DelaySign>
13-
<AssemblyOriginatorKeyFile>colorsharp.snk</AssemblyOriginatorKeyFile>
12+
<DelaySign>true</DelaySign>
13+
<AssemblyOriginatorKeyFile>colorsharp.pub</AssemblyOriginatorKeyFile>
1414
<ReleaseVersion>0.10.0</ReleaseVersion>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)