Skip to content

Commit 4dae728

Browse files
committed
Tune the Package Readme to appear better when hosted on nuget gallery
1 parent 99eb34e commit 4dae728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PackageReadmeFile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a .NET Standard library that provides the full set of financial functions from Excel. The main goal for the library is compatibility with Excel, by providing the same functions, with the same behaviour. Note though that this is not a wrapper over the Excel library; the functions have been re-implemented in managed code so that you do not need to have Excel installed to use this library.
44

55
[![NuGet Badge](https://img.shields.io/nuget/v/ExcelFinancialFunctions.svg?style=flat)](https://www.nuget.org/packages/ExcelFinancialFunctions/)
6-
[![Build and Test](https://github.com/fsprojects/ExcelFinancialFunctions/actions/workflows/dotnet.yml/badge.svg)](https://github.com/fsprojects/ExcelFinancialFunctions/actions/workflows/dotnet.yml)
6+
[![Build+Test+Docs](https://github.com/fsprojects/ExcelFinancialFunctions/actions/workflows/push-master.yml/badge.svg)](https://github.com/fsprojects/ExcelFinancialFunctions/actions/workflows/push-master.yml)
77

88
## Goal: Match Excel
99

@@ -16,8 +16,8 @@ Microsoft\'s official documentation on [Excel Functions](https://support.microso
1616

1717
As of last count, the library is validated against 199,252 test cases.
1818

19-
* [ExcelFinancialFunctions.Tests](./tests/ExcelFinancialFunctions.Tests): Unit tests checking against previously-determined truth values from Excel 2010. Inputs and expected outputs are read from data files.
20-
* [ExcelFinancialFunctions.ConsoleTests](./tests/ExcelFinancialFunctions.ConsoleTests): Test cases comparing the library results directly to running Excel code via interop. These should be run on a Windows machine with Excel 2013 (or later) installed.
19+
* **ExcelFinancialFunctions.Tests**: Unit tests checking against previously-determined truth values from Excel 2010. Inputs and expected outputs are read from data files.
20+
* **ExcelFinancialFunctions.ConsoleTests**: Test cases comparing the library results directly to running Excel code via interop. These should be run on a Windows machine with Excel 2013 (or later) installed.
2121

2222
### You can help!
2323

0 commit comments

Comments
 (0)