File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/ExcelFinancialFunctions Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
- <GeneratePackageOnBuild >false </GeneratePackageOnBuild >
6
+ <GeneratePackageOnBuild >True </GeneratePackageOnBuild >
7
7
<WarnOn >3390;$(WarnOn)</WarnOn >
8
8
<Title >ExcelFinancialFunctions</Title >
9
9
<AssemblyTitle >ExcelFinancialFunctions</AssemblyTitle >
21
21
<PackageIcon >logo.png</PackageIcon >
22
22
<PackageProjectUrl >https://fsprojects.github.io/ExcelFinancialFunctions</PackageProjectUrl >
23
23
<PackageTags >excel;finance;fsharp;csharp</PackageTags >
24
+ <SignAssembly >True</SignAssembly >
25
+ <AssemblyOriginatorKeyFile >ExcelFinancialFunctions.snk</AssemblyOriginatorKeyFile >
24
26
</PropertyGroup >
25
27
26
28
<ItemGroup >
37
39
<Compile Include =" tbill.fs" />
38
40
<Compile Include =" testpreconditions.fs" />
39
41
<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 =" \" />
42
44
</ItemGroup >
43
45
44
46
</Project >
You can’t perform that action at this time.
0 commit comments