Skip to content

Commit b6b1231

Browse files
committed
Added strong name for MaybeSharp assembly
1 parent b21bcd5 commit b6b1231

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/MaybeSharp.snk

596 Bytes
Binary file not shown.

src/MaybeSharp/MaybeSharp.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
<Company />
1010
<PackageDescription>See the project's Github page under https://github.com/lord-executor/MaybeSharp </PackageDescription>
1111
<Authors>Lukas Angerer</Authors>
12-
<Version>1.3.0</Version>
12+
<Version>1.3.1</Version>
1313
<AssemblyVersion>1.3.0.0</AssemblyVersion>
1414
<FileVersion>1.3.0.0</FileVersion>
15+
<SignAssembly>true</SignAssembly>
16+
<AssemblyOriginatorKeyFile>..\MaybeSharp.snk</AssemblyOriginatorKeyFile>
1517
</PropertyGroup>
1618

1719
</Project>

0 commit comments

Comments
 (0)