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 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments