Skip to content

Commit 838677f

Browse files
derekdiamondjcoliz
authored andcommitted
Added strong name signing
1 parent de7de77 commit 838677f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/ExcelFinancialFunctions/ExcelFinancialFunctions.fsproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
6+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
77
<WarnOn>3390;$(WarnOn)</WarnOn>
88
<Title>ExcelFinancialFunctions</Title>
99
<AssemblyTitle>ExcelFinancialFunctions</AssemblyTitle>
@@ -21,6 +21,8 @@
2121
<PackageIcon>logo.png</PackageIcon>
2222
<PackageProjectUrl>https://fsprojects.github.io/ExcelFinancialFunctions</PackageProjectUrl>
2323
<PackageTags>excel;finance;fsharp;csharp</PackageTags>
24+
<SignAssembly>True</SignAssembly>
25+
<AssemblyOriginatorKeyFile>ExcelFinancialFunctions.snk</AssemblyOriginatorKeyFile>
2426
</PropertyGroup>
2527

2628
<ItemGroup>
@@ -37,8 +39,8 @@
3739
<Compile Include="tbill.fs" />
3840
<Compile Include="testpreconditions.fs" />
3941
<Compile Include="wrapperdotnettype.fs" />
40-
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\"/>
41-
<None Include="..\..\PackageReadmeFile.md" Pack="true" PackagePath="\"/>
42+
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
43+
<None Include="..\..\PackageReadmeFile.md" Pack="true" PackagePath="\" />
4244
</ItemGroup>
4345

4446
</Project>
Binary file not shown.

0 commit comments

Comments
 (0)